public class CalendarPortletRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
CalendarPortletRestService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.space.spi.SpaceService spaceService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getSettings(javax.ws.rs.core.UriInfo uriInfo,
String spaceId)
Get calendar portlet settings
|
javax.ws.rs.core.Response |
saveSettings(javax.ws.rs.core.UriInfo uriInfo,
String calIds)
Posts calendar portlet settings
|
public CalendarPortletRestService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.space.spi.SpaceService spaceService)
@RolesAllowed(value="users") public javax.ws.rs.core.Response getSettings(@Context javax.ws.rs.core.UriInfo uriInfo, String spaceId) throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response saveSettings(@Context javax.ws.rs.core.UriInfo uriInfo, String calIds) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.