public class RequestRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
RequestRestService(org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.space.spi.SpaceService spaceService,
VacationRequestService vacationRequestService,
ValidatorService validatorService,
org.exoplatform.services.organization.OrganizationService organizationService,
UserDataService userDataService,
OfficialVacationService officialVacationService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createEmployees(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo,
List<UserRHDataDTO> emloyees) |
javax.ws.rs.core.Response |
find(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo,
String nameToSearch,
String spaceURL,
String currentUser) |
javax.ws.rs.core.Response |
getEvents(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
public RequestRestService(org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.space.spi.SpaceService spaceService,
VacationRequestService vacationRequestService,
ValidatorService validatorService,
org.exoplatform.services.organization.OrganizationService organizationService,
UserDataService userDataService,
OfficialVacationService officialVacationService)
@RolesAllowed(value="users") public javax.ws.rs.core.Response find(@Context javax.servlet.http.HttpServletRequest request, @Context javax.ws.rs.core.UriInfo uriInfo, String nameToSearch, String spaceURL, String currentUser) throws Exception
Exception@RolesAllowed(value="users") public javax.ws.rs.core.Response getEvents(@Context javax.servlet.http.HttpServletRequest request, @Context javax.ws.rs.core.UriInfo uriInfo) throws Exception
Exception@RolesAllowed(value="administrators") public javax.ws.rs.core.Response createEmployees(@Context javax.servlet.http.HttpServletRequest request, @Context javax.ws.rs.core.UriInfo uriInfo, List<UserRHDataDTO> emloyees) throws Exception
ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.