Uses of Class
org.openiam.idm.srvc.synch.domain.SynchConfigEntity
-
Packages that use SynchConfigEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository org.openiam.esb.repository.impl -
-
Uses of SynchConfigEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return SynchConfigEntity Modifier and Type Method Description SynchConfigEntity
SynchConfigDozerConverter. convertEntity(SynchConfigEntity entity, boolean isDeep)
SynchConfigEntity
SynchConfigDozerConverter. convertToEntity(SynchConfig entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type SynchConfigEntity Modifier and Type Method Description List<SynchConfigEntity>
SynchConfigDozerConverter. convertToEntityList(List<SynchConfig> list, boolean isDeep)
Set<SynchConfigEntity>
SynchConfigDozerConverter. convertToEntitySet(Set<SynchConfig> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type SynchConfigEntity Modifier and Type Method Description SynchConfigEntity
SynchConfigDozerConverter. convertEntity(SynchConfigEntity entity, boolean isDeep)
SynchConfig
SynchConfigDozerConverter. convertToDTO(SynchConfigEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type SynchConfigEntity Modifier and Type Method Description List<SynchConfig>
SynchConfigDozerConverter. convertToDTOList(List<SynchConfigEntity> list, boolean isDeep)
Set<SynchConfig>
SynchConfigDozerConverter. convertToDTOSet(Set<SynchConfigEntity> set, boolean isDeep)
-
Uses of SynchConfigEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type SynchConfigEntity Modifier and Type Method Description List<SynchConfigEntity>
SynchConfigRepository. findByCsvConfigId(String id)
Find data by csvConfigIdList<SynchConfigEntity>
SynchConfigRepository. getPlainTextPasswordEntities()
-
Uses of SynchConfigEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type SynchConfigEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SynchConfigEntity>
SynchConfigRepositoryImpl. buildSpecifications(SynchConfigSearchBean sb)
Search SynchConfigEntity by conditions in SynchConfigSearchBeanprotected Class<SynchConfigEntity>
SynchConfigRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<SynchConfigEntity,String>
SynchConfigRepositoryImpl. getRepository()
-