Modifier and Type | Method and Description |
---|---|
List<GroupDto> |
GroupRestService.queryGroups(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
void |
GroupRestService.createGroup(GroupDto GroupDto) |
Modifier and Type | Method and Description |
---|---|
static GroupDto |
GroupDto.fromGroup(Group dbGroup) |
Modifier and Type | Method and Description |
---|---|
static List<GroupDto> |
GroupDto.fromGroupList(List<Group> dbGroupList) |
Modifier and Type | Method and Description |
---|---|
List<GroupDto> |
GroupRestServiceImpl.queryGroups(GroupQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
List<GroupDto> |
GroupRestServiceImpl.queryGroups(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
void |
GroupRestServiceImpl.createGroup(GroupDto groupDto) |
Modifier and Type | Method and Description |
---|---|
GroupDto |
GroupResource.getGroup(javax.ws.rs.core.UriInfo context) |
Modifier and Type | Method and Description |
---|---|
void |
GroupResource.updateGroup(GroupDto Group) |
Modifier and Type | Method and Description |
---|---|
GroupDto |
GroupResourceImpl.getGroup(javax.ws.rs.core.UriInfo context) |
Modifier and Type | Method and Description |
---|---|
void |
GroupResourceImpl.updateGroup(GroupDto group) |
Copyright © 2015. All rights reserved.