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 EmailAddressEntity
EmailDocumentToEntityConverter. convertToEntity(EmailDoc doc)
protected EmailAddressEntity
EmailDocumentToEntityConverter. 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 EmailDoc
EmailDocumentToEntityConverter. 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 EmailAddressEntity
EmailAddressDozerConverter. convertEntity(EmailAddressEntity userEntity, boolean isDeep)
EmailAddressEntity
EmailAddressDozerConverter. 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 EmailAddressEntity
EmailAddressDozerConverter. convertEntity(EmailAddressEntity userEntity, boolean isDeep)
EmailAddress
EmailAddressDozerConverter. 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 EmailAddressEntity
UserEntity. getDefaultEmailAddress()
-