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 UserListResponseUserRabbitMQService. 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 UserListResponseUserDataService. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)Returns list of User objects that matches given search criteria.UserListResponseUserDataService. 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.UserListResponseUserDataService. 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).UserListResponseUserDataService. 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 UserListResponseUserMgr. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)UserListResponseUserMgr. findPotentialSupSubsDto(PotentialSupSubSearchBean searchBean, int from, int size)UserListResponseUserMgr. 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+UserListResponseUserMgr. 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 UserListResponseAccessCertificationService. 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 UserListResponseAccessCertificationServiceImpl. 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 UserListResponseUserDataWebService. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)Fetches UserListResponse from a csv file based on the provided BulkPasswordResetConfig.UserListResponseUserDataWebServiceImpl. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)Fetches UserListResponse from a csv file based on the provided BulkPasswordResetConfig.UserListResponseUserDataWebService. findBeans(UserSearchBean userSearchBean, UserCollection[] dependants, int from, int size)Call to find users by various criteriaUserListResponseUserDataWebServiceImpl. findBeans(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)UserListResponseUserDataWebService. findPotentialSupSubs(PotentialSupSubSearchBean userSearchBean, int from, int size)Retrieves list of potential supervisor/subordinate users that match given search criteria.UserListResponseUserDataWebServiceImpl. findPotentialSupSubs(PotentialSupSubSearchBean userSearchBean, int from, int size)UserListResponseUserDataWebService. findUsersByApplications(AccessCertificationSearchBean searchBean, int from, int size)UserListResponseUserDataWebServiceImpl. findUsersByApplications(AccessCertificationSearchBean searchBean, int from, int size)UserListResponseUserDataWebService. 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 userIdUserListResponseUserDataWebServiceImpl. getSubordinates(String userId, UserCollection[] dependants, int from, int size, List<SortParam> sortList, UserSearchBean filterSearch)UserListResponseUserDataWebService. suggest(UserSearchBean userSearchBean, int from, int size)Call to find users by various criteria.UserListResponseUserDataWebServiceImpl. suggest(UserSearchBean searchBean, int from, int size)
-