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 int
UserRabbitMQService. count(UserSearchBean sb)
List<User>
UserRabbitMQService. findBeans(UserSearchBean sb, UserCollection[] dependants, int from, int size)
UserListResponse
UserRabbitMQService. findBeansResponse(UserSearchBean sb, UserCollection[] dependants, int from, int size)
OrphanListResponse
UserRabbitMQService. 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 void
AccessRightProcessor. 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 int
UserDataService. 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.UserListResponse
UserDataService. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)
Returns list of User objects that matches given search criteria.UserListResponse
UserDataService. suggest(UserSearchBean searchBean, int from, int size)
Returns list of User objects that matches given search criteria.boolean
UserDataService. 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 int
UserMgr. count(UserSearchBean searchBean)
List<UserEntity>
UserMgr. findBeans(UserSearchBean searchBean, int from, int size)
UserListResponse
UserMgr. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)
UserListResponse
UserMgr. suggest(UserSearchBean searchBean, int from, int size)
boolean
UserMgr. 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.BoolQueryBuilder
UserElasticSearchRepositoryImpl. addAdditionalCriteria(UserSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)
protected org.springframework.data.elasticsearch.core.query.CriteriaQuery
AbstractElasticSearchRepository. build(UserSearchBean searchBean, List<SearchParam> params, org.springframework.data.elasticsearch.core.query.CriteriaQuery query, String fieldName)
protected org.springframework.data.elasticsearch.core.query.NativeSearchQuery
UserElasticSearchRepositoryImpl. buildNativeSearchQuery(UserSearchBean searchBean, org.elasticsearch.index.query.BoolQueryBuilder queryBuilder)
protected org.springframework.data.elasticsearch.core.query.CriteriaQuery
UserElasticSearchRepositoryImpl. getCriteria(UserSearchBean searchBean)
boolean
UserElasticSearchRepositoryImpl. isValidSearchBean(UserSearchBean searchBean)
protected boolean
UserElasticSearchRepositoryImpl. 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 class
OrphanSearchBean
class
PotentialSupSubSearchBean
-
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 UserSearchBean
AbstractIDMSearchScript. createUserSearchBean(Map<String,Object> bindingMap)
UserSearchBean
IDMSearchScript. 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 int
UserDataWebService. count(UserSearchBean userSearchBean)
int
UserDataWebServiceImpl. count(UserSearchBean userSearchBean)
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. 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)
Response
UserDataWebService. validateUserSearchRequest(UserSearchBean userSearchBean)
Validate user search request according to Delegation filter.Response
UserDataWebServiceImpl. validateUserSearchRequest(UserSearchBean userSearchBean)
-