public interface GroupRestService
| Modifier and Type | Method and Description | 
|---|---|
| ResourceOptionsDto | availableOperations(javax.ws.rs.core.UriInfo context) | 
| void | createGroup(GroupDto GroupDto) | 
| GroupResource | getGroup(String id) | 
| CountResultDto | getGroupCount(javax.ws.rs.core.UriInfo uriInfo) | 
| List<GroupDto> | queryGroups(javax.ws.rs.core.UriInfo uriInfo,
           Integer firstResult,
           Integer maxResults) | 
static final String PATH
GroupResource getGroup(String id)
List<GroupDto> queryGroups(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
CountResultDto getGroupCount(@Context javax.ws.rs.core.UriInfo uriInfo)
void createGroup(GroupDto GroupDto)
ResourceOptionsDto availableOperations(@Context javax.ws.rs.core.UriInfo context)
Copyright © 2018. All rights reserved.