Uses of Class
org.openiam.idm.srvc.synch.dto.CSVConfig
-
Packages that use CSVConfig Package Description org.openiam.base.response org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.sync.service org.openiam.srvc.idm -
-
Uses of CSVConfig in org.openiam.base.response
Methods in org.openiam.base.response that return CSVConfig Modifier and Type Method Description CSVConfig
CSVConfigResponse. getConfig()
Methods in org.openiam.base.response with parameters of type CSVConfig Modifier and Type Method Description void
CSVConfigResponse. setConfig(CSVConfig config)
-
Uses of CSVConfig in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return CSVConfig Modifier and Type Method Description CSVConfig
CSVConfigDozerConverter. convertDTO(CSVConfig entity, boolean isDeep)
CSVConfig
CSVConfigDozerConverter. convertToDTO(CSVConfigEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type CSVConfig Modifier and Type Method Description List<CSVConfig>
CSVConfigDozerConverter. convertToDTOList(List<CSVConfigEntity> list, boolean isDeep)
Set<CSVConfig>
CSVConfigDozerConverter. convertToDTOSet(Set<CSVConfigEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type CSVConfig Modifier and Type Method Description CSVConfig
CSVConfigDozerConverter. convertDTO(CSVConfig entity, boolean isDeep)
CSVConfigEntity
CSVConfigDozerConverter. convertToEntity(CSVConfig entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type CSVConfig Modifier and Type Method Description List<CSVConfigEntity>
CSVConfigDozerConverter. convertToEntityList(List<CSVConfig> list, boolean isDeep)
Set<CSVConfigEntity>
CSVConfigDozerConverter. convertToEntitySet(Set<CSVConfig> set, boolean isDeep)
-
Uses of CSVConfig in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type CSVConfig Modifier and Type Method Description CSVConfigResponse
IdentitySynchService. addCSVConfig(CSVConfig synchConfig)
-
Uses of CSVConfig in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service with parameters of type CSVConfig Modifier and Type Method Description CSVConfigResponse
IdentitySynchServiceImpl. addCSVConfig(CSVConfig synchConfig)
-
Uses of CSVConfig in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type CSVConfig Modifier and Type Method Description CSVConfigResponse
IdentitySynchWebService. addCSVConfig(CSVConfig csvConfig)
CSVConfigResponse
IdentitySynchWebServiceImpl. addCSVConfig(CSVConfig synchConfig)
-