Uses of Class
org.exoplatform.agenda.model.Calendar
-
Packages that use Calendar Package Description org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of Calendar in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return Calendar Modifier and Type Method Description CalendarCalendar. clone() -
Uses of Calendar in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return Calendar Modifier and Type Method Description CalendarAgendaCalendarService. createCalendar(Calendar calendar)Creates a new calendarCalendarAgendaCalendarService. createCalendar(Calendar calendar, String username)Creates a new calendarCalendarAgendaCalendarService. createCalendarInstance(long ownerId)Create newCalendarobject instanceCalendarAgendaCalendarService. createCalendarInstance(long ownerId, long userIdentityId)Create newCalendarobject instanceCalendarAgendaCalendarService. getCalendarById(long calendarId)Retrieves a calendar identified by its technical identifier.CalendarAgendaCalendarService. getCalendarById(long calendarId, String username)Retrieves a calendar identified by its technical identifier.CalendarAgendaCalendarService. getOrCreateCalendarByOwnerId(long ownerId)Methods in org.exoplatform.agenda.service that return types with arguments of type Calendar Modifier and Type Method Description List<Calendar>AgendaCalendarService. getCalendars(int offset, int limit, String username)Retrieve list of calendars for a designated userList<Calendar>AgendaCalendarService. getCalendarsByOwnerIds(List<Long> ownerIds, String username)Methods in org.exoplatform.agenda.service with parameters of type Calendar Modifier and Type Method Description booleanAgendaEventService. canCreateEvent(Calendar calendar, long userIdentityId)Check whether user can create an event in selected Calendar or not.CalendarAgendaCalendarService. createCalendar(Calendar calendar)Creates a new calendarCalendarAgendaCalendarService. createCalendar(Calendar calendar, String username)Creates a new calendarvoidAgendaCalendarService. updateCalendar(Calendar calendar)Updates an existing calendarvoidAgendaCalendarService. updateCalendar(Calendar calendar, String username)Updates an existing calendar
-