Uses of Class
org.openiam.idm.srvc.synch.domain.CSVConfigEntity
-
Packages that use CSVConfigEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.repository org.openiam.esb.repository.impl org.openiam.esb.sync.service -
-
Uses of CSVConfigEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return CSVConfigEntity Modifier and Type Method Description CSVConfigEntity
CSVConfigDozerConverter. convertEntity(CSVConfigEntity entity, boolean isDeep)
CSVConfigEntity
CSVConfigDozerConverter. convertToEntity(CSVConfig entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type CSVConfigEntity Modifier and Type Method Description List<CSVConfigEntity>
CSVConfigDozerConverter. convertToEntityList(List<CSVConfig> list, boolean isDeep)
Set<CSVConfigEntity>
CSVConfigDozerConverter. convertToEntitySet(Set<CSVConfig> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type CSVConfigEntity Modifier and Type Method Description CSVConfigEntity
CSVConfigDozerConverter. convertEntity(CSVConfigEntity entity, boolean isDeep)
CSVConfig
CSVConfigDozerConverter. convertToDTO(CSVConfigEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type CSVConfigEntity Modifier and Type Method Description List<CSVConfig>
CSVConfigDozerConverter. convertToDTOList(List<CSVConfigEntity> list, boolean isDeep)
Set<CSVConfig>
CSVConfigDozerConverter. convertToDTOSet(Set<CSVConfigEntity> set, boolean isDeep)
-
Uses of CSVConfigEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type CSVConfigEntity Modifier and Type Method Description List<CSVConfigEntity>
IdentitySynchService. getOldCSV(Date from)
-
Uses of CSVConfigEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type CSVConfigEntity Modifier and Type Method Description org.springframework.data.domain.Page<CSVConfigEntity>
CSVConfigRepository. findAllByLinesNumber(Long number, org.springframework.data.domain.Pageable page)
List<CSVConfigEntity>
CSVConfigRepository. findAllConfigNames()
List<CSVConfigEntity>
CSVConfigRepository. findOldCSV(Date from)
Optional<CSVConfigEntity>
CSVConfigRepository. getPreview(String id)
-
Uses of CSVConfigEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type CSVConfigEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<CSVConfigEntity>
CSVConfigRepositoryImpl. buildSpecifications(CSVConfigSearchBean sb)
Search CSVConfigEntity by conditions in CSVConfigSearchBeanprotected Class<CSVConfigEntity>
CSVConfigRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<CSVConfigEntity,String>
CSVConfigRepositoryImpl. getRepository()
-
Uses of CSVConfigEntity in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service that return types with arguments of type CSVConfigEntity Modifier and Type Method Description List<CSVConfigEntity>
IdentitySynchServiceImpl. getOldCSV(Date from)
-