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 PolicyListResponsePolicyRabbitMQService. 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 intPolicyService. 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 intPolicyServiceImpl. 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 intPolicyDataService. count(PolicySearchBean searchBean)intPolicyDataServiceImpl. count(PolicySearchBean searchBean)PolicyListResponsePolicyDataService. findBeans(PolicySearchBean searchBean, int from, int size)PolicyListResponsePolicyDataServiceImpl. findBeans(PolicySearchBean searchBean, int from, int size)
-