Uses of Class
com.evolveum.midpoint.web.model.dto.UserDto

Packages that use UserDto
com.evolveum.midpoint.web.controller.account   
com.evolveum.midpoint.web.controller.enduser   
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.web.model.impl   
 

Uses of UserDto in com.evolveum.midpoint.web.controller.account
 

Methods in com.evolveum.midpoint.web.controller.account that return types with arguments of type UserDto
 AssignmentEditor<UserDto> UserDetailsController.getAssignmentEditor()
           
 

Uses of UserDto in com.evolveum.midpoint.web.controller.enduser
 

Methods in com.evolveum.midpoint.web.controller.enduser that return types with arguments of type UserDto
 AssignmentEditor<UserDto> EndUserDetailsController.getAssignmentEditor()
           
 

Uses of UserDto in com.evolveum.midpoint.web.model
 

Methods in com.evolveum.midpoint.web.model that return types with arguments of type UserDto
 java.util.List<UserDto> UserManager.search(QueryType search, PagingType paging)
           
 

Methods in com.evolveum.midpoint.web.model with parameters of type UserDto
 AccountShadowDto UserManager.addAccount(UserDto userDto, java.lang.String resourceOid)
           
 

Uses of UserDto in com.evolveum.midpoint.web.model.dto
 

Subclasses of UserDto in com.evolveum.midpoint.web.model.dto
 class GuiUserDto
           
 

Uses of UserDto in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl that return types with arguments of type UserDto
 java.util.List<UserDto> UserManagerImpl.search(QueryType search, PagingType paging)
           
 

Methods in com.evolveum.midpoint.web.model.impl with parameters of type UserDto
 AccountShadowDto UserManagerImpl.addAccount(UserDto userDto, java.lang.String resourceOid)
           
 



Copyright © 2012 evolveum. All Rights Reserved.