Uses of Class
org.openiam.idm.searchbeans.OrganizationSearchBean
-
-
Uses of OrganizationSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type OrganizationSearchBean Modifier and Type Method Description List<Organization>
OrganizationRabbitMQService. findBeans(OrganizationSearchBean sb, int from, int size)
-
Uses of OrganizationSearchBean in org.openiam.esb.core.org.service.impl
Methods in org.openiam.esb.core.org.service.impl with parameters of type OrganizationSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<Organization>
OrganizationServiceImpl. findBeans(OrganizationSearchBean searchBean, boolean deepCopy, int from, int size)
org.springframework.data.domain.Page<Organization>
OrganizationServiceImpl. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypes, int from, int size)
-
Uses of OrganizationSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type OrganizationSearchBean Modifier and Type Method Description void
AccessRightProcessor. process(OrganizationSearchBean searchBean, List<Organization> dtoList, List<OrganizationEntity> entityList)
-
Uses of OrganizationSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type OrganizationSearchBean Modifier and Type Method Description org.springframework.data.elasticsearch.core.query.CriteriaQuery
OrganizationElasticSearchRepositoryImpl. getCriteria(OrganizationSearchBean searchBean)
-
Uses of OrganizationSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type OrganizationSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<OrganizationEntity>
OrganizationRepositoryImpl. buildSpecifications(OrganizationSearchBean sb)
Search OrganizationEntity by conditions in OrganizationSearchBean -
Uses of OrganizationSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type OrganizationSearchBean Modifier and Type Method Description int
OrganizationDataService. count(OrganizationSearchBean searchBean)
int
OrganizationDataServiceImpl. count(OrganizationSearchBean searchBean)
OrganizationListResponse
OrganizationDataService. findBeans(OrganizationSearchBean searchBean, int from, int size)
OrganizationListResponse
OrganizationDataServiceImpl. findBeans(OrganizationSearchBean searchBean, int from, int size)
OrganizationListResponse
OrganizationDataService. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
method is used to get user's organizaiotn with entitled resources.OrganizationListResponse
OrganizationDataServiceImpl. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-