public class BusinessCalendarServiceImplementation extends Object implements BusinessCalendarService
| Constructor and Description |
|---|
BusinessCalendarServiceImplementation() |
| 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) |
public BusinessCalendarServiceImplementation()
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 BusinessCalendarServicecreateEvent in interface CalendarServiceCopyright © 2008–2014. All rights reserved.