| Modifier and Type | Method and Description | 
|---|---|
List<UserProfileDto> | 
UserRestService.queryUsers(javax.ws.rs.core.UriInfo uriInfo,
          Integer firstResult,
          Integer maxResults)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected UserProfileDto | 
UserDto.profile  | 
| Modifier and Type | Method and Description | 
|---|---|
static UserProfileDto | 
UserProfileDto.fromUser(User user)  | 
UserProfileDto | 
UserDto.getProfile()  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<UserProfileDto> | 
UserProfileDto.fromUserList(List<User> sourceList)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserDto.setProfile(UserProfileDto profile)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<UserProfileDto> | 
UserRestServiceImpl.queryUsers(javax.ws.rs.core.UriInfo uriInfo,
          Integer firstResult,
          Integer maxResults)  | 
List<UserProfileDto> | 
UserRestServiceImpl.queryUsers(UserQueryDto queryDto,
          Integer firstResult,
          Integer maxResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
UserProfileDto | 
UserResource.getUserProfile(javax.ws.rs.core.UriInfo context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserResource.updateProfile(UserProfileDto profile)  | 
| Modifier and Type | Method and Description | 
|---|---|
UserProfileDto | 
UserResourceImpl.getUserProfile(javax.ws.rs.core.UriInfo context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserResourceImpl.updateProfile(UserProfileDto profile)  | 
Copyright © 2018. All rights reserved.