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 voidAccessRightProcessor. 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.CriteriaQueryOrganizationElasticSearchRepositoryImpl. 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 intOrganizationDataService. count(OrganizationSearchBean searchBean)intOrganizationDataServiceImpl. count(OrganizationSearchBean searchBean)OrganizationListResponseOrganizationDataService. findBeans(OrganizationSearchBean searchBean, int from, int size)OrganizationListResponseOrganizationDataServiceImpl. findBeans(OrganizationSearchBean searchBean, int from, int size)OrganizationListResponseOrganizationDataService. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)method is used to get user's organizaiotn with entitled resources.OrganizationListResponseOrganizationDataServiceImpl. getWithResources(String userId, OrganizationSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-