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 PhoneEntityPhoneDocumentToEntityConverter. convertToEntity(PhoneDoc doc)protected PhoneEntityPhoneDocumentToEntityConverter. 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 PhoneDocPhoneDocumentToEntityConverter. 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 PhoneEntityPhoneDozerConverter. convertEntity(PhoneEntity userEntity, boolean isDeep)PhoneEntityPhoneDozerConverter. 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 PhoneEntityPhoneDozerConverter. convertEntity(PhoneEntity userEntity, boolean isDeep)PhonePhoneDozerConverter. 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 StringUserMgr. addPhoneInternal(PhoneEntity entity)protected voidUserMgr. 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 PhoneEntityUserEntity. getDefaultPhone()PhoneEntityUserEntity. getOTPPhone()Methods in org.openiam.idm.srvc.user.domain with parameters of type PhoneEntity Modifier and Type Method Description voidUserEntity. addPhone(PhoneEntity phone)
-