| Package | Description | 
|---|---|
| com.jalios.jcms.calendar | 
 Contains the classes used to deal with calendar in JCMS. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractCalendarEvent.StartDateComparator<T extends CalendarEventInterface>
This comparator allow sorting of calendar event in chronological order
 using only their start date 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base
 methods for their manipulation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AbstractCalendarEvent.StartDateComparator<CalendarEventInterface> | 
AbstractCalendarEvent.getStartDateComparator()  | 
| Modifier and Type | Method and Description | 
|---|---|
static DataSelector | 
AbstractCalendarEvent.getAttendeeSelector(CalendarEventInterface event,
                   boolean checkReadRights)
Get Attendee  
DataSelector 
 Return true is user is enabled and can read event (if checkReadRights parameter is true) | 
boolean | 
CalendarEventInterface.overlapWith(CalendarEventInterface ev)
Check if calendar event overlap with another one 
 | 
boolean | 
AbstractCalendarEvent.overlapWith(CalendarEventInterface ev)  | 
Copyright © 2001-2018 Jalios SA. All Rights Reserved.