Uses of Class
org.openiam.idm.srvc.sourceadapter.domain.SourceAdapterConfigEntity
-
Packages that use SourceAdapterConfigEntity Package Description org.openiam.dozer.converter org.openiam.esb.core.service.impl -
-
Uses of SourceAdapterConfigEntity in org.openiam.dozer.converter
Methods in org.openiam.dozer.converter that return SourceAdapterConfigEntity Modifier and Type Method Description SourceAdapterConfigEntitySourceAdapterConfigDozerConverter. convertEntity(SourceAdapterConfigEntity entity, boolean isDeep)SourceAdapterConfigEntitySourceAdapterConfigDozerConverter. convertToEntity(SourceAdapterConfig dto, boolean isDeep)Methods in org.openiam.dozer.converter that return types with arguments of type SourceAdapterConfigEntity Modifier and Type Method Description List<SourceAdapterConfigEntity>SourceAdapterConfigDozerConverter. convertToEntityList(List<SourceAdapterConfig> list, boolean isDeep)Set<SourceAdapterConfigEntity>SourceAdapterConfigDozerConverter. convertToEntitySet(Set<SourceAdapterConfig> set, boolean isDeep)Methods in org.openiam.dozer.converter with parameters of type SourceAdapterConfigEntity Modifier and Type Method Description SourceAdapterConfigEntitySourceAdapterConfigDozerConverter. convertEntity(SourceAdapterConfigEntity entity, boolean isDeep)SourceAdapterConfigSourceAdapterConfigDozerConverter. convertToDTO(SourceAdapterConfigEntity entity, boolean isDeep)Method parameters in org.openiam.dozer.converter with type arguments of type SourceAdapterConfigEntity Modifier and Type Method Description List<SourceAdapterConfig>SourceAdapterConfigDozerConverter. convertToDTOList(List<SourceAdapterConfigEntity> list, boolean isDeep)Set<SourceAdapterConfig>SourceAdapterConfigDozerConverter. convertToDTOSet(Set<SourceAdapterConfigEntity> set, boolean isDeep) -
Uses of SourceAdapterConfigEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type SourceAdapterConfigEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SourceAdapterConfigEntity>SourceAdapterConfigServiceImpl. buildSpecifications(SourceAdapterConfigSearchBean sb)protected Class<SourceAdapterConfigEntity>SourceAdapterConfigServiceImpl. getEntityClass()protected AbstractKeyEntityRepository<SourceAdapterConfigEntity,String>SourceAdapterConfigServiceImpl. getRepository()
-