Uses of Class
org.openiam.idm.srvc.msg.domain.MailTemplatePropertiesEntity
-
Packages that use MailTemplatePropertiesEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository.impl -
-
Uses of MailTemplatePropertiesEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return MailTemplatePropertiesEntity Modifier and Type Method Description MailTemplatePropertiesEntityMailTemplatePropertiesDozerConverter. convertEntity(MailTemplatePropertiesEntity entity, boolean isDeep)MailTemplatePropertiesEntityMailTemplatePropertiesDozerConverter. convertToEntity(MailTemplatePropertiesDto entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type MailTemplatePropertiesEntity Modifier and Type Method Description List<MailTemplatePropertiesEntity>MailTemplatePropertiesDozerConverter. convertToEntityList(List<MailTemplatePropertiesDto> list, boolean isDeep)Set<MailTemplatePropertiesEntity>MailTemplatePropertiesDozerConverter. convertToEntitySet(Set<MailTemplatePropertiesDto> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type MailTemplatePropertiesEntity Modifier and Type Method Description MailTemplatePropertiesEntityMailTemplatePropertiesDozerConverter. convertEntity(MailTemplatePropertiesEntity entity, boolean isDeep)MailTemplatePropertiesDtoMailTemplatePropertiesDozerConverter. convertToDTO(MailTemplatePropertiesEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type MailTemplatePropertiesEntity Modifier and Type Method Description List<MailTemplatePropertiesDto>MailTemplatePropertiesDozerConverter. convertToDTOList(List<MailTemplatePropertiesEntity> list, boolean isDeep)Set<MailTemplatePropertiesDto>MailTemplatePropertiesDozerConverter. convertToDTOSet(Set<MailTemplatePropertiesEntity> set, boolean isDeep) -
Uses of MailTemplatePropertiesEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type MailTemplatePropertiesEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<MailTemplatePropertiesEntity>MailTemplatePropertiesRepositoryImpl. buildSpecifications(MailTemplatePropertiesSearchBean sb)protected Class<MailTemplatePropertiesEntity>MailTemplatePropertiesRepositoryImpl. getEntityClass()protected AbstractKeyEntityRepository<MailTemplatePropertiesEntity,String>MailTemplatePropertiesRepositoryImpl. getRepository()
-