public class CalendarServiceImplementation extends Object implements CalendarService
| Constructor and Description |
|---|
CalendarServiceImplementation() |
| Modifier and Type | Method and Description |
|---|---|
CalendarEvent |
createEvent(Date start,
Date end) |
CalendarEvent |
createEvent(Date start,
Date end,
int duration) |
CalendarEvent |
createEvent(Date start,
Date end,
List<String> participants) |
@NotNull public CalendarEvent createEvent(Date start, Date end)
createEvent in interface CalendarServicepublic CalendarEvent createEvent(Date start, Date end, int duration)
createEvent in interface CalendarService@ValidCalendarEvent public CalendarEvent createEvent(Date start, Date end, List<String> participants)
createEvent in interface CalendarServiceCopyright © 2008–2014. All rights reserved.