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 int
SourceAdapterConfigService. 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)
int
SourceAdapterConfigServiceImpl. 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 SourceAdapterConfigListResponse
SourceAdapterConfigWebService. findBeans(SourceAdapterConfigSearchBean searchBean, int size, int from)
SourceAdapterConfigListResponse
SourceAdapterConfigWebServiceImpl. findBeans(SourceAdapterConfigSearchBean searchBean, int from, int size)
-