Uses of Class
org.openiam.idm.searchbeans.LoginSearchBean
-
-
Uses of LoginSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type LoginSearchBean Modifier and Type Method Description intLoginMQService. count(LoginSearchBean sb)List<Login>LoginMQService. findBeans(LoginSearchBean sb, int from, int size)LoginListResponseLoginMQService. findBeansResponse(LoginSearchBean sb, int from, int size) -
Uses of LoginSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type LoginSearchBean Modifier and Type Method Description IntegerLoginDataService. count(LoginSearchBean searchBean)List<Login>LoginDataService. findBeans(LoginSearchBean searchBean, int from, int size) -
Uses of LoginSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type LoginSearchBean Modifier and Type Method Description IntegerLoginDataServiceImpl. count(LoginSearchBean searchBean)List<Login>LoginDataServiceImpl. findBeans(LoginSearchBean searchBean, int from, int size) -
Uses of LoginSearchBean in org.openiam.esb.elasticsearch.repository.custom
Methods in org.openiam.esb.elasticsearch.repository.custom with parameters of type LoginSearchBean Modifier and Type Method Description intLoginElasticSearchRepositoryCustom. count(LoginSearchBean searchBean)org.springframework.data.domain.Page<String>LoginElasticSearchRepositoryCustom. findUserIds(LoginSearchBean searchBean, org.springframework.data.domain.Pageable pageable)List<org.elasticsearch.index.query.QueryBuilder>LoginElasticSearchRepositoryCustom. getNestedQueryBuilder(String prefix, LoginSearchBean searchBean) -
Uses of LoginSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type LoginSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<String>LoginElasticSearchRepositoryImpl. findUserIds(LoginSearchBean searchBean, org.springframework.data.domain.Pageable pageable)org.springframework.data.elasticsearch.core.query.CriteriaQueryLoginElasticSearchRepositoryImpl. getCriteria(LoginSearchBean searchBean)List<org.elasticsearch.index.query.QueryBuilder>LoginElasticSearchRepositoryImpl. getNestedQueryBuilder(String prefix, LoginSearchBean searchBean) -
Uses of LoginSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type LoginSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<LoginEntity>LoginRepositoryImpl. buildSpecifications(LoginSearchBean sb) -
Uses of LoginSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type LoginSearchBean Modifier and Type Method Description IntegerLoginDataWebService. count(LoginSearchBean searchBean)Counts number of logins that match given search criteria.IntegerLoginDataWebServiceImpl. count(LoginSearchBean searchBean)List<Login>LoginDataWebService. findBeans(LoginSearchBean searchBean, int from, int size)Deprecated.List<Login>LoginDataWebServiceImpl. findBeans(LoginSearchBean searchBean, int from, int size)LoginListResponseLoginDataWebService. findBeansResponse(LoginSearchBean searchBean, int from, int size)LoginListResponseLoginDataWebServiceImpl. findBeansResponse(LoginSearchBean searchBean, int from, int size)
-