| Package | Description |
|---|---|
| org.exoplatform.agenda.model | |
| org.exoplatform.agenda.service |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
Calendar.clone() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
AgendaCalendarService.createCalendar(Calendar calendar)
Creates a new calendar
|
Calendar |
AgendaCalendarService.createCalendar(Calendar calendar,
String username)
Creates a new calendar
|
Calendar |
AgendaCalendarService.createCalendarInstance(long ownerId)
Create new
Calendar object instance |
Calendar |
AgendaCalendarService.createCalendarInstance(long ownerId,
String username)
Create new
Calendar object instance |
Calendar |
AgendaCalendarService.getCalendarById(long calendarId)
Retrieves a calendar identified by its technical identifier.
|
Calendar |
AgendaCalendarService.getCalendarById(long calendarId,
String username)
Retrieves a calendar identified by its technical identifier.
|
Calendar |
AgendaCalendarService.getOrCreateCalendarByOwnerId(long ownerId) |
| Modifier and Type | Method and Description |
|---|---|
List<Calendar> |
AgendaCalendarService.getCalendars(int offset,
int limit,
String username)
Retrieve list of calendars for a designated user
|
List<Calendar> |
AgendaCalendarService.getCalendarsByOwnerIds(List<Long> ownerIds,
String username) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AgendaEventService.canCreateEvent(Calendar calendar,
long userIdentityId)
Check whether user can create an event in selected Calendar or not.
|
Calendar |
AgendaCalendarService.createCalendar(Calendar calendar)
Creates a new calendar
|
Calendar |
AgendaCalendarService.createCalendar(Calendar calendar,
String username)
Creates a new calendar
|
void |
AgendaCalendarService.updateCalendar(Calendar calendar)
Updates an existing calendar
|
void |
AgendaCalendarService.updateCalendar(Calendar calendar,
String username)
Updates an existing calendar
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.