Uses of Class
org.openiam.idm.srvc.continfo.domain.EmailAddressEntity
-
-
Uses of EmailAddressEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return EmailAddressEntity Modifier and Type Method Description EmailAddressEntityEmailDocumentToEntityConverter. convertToEntity(EmailDoc doc)protected EmailAddressEntityEmailDocumentToEntityConverter. newEntity()Methods in org.openiam.elasticsearch.converter that return types with arguments of type EmailAddressEntity Modifier and Type Method Description Class<EmailAddressEntity>EmailDocumentToEntityConverter. getEntityClass()Methods in org.openiam.elasticsearch.converter with parameters of type EmailAddressEntity Modifier and Type Method Description EmailDocEmailDocumentToEntityConverter. convertToDocument(EmailAddressEntity entity) -
Uses of EmailAddressEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return EmailAddressEntity Modifier and Type Method Description EmailAddressEntityEmailAddressDozerConverter. convertEntity(EmailAddressEntity userEntity, boolean isDeep)EmailAddressEntityEmailAddressDozerConverter. convertToEntity(EmailAddress entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type EmailAddressEntity Modifier and Type Method Description List<EmailAddressEntity>EmailAddressDozerConverter. convertToEntityList(List<EmailAddress> list, boolean isDeep)Set<EmailAddressEntity>EmailAddressDozerConverter. convertToEntitySet(Set<EmailAddress> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type EmailAddressEntity Modifier and Type Method Description EmailAddressEntityEmailAddressDozerConverter. convertEntity(EmailAddressEntity userEntity, boolean isDeep)EmailAddressEmailAddressDozerConverter. convertToDTO(EmailAddressEntity userEntity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type EmailAddressEntity Modifier and Type Method Description List<EmailAddress>EmailAddressDozerConverter. convertToDTOList(List<EmailAddressEntity> list, boolean isDeep)Set<EmailAddress>EmailAddressDozerConverter. convertToDTOSet(Set<EmailAddressEntity> set, boolean isDeep) -
Uses of EmailAddressEntity in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return types with arguments of type EmailAddressEntity Modifier and Type Method Description List<EmailAddressEntity>UserDataService. getEmailAddressList(String userId)Returns list of EmailAddressEntity objects for given user id.List<EmailAddressEntity>UserDataService. getEmailAddressList(String userId, int from, int size)Returns list of EmailAddressEntity objects for given user id.List<EmailAddressEntity>UserDataService. getEmailAddressList(EmailSearchBean searchBean, int from, int size)Returns list of EmailAddressEntity objects that matches given search criteria. -
Uses of EmailAddressEntity in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type EmailAddressEntity Modifier and Type Method Description List<EmailAddressEntity>UserMgr. getEmailAddressList(String userId)List<EmailAddressEntity>UserMgr. getEmailAddressList(String userId, int from, int size)List<EmailAddressEntity>UserMgr. getEmailAddressList(EmailSearchBean searchBean, int from, int size) -
Uses of EmailAddressEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type EmailAddressEntity Modifier and Type Method Description List<EmailAddressEntity>EmailAddressRepository. findByEmailAddressIn(Set<String> emailAddresses) -
Uses of EmailAddressEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type EmailAddressEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<EmailAddressEntity>EmailAddressRepositoryImpl. buildSpecifications(EmailSearchBean searchBean)protected Class<EmailAddressEntity>EmailAddressRepositoryImpl. getEntityClass()protected AbstractKeyEntityRepository<EmailAddressEntity,String>EmailAddressRepositoryImpl. getRepository() -
Uses of EmailAddressEntity in org.openiam.idm.srvc.user.domain
Methods in org.openiam.idm.srvc.user.domain that return EmailAddressEntity Modifier and Type Method Description EmailAddressEntityUserEntity. getDefaultEmailAddress()
-