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 CSVConfigCSVConfigResponse. getConfig()Methods in org.openiam.base.response with parameters of type CSVConfig Modifier and Type Method Description voidCSVConfigResponse. 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 CSVConfigCSVConfigDozerConverter. convertDTO(CSVConfig entity, boolean isDeep)CSVConfigCSVConfigDozerConverter. 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 CSVConfigCSVConfigDozerConverter. convertDTO(CSVConfig entity, boolean isDeep)CSVConfigEntityCSVConfigDozerConverter. 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 CSVConfigResponseIdentitySynchService. 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 CSVConfigResponseIdentitySynchServiceImpl. 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 CSVConfigResponseIdentitySynchWebService. addCSVConfig(CSVConfig csvConfig)CSVConfigResponseIdentitySynchWebServiceImpl. addCSVConfig(CSVConfig synchConfig)
-