Uses of Class
org.openiam.idm.searchbeans.PhoneSearchBean
-
-
Uses of PhoneSearchBean in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type PhoneSearchBean Modifier and Type Method Description int
UserDataService. getNumOfPhonesForUser(PhoneSearchBean searchBean)
Counts number of phones that match given count criteria.List<Phone>
UserDataService. getPhoneDTOList(PhoneSearchBean searchBean, int from, int size)
Returns list of Phone objects for given search criteria.List<PhoneEntity>
UserDataService. getPhoneList(PhoneSearchBean searchBean, int from, int size)
Returns list of PhoneEntity objects for given search criteria. -
Uses of PhoneSearchBean in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type PhoneSearchBean Modifier and Type Method Description int
UserMgr. getNumOfPhonesForUser(PhoneSearchBean searchBean)
List<Phone>
UserMgr. getPhoneDTOList(PhoneSearchBean sb, int from, int size)
List<PhoneEntity>
UserMgr. getPhoneList(PhoneSearchBean searchBean, int from, int size)
-
Uses of PhoneSearchBean in org.openiam.esb.elasticsearch.repository.custom
Methods in org.openiam.esb.elasticsearch.repository.custom with parameters of type PhoneSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<String>
PhoneElasticSearchRepositoryCustom. findUserIds(PhoneSearchBean sb, org.springframework.data.domain.Pageable pageable)
List<org.elasticsearch.index.query.QueryBuilder>
PhoneElasticSearchRepositoryCustom. getNestedQueryBuilder(String prefix, PhoneSearchBean searchBean)
-
Uses of PhoneSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type PhoneSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<String>
PhoneElasticSearchRepositoryImpl. findUserIds(PhoneSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
org.springframework.data.elasticsearch.core.query.CriteriaQuery
PhoneElasticSearchRepositoryImpl. getCriteria(PhoneSearchBean searchBean)
List<org.elasticsearch.index.query.QueryBuilder>
PhoneElasticSearchRepositoryImpl. getNestedQueryBuilder(String prefix, PhoneSearchBean searchBean)
-
Uses of PhoneSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type PhoneSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<PhoneEntity>
PhoneRepositoryImpl. buildSpecifications(PhoneSearchBean sb)
Search PhoneEntity by conditions in PhoneSearchBean -
Uses of PhoneSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type PhoneSearchBean Modifier and Type Method Description List<Phone>
UserDataWebService. findPhoneBeans(PhoneSearchBean searchBean, int from, int size)
Gets a paged List of Phones identified by the search beanList<Phone>
UserDataWebServiceImpl. findPhoneBeans(PhoneSearchBean searchBean, int from, int size)
-