Uses of Class
org.openiam.base.ws.SortParam
-
Packages that use SortParam Package Description org.openiam.esb.core.user.service org.openiam.esb.core.user.service.impl org.openiam.idm.searchbeans org.openiam.srvc.user -
-
Uses of SortParam in org.openiam.esb.core.user.service
Method parameters in org.openiam.esb.core.user.service with type arguments of type SortParam Modifier and Type Method Description UserListResponse
UserDataService. getSubordinatesDto(SupervisorSearchBean sb, UserCollection[] dependants, int from, int size, List<SortParam> sortBy)
Returns list of User objects, this list contains subordinate users for given user id(their superior). -
Uses of SortParam in org.openiam.esb.core.user.service.impl
Method parameters in org.openiam.esb.core.user.service.impl with type arguments of type SortParam Modifier and Type Method Description UserListResponse
UserMgr. getSubordinatesDto(SupervisorSearchBean sb, UserCollection[] dependants, int from, int size, List<SortParam> sortBy)
this is the best we can do w/ current supervisors <-> superiors implementation TODO: review / rewrite supervisors <-> superiors approach in 4.2.2+ -
Uses of SortParam in org.openiam.idm.searchbeans
Methods in org.openiam.idm.searchbeans with parameters of type SortParam Modifier and Type Method Description void
AbstractSearchBean. addSortParam(SortParam sortParam)
-
Uses of SortParam in org.openiam.srvc.user
Method parameters in org.openiam.srvc.user with type arguments of type SortParam Modifier and Type Method Description UserListResponse
UserDataWebService. getSubordinates(String userId, UserCollection[] dependants, int from, int size, List<SortParam> sortList, UserSearchBean filterSearch)
Gets a Paged List of User Objects, representing the subordinates of this userIdUserListResponse
UserDataWebServiceImpl. getSubordinates(String userId, UserCollection[] dependants, int from, int size, List<SortParam> sortList, UserSearchBean filterSearch)
-