Uses of Class
org.openiam.idm.searchbeans.UserSearchBean
-
-
Uses of UserSearchBean in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type UserSearchBean Constructor Description UserSearchRequest(UserSearchBean searchBean)UserSearchRequest(UserSearchBean searchBean, UserCollection[] dependants)UserSearchRequest(UserSearchBean searchBean, UserCollection[] dependants, int from, int size) -
Uses of UserSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type UserSearchBean Modifier and Type Method Description intUserRabbitMQService. count(UserSearchBean sb)List<User>UserRabbitMQService. findBeans(UserSearchBean sb, UserCollection[] dependants, int from, int size)UserListResponseUserRabbitMQService. findBeansResponse(UserSearchBean sb, UserCollection[] dependants, int from, int size)OrphanListResponseUserRabbitMQService. findOrphans(UserSearchBean userSearchBean, int from, int size) -
Uses of UserSearchBean in org.openiam.esb.core.batch.tasks
Methods in org.openiam.esb.core.batch.tasks with parameters of type UserSearchBean Modifier and Type Method Description protected List<User>AccessCertificationHelper. getData(UserSearchBean userSearchBean, int from, int size) -
Uses of UserSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type UserSearchBean Modifier and Type Method Description voidAccessRightProcessor. process(UserSearchBean searchBean, List<User> dtoList) -
Uses of UserSearchBean in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type UserSearchBean Modifier and Type Method Description intUserDataService. count(UserSearchBean searchBean)Counts number of UserDoc objects that match given count criteria.List<UserEntity>UserDataService. findBeans(UserSearchBean searchBean, int from, int size)Returns list of UserEntity objects that match given search criteria.UserListResponseUserDataService. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)Returns list of User objects that matches given search criteria.UserListResponseUserDataService. suggest(UserSearchBean searchBean, int from, int size)Returns list of User objects that matches given search criteria.booleanUserDataService. validateSearchBean(UserSearchBean seachBean)Validates UserSearchBean object. -
Uses of UserSearchBean in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type UserSearchBean Modifier and Type Method Description intUserMgr. count(UserSearchBean searchBean)List<UserEntity>UserMgr. findBeans(UserSearchBean searchBean, int from, int size)UserListResponseUserMgr. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)UserListResponseUserMgr. suggest(UserSearchBean searchBean, int from, int size)booleanUserMgr. validateSearchBean(UserSearchBean searchBean) -
Uses of UserSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type UserSearchBean Modifier and Type Method Description protected org.elasticsearch.index.query.BoolQueryBuilderUserElasticSearchRepositoryImpl. addAdditionalCriteria(UserSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)protected org.springframework.data.elasticsearch.core.query.CriteriaQueryAbstractElasticSearchRepository. build(UserSearchBean searchBean, List<SearchParam> params, org.springframework.data.elasticsearch.core.query.CriteriaQuery query, String fieldName)protected org.springframework.data.elasticsearch.core.query.NativeSearchQueryUserElasticSearchRepositoryImpl. buildNativeSearchQuery(UserSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)protected org.springframework.data.elasticsearch.core.query.CriteriaQueryUserElasticSearchRepositoryImpl. getCriteria(UserSearchBean searchBean)booleanUserElasticSearchRepositoryImpl. isValidSearchBean(UserSearchBean searchBean)protected booleanUserElasticSearchRepositoryImpl. mustMatch(UserSearchBean searchBean) -
Uses of UserSearchBean in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom with parameters of type UserSearchBean Modifier and Type Method Description List<UserEntity>UserRepositoryCustom. findByIds(Collection<String> ids, UserSearchBean sb) -
Uses of UserSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type UserSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<UserEntity>UserRepositoryImpl. buildSpecifications(UserSearchBean searchBean)List<UserEntity>UserRepositoryImpl. findByIds(Collection<String> ids, UserSearchBean sb) -
Uses of UserSearchBean in org.openiam.idm.searchbeans
Subclasses of UserSearchBean in org.openiam.idm.searchbeans Modifier and Type Class Description classOrphanSearchBeanclassPotentialSupSubSearchBean -
Uses of UserSearchBean in org.openiam.recon.service.impl.service
Methods in org.openiam.recon.service.impl.service that return UserSearchBean Modifier and Type Method Description UserSearchBeanAbstractIDMSearchScript. createUserSearchBean(Map<String,Object> bindingMap)UserSearchBeanIDMSearchScript. createUserSearchBean(Map<String,Object> bindingMap) -
Uses of UserSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type UserSearchBean Modifier and Type Method Description intUserDataWebService. count(UserSearchBean userSearchBean)intUserDataWebServiceImpl. count(UserSearchBean userSearchBean)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. 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)ResponseUserDataWebService. validateUserSearchRequest(UserSearchBean userSearchBean)Validate user search request according to Delegation filter.ResponseUserDataWebServiceImpl. validateUserSearchRequest(UserSearchBean userSearchBean)
-