Uses of Class
org.openiam.idm.searchbeans.PolicySearchBean
-
Packages that use PolicySearchBean Package Description org.openiam.common.beans.mq org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.impl org.openiam.srvc.common -
-
Uses of PolicySearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type PolicySearchBean Modifier and Type Method Description PolicyListResponse
PolicyRabbitMQService. findBeans(PolicySearchBean searchBean, int from, int size)
-
Uses of PolicySearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type PolicySearchBean Modifier and Type Method Description int
PolicyService. count(PolicySearchBean searchBean)
List<Policy>
PolicyService. findBeans(PolicySearchBean searchBean, int from, int size)
-
Uses of PolicySearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type PolicySearchBean Modifier and Type Method Description int
PolicyServiceImpl. count(PolicySearchBean searchBean)
List<Policy>
PolicyServiceImpl. findBeans(PolicySearchBean searchBean, int from, int size)
-
Uses of PolicySearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type PolicySearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<PolicyEntity>
PolicyRepositoryImpl. buildSpecifications(PolicySearchBean sb)
-
Uses of PolicySearchBean in org.openiam.srvc.common
Methods in org.openiam.srvc.common with parameters of type PolicySearchBean Modifier and Type Method Description int
PolicyDataService. count(PolicySearchBean searchBean)
int
PolicyDataServiceImpl. count(PolicySearchBean searchBean)
PolicyListResponse
PolicyDataService. findBeans(PolicySearchBean searchBean, int from, int size)
PolicyListResponse
PolicyDataServiceImpl. findBeans(PolicySearchBean searchBean, int from, int size)
-