Uses of Interface
com.jalios.jcms.calendar.CalendarEventInterface
-
Packages that use CalendarEventInterface Package Description com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform. -
-
Uses of CalendarEventInterface in com.jalios.jcms.calendar
Classes in com.jalios.jcms.calendar with type parameters of type CalendarEventInterface Modifier and Type Class Description static class
AbstractCalendarEvent.StartDateComparator<T extends CalendarEventInterface>
This comparator allow sorting of calendar event in chronological order using only their start dateClasses in com.jalios.jcms.calendar that implement CalendarEventInterface Modifier and Type Class Description class
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base methods for their manipulationMethods in com.jalios.jcms.calendar that return types with arguments of type CalendarEventInterface Modifier and Type Method Description static AbstractCalendarEvent.StartDateComparator<CalendarEventInterface>
AbstractCalendarEvent. getStartDateComparator()
Methods in com.jalios.jcms.calendar with parameters of type CalendarEventInterface Modifier and Type Method Description static DataSelector
AbstractCalendarEvent. getAttendeeSelector(CalendarEventInterface event, boolean checkReadRights)
Get AttendeeDataSelector
Return true is user is enabled and can read event (if checkReadRights parameter is true)boolean
AbstractCalendarEvent. overlapWith(CalendarEventInterface ev)
boolean
CalendarEventInterface. overlapWith(CalendarEventInterface ev)
Deprecated.Check if calendar event overlap with another one
-