Uses of Class
org.openiam.idm.srvc.continfo.domain.PhoneEntity
-
-
Uses of PhoneEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return PhoneEntity Modifier and Type Method Description PhoneEntity
PhoneDocumentToEntityConverter. convertToEntity(PhoneDoc doc)
protected PhoneEntity
PhoneDocumentToEntityConverter. newEntity()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type PhoneEntity Modifier and Type Method Description Class<PhoneEntity>
PhoneDocumentToEntityConverter. getEntityClass()
Methods in org.openiam.elasticsearch.converter with parameters of type PhoneEntity Modifier and Type Method Description PhoneDoc
PhoneDocumentToEntityConverter. convertToDocument(PhoneEntity entity)
-
Uses of PhoneEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return PhoneEntity Modifier and Type Method Description PhoneEntity
PhoneDozerConverter. convertEntity(PhoneEntity userEntity, boolean isDeep)
PhoneEntity
PhoneDozerConverter. convertToEntity(Phone entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type PhoneEntity Modifier and Type Method Description List<PhoneEntity>
PhoneDozerConverter. convertToEntityList(List<Phone> list, boolean isDeep)
Set<PhoneEntity>
PhoneDozerConverter. convertToEntitySet(Set<Phone> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type PhoneEntity Modifier and Type Method Description PhoneEntity
PhoneDozerConverter. convertEntity(PhoneEntity userEntity, boolean isDeep)
Phone
PhoneDozerConverter. convertToDTO(PhoneEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type PhoneEntity Modifier and Type Method Description List<Phone>
PhoneDozerConverter. convertToDTOList(List<PhoneEntity> list, boolean isDeep)
Set<Phone>
PhoneDozerConverter. convertToDTOSet(Set<PhoneEntity> set, boolean isDeep)
-
Uses of PhoneEntity in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return types with arguments of type PhoneEntity Modifier and Type Method Description List<PhoneEntity>
UserDataService. getPhoneList(PhoneSearchBean searchBean, int from, int size)
Returns list of PhoneEntity objects for given search criteria. -
Uses of PhoneEntity in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type PhoneEntity Modifier and Type Method Description List<PhoneEntity>
UserMgr. getPhoneList(PhoneSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.user.service.impl with parameters of type PhoneEntity Modifier and Type Method Description protected String
UserMgr. addPhoneInternal(PhoneEntity entity)
protected void
UserMgr. updateDefaultFlagForPhone(PhoneEntity targetEntity, boolean newDefaultValue, UserEntity parent)
-
Uses of PhoneEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type PhoneEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<PhoneEntity>
PhoneRepositoryImpl. buildSpecifications(PhoneSearchBean sb)
Search PhoneEntity by conditions in PhoneSearchBeanprotected Class<PhoneEntity>
PhoneRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<PhoneEntity,String>
PhoneRepositoryImpl. getRepository()
-
Uses of PhoneEntity in org.openiam.idm.srvc.user.domain
Methods in org.openiam.idm.srvc.user.domain that return PhoneEntity Modifier and Type Method Description PhoneEntity
UserEntity. getDefaultPhone()
PhoneEntity
UserEntity. getOTPPhone()
Methods in org.openiam.idm.srvc.user.domain with parameters of type PhoneEntity Modifier and Type Method Description void
UserEntity. addPhone(PhoneEntity phone)
-