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 SourceAdapterConfig
SourceAdapterConfigDozerConverter. convertDTO(SourceAdapterConfig entity, boolean isDeep)
SourceAdapterConfig
SourceAdapterConfigDozerConverter. 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 SourceAdapterConfig
SourceAdapterConfigDozerConverter. convertDTO(SourceAdapterConfig entity, boolean isDeep)
SourceAdapterConfigEntity
SourceAdapterConfigDozerConverter. 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 SourceAdapterConfig
SourceAdapterConfigService. find(String id)
SourceAdapterConfig
SourceAdapterConfigService. 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 SourceAdapterConfig
SourceAdapterConfigService. 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 SourceAdapterConfig
SourceAdapterConfigServiceImpl. find(String id)
SourceAdapterConfig
SourceAdapterConfigServiceImpl. 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 SourceAdapterConfig
SourceAdapterConfigServiceImpl. 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 Response
SourceAdapterConfigWebService. save(SourceAdapterConfig sourceAdapterConfig)
Response
SourceAdapterConfigWebServiceImpl. save(SourceAdapterConfig sourceAdapterConfig)
-