public class CalendarServiceImplementation extends Object implements CalendarService
| Constructor and Description |
|---|
CalendarServiceImplementation() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull CalendarEvent |
createEvent(Date start,
Date end) |
@Valid CalendarEvent |
createEvent(Date start,
Date end,
int duration) |
CalendarEvent |
createEvent(Date start,
Date end,
List<String> participants) |
@NotNull public @NotNull CalendarEvent createEvent(Date start, Date end)
createEvent in interface CalendarService@Valid public @Valid 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–2017. All rights reserved.