Uses of Class
org.openiam.idm.searchbeans.OrphanSearchBean
-
Packages that use OrphanSearchBean Package Description org.openiam.esb.core.user.service org.openiam.esb.core.user.service.impl org.openiam.esb.elasticsearch.repository.impl org.openiam.srvc.user -
-
Uses of OrphanSearchBean in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type OrphanSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<Orphan>
OrphanService. findBeansDto(OrphanSearchBean searchBean, int from, int size)
-
Uses of OrphanSearchBean in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type OrphanSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<Orphan>
OrphanServiceImpl. findBeansDto(OrphanSearchBean searchBean, int from, int size)
-
Uses of OrphanSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type OrphanSearchBean Modifier and Type Method Description protected org.springframework.data.elasticsearch.core.query.CriteriaQuery
OrphanElasticSearchRepositoryImpl. getCriteria(OrphanSearchBean searchBean)
-
Uses of OrphanSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type OrphanSearchBean Modifier and Type Method Description OrphanListResponse
UserDataWebService. findOrphans(OrphanSearchBean orphanSearchBean, int from, int size)
Method is used to return list of orphans by search bean filtersOrphanListResponse
UserDataWebServiceImpl. findOrphans(OrphanSearchBean searchBean, int from, int size)
-