Uses of Class
org.openiam.idm.searchbeans.EmailSearchBean
-
-
Uses of EmailSearchBean in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type EmailSearchBean Modifier and Type Method Description List<EmailAddress>
UserDataService. getEmailAddressDtoList(EmailSearchBean searchBean, int from, int size)
Returns list of EmailAddress objects that matches given search criteria.List<EmailAddressEntity>
UserDataService. getEmailAddressList(EmailSearchBean searchBean, int from, int size)
Returns list of EmailAddressEntity objects that matches given search criteria.int
UserDataService. getNumOfEmailsForUser(EmailSearchBean searchBean)
Counts number of email addresses that match given count criteria. -
Uses of EmailSearchBean in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type EmailSearchBean Modifier and Type Method Description List<EmailAddress>
UserMgr. getEmailAddressDtoList(EmailSearchBean searchBean, int from, int size)
List<EmailAddressEntity>
UserMgr. getEmailAddressList(EmailSearchBean searchBean, int from, int size)
int
UserMgr. getNumOfEmailsForUser(EmailSearchBean searchBean)
-
Uses of EmailSearchBean in org.openiam.esb.elasticsearch.repository.custom
Methods in org.openiam.esb.elasticsearch.repository.custom with parameters of type EmailSearchBean Modifier and Type Method Description List<org.elasticsearch.index.query.QueryBuilder>
EmailElasticSearchRepositoryCustom. getNestedQueryBuilder(String prefix, EmailSearchBean searchBean)
-
Uses of EmailSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type EmailSearchBean Modifier and Type Method Description org.springframework.data.elasticsearch.core.query.CriteriaQuery
EmailElasticSearchRepositoryImpl. getCriteria(EmailSearchBean searchBean)
List<org.elasticsearch.index.query.QueryBuilder>
EmailElasticSearchRepositoryImpl. getNestedQueryBuilder(String prefix, EmailSearchBean searchBean)
-
Uses of EmailSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type EmailSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<EmailAddressEntity>
EmailAddressRepositoryImpl. buildSpecifications(EmailSearchBean searchBean)
-
Uses of EmailSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type EmailSearchBean Modifier and Type Method Description List
UserDataWebService. findEmailBeans(EmailSearchBean searchBean, int from, int size)
Gets a paged List of EmailAddress records associated with a UserList<EmailAddress>
UserDataWebServiceImpl. findEmailBeans(EmailSearchBean searchBean, int from, int size)
-