Uses of Class
org.exoplatform.agenda.model.Calendar
Packages that use Calendar
-
Uses of Calendar in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return Calendar -
Uses of Calendar in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return CalendarModifier and TypeMethodDescriptionAgendaCalendarService.createCalendar(Calendar calendar) Creates a new calendarAgendaCalendarService.createCalendar(Calendar calendar, String username) Creates a new calendarAgendaCalendarService.createCalendarInstance(long ownerId) Create newCalendarobject instanceAgendaCalendarService.createCalendarInstance(long ownerId, long userIdentityId) Create newCalendarobject instanceAgendaCalendarService.getCalendarById(long calendarId) Retrieves a calendar identified by its technical identifier.AgendaCalendarService.getCalendarById(long calendarId, String username) Retrieves a calendar identified by its technical identifier.AgendaCalendarService.getOrCreateCalendarByOwnerId(long ownerId) Methods in org.exoplatform.agenda.service that return types with arguments of type CalendarModifier and TypeMethodDescriptionAgendaCalendarService.getCalendars(int offset, int limit, String username) Retrieve list of calendars for a designated userAgendaCalendarService.getCalendarsByOwnerIds(List<Long> ownerIds, String username) Methods in org.exoplatform.agenda.service with parameters of type CalendarModifier and TypeMethodDescriptionbooleanAgendaEventService.canCreateEvent(Calendar calendar, long userIdentityId) Check whether user can create an event in selected Calendar or not.AgendaCalendarService.createCalendar(Calendar calendar) Creates a new calendarAgendaCalendarService.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