Uses of Class
org.openiam.base.response.list.UserListResponse
-
-
Uses of UserListResponse in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return UserListResponse Modifier and Type Method Description UserListResponse
UserRabbitMQService. findBeansResponse(UserSearchBean sb, UserCollection[] dependants, int from, int size)
-
Uses of UserListResponse in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return UserListResponse Modifier and Type Method Description UserListResponse
UserDataService. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)
Returns list of User objects that matches given search criteria.UserListResponse
UserDataService. findPotentialSupSubsDto(PotentialSupSubSearchBean searchBean, int from, int size)
Returns list of User objects, this list contains users that are candidates for superior/subordinate and matches given search criteria.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).UserListResponse
UserDataService. suggest(UserSearchBean searchBean, int from, int size)
Returns list of User objects that matches given search criteria. -
Uses of UserListResponse in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return UserListResponse Modifier and Type Method Description UserListResponse
UserMgr. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)
UserListResponse
UserMgr. findPotentialSupSubsDto(PotentialSupSubSearchBean searchBean, int from, int size)
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+UserListResponse
UserMgr. suggest(UserSearchBean searchBean, int from, int size)
-
Uses of UserListResponse in org.openiam.esb.idm.access.certification
Methods in org.openiam.esb.idm.access.certification that return UserListResponse Modifier and Type Method Description UserListResponse
AccessCertificationService. findUsersByApplications(AccessCertificationSearchBean searchBean, int from, int size)
-
Uses of UserListResponse in org.openiam.esb.idm.access.certification.impl
Methods in org.openiam.esb.idm.access.certification.impl that return UserListResponse Modifier and Type Method Description UserListResponse
AccessCertificationServiceImpl. findUsersByApplications(AccessCertificationSearchBean searchBean, int from, int size)
-
Uses of UserListResponse in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return UserListResponse Modifier and Type Method Description UserListResponse
UserDataWebService. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)
Fetches UserListResponse from a csv file based on the provided BulkPasswordResetConfig.UserListResponse
UserDataWebServiceImpl. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)
Fetches UserListResponse from a csv file based on the provided BulkPasswordResetConfig.UserListResponse
UserDataWebService. findBeans(UserSearchBean userSearchBean, UserCollection[] dependants, int from, int size)
Call to find users by various criteriaUserListResponse
UserDataWebServiceImpl. findBeans(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)
UserListResponse
UserDataWebService. findPotentialSupSubs(PotentialSupSubSearchBean userSearchBean, int from, int size)
Retrieves list of potential supervisor/subordinate users that match given search criteria.UserListResponse
UserDataWebServiceImpl. findPotentialSupSubs(PotentialSupSubSearchBean userSearchBean, int from, int size)
UserListResponse
UserDataWebService. findUsersByApplications(AccessCertificationSearchBean searchBean, int from, int size)
UserListResponse
UserDataWebServiceImpl. findUsersByApplications(AccessCertificationSearchBean searchBean, int from, int size)
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)
UserListResponse
UserDataWebService. suggest(UserSearchBean userSearchBean, int from, int size)
Call to find users by various criteria.UserListResponse
UserDataWebServiceImpl. suggest(UserSearchBean searchBean, int from, int size)
-