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 classAbstractCalendarEvent.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 classAbstractCalendarEventThis 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 DataSelectorAbstractCalendarEvent. getAttendeeSelector(CalendarEventInterface event, boolean checkReadRights)Get AttendeeDataSelectorReturn true is user is enabled and can read event (if checkReadRights parameter is true)booleanAbstractCalendarEvent. overlapWith(CalendarEventInterface ev)booleanCalendarEventInterface. overlapWith(CalendarEventInterface ev)Deprecated.Check if calendar event overlap with another one
-