public class AgendaCalendarRest extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
AgendaCalendarRest(org.exoplatform.agenda.service.AgendaCalendarService agendaCalendarService,
org.exoplatform.social.core.manager.IdentityManager identityManager) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createCalendar(org.exoplatform.agenda.rest.model.CalendarEntity calendarEntity) |
javax.ws.rs.core.Response |
deleteCalendar(long calendarId) |
javax.ws.rs.core.Response |
getCalendarById(long calendarId) |
javax.ws.rs.core.Response |
list(List<Long> ownerIds,
boolean returnSize,
int offset,
int limit) |
javax.ws.rs.core.Response |
updateCalendar(org.exoplatform.agenda.rest.model.CalendarEntity calendarEntity) |
public AgendaCalendarRest(org.exoplatform.agenda.service.AgendaCalendarService agendaCalendarService,
org.exoplatform.social.core.manager.IdentityManager identityManager)
@RolesAllowed(value="users") public javax.ws.rs.core.Response list(List<Long> ownerIds, boolean returnSize, int offset, int limit)
@RolesAllowed(value="users") public javax.ws.rs.core.Response getCalendarById(long calendarId)
@RolesAllowed(value="users") public javax.ws.rs.core.Response createCalendar(org.exoplatform.agenda.rest.model.CalendarEntity calendarEntity)
@RolesAllowed(value="users") public javax.ws.rs.core.Response updateCalendar(org.exoplatform.agenda.rest.model.CalendarEntity calendarEntity)
@RolesAllowed(value="users") public javax.ws.rs.core.Response deleteCalendar(long calendarId)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.