Uses of Class
org.openiam.idm.srvc.sourceadapter.dto.SourceAdapterConfigSearchBean
-
Packages that use SourceAdapterConfigSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.idm -
-
Uses of SourceAdapterConfigSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type SourceAdapterConfigSearchBean Modifier and Type Method Description intSourceAdapterConfigService. count(SourceAdapterConfigSearchBean searchBean)List<SourceAdapterConfig>SourceAdapterConfigService. findBeans(SourceAdapterConfigSearchBean searchBean, int from, int size) -
Uses of SourceAdapterConfigSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type SourceAdapterConfigSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SourceAdapterConfigEntity>SourceAdapterConfigServiceImpl. buildSpecifications(SourceAdapterConfigSearchBean sb)intSourceAdapterConfigServiceImpl. count(SourceAdapterConfigSearchBean searchBean)List<SourceAdapterConfig>SourceAdapterConfigServiceImpl. findBeans(SourceAdapterConfigSearchBean searchBean, int from, int size) -
Uses of SourceAdapterConfigSearchBean in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type SourceAdapterConfigSearchBean Modifier and Type Method Description SourceAdapterConfigListResponseSourceAdapterConfigWebService. findBeans(SourceAdapterConfigSearchBean searchBean, int size, int from)SourceAdapterConfigListResponseSourceAdapterConfigWebServiceImpl. findBeans(SourceAdapterConfigSearchBean searchBean, int from, int size)
-