Uses of Class
org.openiam.idm.srvc.sourceadapter.dto.SourceAdapterConfig
-
Packages that use SourceAdapterConfig Package Description org.openiam.base.request org.openiam.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.idm -
-
Uses of SourceAdapterConfig in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type SourceAdapterConfig Constructor Description SourceAdapterConfigCrudRequest(SourceAdapterConfig object) -
Uses of SourceAdapterConfig in org.openiam.dozer.converter
Methods in org.openiam.dozer.converter that return SourceAdapterConfig Modifier and Type Method Description SourceAdapterConfigSourceAdapterConfigDozerConverter. convertDTO(SourceAdapterConfig entity, boolean isDeep)SourceAdapterConfigSourceAdapterConfigDozerConverter. convertToDTO(SourceAdapterConfigEntity entity, boolean isDeep)Methods in org.openiam.dozer.converter that return types with arguments of type SourceAdapterConfig Modifier and Type Method Description List<SourceAdapterConfig>SourceAdapterConfigDozerConverter. convertToDTOList(List<SourceAdapterConfigEntity> list, boolean isDeep)Set<SourceAdapterConfig>SourceAdapterConfigDozerConverter. convertToDTOSet(Set<SourceAdapterConfigEntity> set, boolean isDeep)Methods in org.openiam.dozer.converter with parameters of type SourceAdapterConfig Modifier and Type Method Description SourceAdapterConfigSourceAdapterConfigDozerConverter. convertDTO(SourceAdapterConfig entity, boolean isDeep)SourceAdapterConfigEntitySourceAdapterConfigDozerConverter. convertToEntity(SourceAdapterConfig dto, boolean isDeep)Method parameters in org.openiam.dozer.converter with type arguments of type SourceAdapterConfig Modifier and Type Method Description List<SourceAdapterConfigEntity>SourceAdapterConfigDozerConverter. convertToEntityList(List<SourceAdapterConfig> list, boolean isDeep)Set<SourceAdapterConfigEntity>SourceAdapterConfigDozerConverter. convertToEntitySet(Set<SourceAdapterConfig> set, boolean isDeep) -
Uses of SourceAdapterConfig in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return SourceAdapterConfig Modifier and Type Method Description SourceAdapterConfigSourceAdapterConfigService. find(String id)SourceAdapterConfigSourceAdapterConfigService. save(SourceAdapterConfig dto)Methods in org.openiam.esb.core.service that return types with arguments of type SourceAdapterConfig Modifier and Type Method Description List<SourceAdapterConfig>SourceAdapterConfigService. findBeans(SourceAdapterConfigSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.service with parameters of type SourceAdapterConfig Modifier and Type Method Description SourceAdapterConfigSourceAdapterConfigService. save(SourceAdapterConfig dto) -
Uses of SourceAdapterConfig in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return SourceAdapterConfig Modifier and Type Method Description SourceAdapterConfigSourceAdapterConfigServiceImpl. find(String id)SourceAdapterConfigSourceAdapterConfigServiceImpl. save(SourceAdapterConfig dto)Methods in org.openiam.esb.core.service.impl that return types with arguments of type SourceAdapterConfig Modifier and Type Method Description List<SourceAdapterConfig>SourceAdapterConfigServiceImpl. findBeans(SourceAdapterConfigSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.service.impl with parameters of type SourceAdapterConfig Modifier and Type Method Description SourceAdapterConfigSourceAdapterConfigServiceImpl. save(SourceAdapterConfig dto) -
Uses of SourceAdapterConfig in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type SourceAdapterConfig Modifier and Type Method Description ResponseSourceAdapterConfigWebService. save(SourceAdapterConfig sourceAdapterConfig)ResponseSourceAdapterConfigWebServiceImpl. save(SourceAdapterConfig sourceAdapterConfig)
-