Uses of Class
org.openiam.idm.searchbeans.ITPolicySearchBean
-
Packages that use ITPolicySearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.common -
-
Uses of ITPolicySearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type ITPolicySearchBean Modifier and Type Method Description org.springframework.data.domain.Page<ITPolicy>PolicyService. findBeansITPolicy(ITPolicySearchBean searchBean, org.springframework.data.domain.Pageable pageable) -
Uses of ITPolicySearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type ITPolicySearchBean Modifier and Type Method Description org.springframework.data.domain.Page<ITPolicy>PolicyServiceImpl. findBeansITPolicy(ITPolicySearchBean searchBean, org.springframework.data.domain.Pageable pageable) -
Uses of ITPolicySearchBean in org.openiam.srvc.common
Methods in org.openiam.srvc.common with parameters of type ITPolicySearchBean Modifier and Type Method Description ITPolicyListResponsePolicyDataService. findBeansITPolicy(ITPolicySearchBean searchBean, int from, int size)ITPolicyListResponsePolicyDataServiceImpl. findBeansITPolicy(ITPolicySearchBean searchBean, int from, int size)
-