public class NpsRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
NpsRestService(org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.space.spi.SpaceService spaceService,
org.exoplatform.services.organization.OrganizationService organizationService) |
| Modifier and Type | Method and Description |
|---|---|
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 |
findspace(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo,
long npsTypeId,
long fromDate,
long toDate) |
javax.ws.rs.core.Response |
findspace(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo,
String nameToSearch,
String currentUser) |
public NpsRestService(org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.space.spi.SpaceService spaceService,
org.exoplatform.services.organization.OrganizationService organizationService)
@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 findspace(@Context javax.servlet.http.HttpServletRequest request, @Context javax.ws.rs.core.UriInfo uriInfo, String nameToSearch, String currentUser) throws Exception
ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.