Uses of Class
org.openiam.idm.srvc.synch.dto.SynchConfigSearchBean
-
Packages that use SynchConfigSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.repository.impl org.openiam.esb.sync.service org.openiam.srvc.idm -
-
Uses of SynchConfigSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type SynchConfigSearchBean Modifier and Type Method Description intIdentitySynchService. count(SynchConfigSearchBean searchBean)List<SynchConfig>IdentitySynchService. getSynchConfigs(SynchConfigSearchBean searchBean, int from, int size) -
Uses of SynchConfigSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type SynchConfigSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SynchConfigEntity>SynchConfigRepositoryImpl. buildSpecifications(SynchConfigSearchBean sb)Search SynchConfigEntity by conditions in SynchConfigSearchBean -
Uses of SynchConfigSearchBean in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service with parameters of type SynchConfigSearchBean Modifier and Type Method Description intIdentitySynchServiceImpl. count(SynchConfigSearchBean example)List<SynchConfig>IdentitySynchServiceImpl. getSynchConfigs(SynchConfigSearchBean searchBean, int from, int size) -
Uses of SynchConfigSearchBean in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type SynchConfigSearchBean Modifier and Type Method Description intIdentitySynchWebService. getSynchConfigCount(SynchConfigSearchBean searchBean)intIdentitySynchWebServiceImpl. getSynchConfigCount(SynchConfigSearchBean searchBean)List<SynchConfig>IdentitySynchWebService. getSynchConfigs(SynchConfigSearchBean searchBean, int size, int from)List<SynchConfig>IdentitySynchWebServiceImpl. getSynchConfigs(SynchConfigSearchBean searchBean, int from, int size)
-