Uses of Class
org.openiam.idm.srvc.continfo.dto.Phone
-
Packages that use Phone Package Description org.openiam.elasticsearch.converter org.openiam.esb.core.dozer.converter org.openiam.esb.core.user.service org.openiam.esb.core.user.service.impl org.openiam.idm.provisioning.diff.model.user org.openiam.idm.srvc.user.dto org.openiam.provision.type org.openiam.srvc.user org.openiam.sync.service.impl.service Provides abstract base classes for identity transformation scripts in OpenIAM. -
-
Uses of Phone in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return Phone Modifier and Type Method Description PhonePhoneDocumentToEntityConverter. convertToDTO(PhoneDoc doc)protected PhonePhoneDocumentToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type Phone Modifier and Type Method Description Class<Phone>PhoneDocumentToEntityConverter. getDTOClass() -
Uses of Phone in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Phone Modifier and Type Method Description PhonePhoneDozerConverter. convertDTO(Phone entity, boolean isDeep)PhonePhoneDozerConverter. convertToDTO(PhoneEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Phone Modifier and Type Method Description List<Phone>PhoneDozerConverter. convertToDTOList(List<PhoneEntity> list, boolean isDeep)Set<Phone>PhoneDozerConverter. convertToDTOSet(Set<PhoneEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type Phone Modifier and Type Method Description PhonePhoneDozerConverter. convertDTO(Phone entity, boolean isDeep)PhoneEntityPhoneDozerConverter. convertToEntity(Phone entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Phone Modifier and Type Method Description List<PhoneEntity>PhoneDozerConverter. convertToEntityList(List<Phone> list, boolean isDeep)Set<PhoneEntity>PhoneDozerConverter. convertToEntitySet(Set<Phone> set, boolean isDeep) -
Uses of Phone in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return types with arguments of type Phone Modifier and Type Method Description List<Phone>UserDataService. getPhoneDTOList(PhoneSearchBean searchBean, int from, int size)Returns list of Phone objects for given search criteria.Methods in org.openiam.esb.core.user.service with parameters of type Phone Modifier and Type Method Description StringUserDataService. addPhone(Phone phone)Saves phone.voidUserDataService. validatePhone(Phone phone)Validates phone. -
Uses of Phone in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type Phone Modifier and Type Method Description List<Phone>UserMgr. getPhoneDTOList(PhoneSearchBean sb, int from, int size)Methods in org.openiam.esb.core.user.service.impl with parameters of type Phone Modifier and Type Method Description StringUserMgr. addPhone(Phone phone)voidUserMgr. validatePhone(Phone phone) -
Uses of Phone in org.openiam.idm.provisioning.diff.model.user
Constructors in org.openiam.idm.provisioning.diff.model.user with parameters of type Phone Constructor Description PhoneDiff(Phone newObject, Phone oldObject) -
Uses of Phone in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto that return Phone Modifier and Type Method Description PhoneUser. getDefaultPhone()PhoneUser. getPhoneById(String id)PhoneUser. getPhoneByMetadataType(MetadataType metadataType)PhoneUser. getPhoneByName(String name)Methods in org.openiam.idm.srvc.user.dto with parameters of type Phone Modifier and Type Method Description voidUser. addPhone(Phone phone) -
Uses of Phone in org.openiam.provision.type
Fields in org.openiam.provision.type declared as Phone Modifier and Type Field Description protected PhoneExtensiblePhone. phoneMethods in org.openiam.provision.type that return Phone Modifier and Type Method Description PhoneExtensiblePhone. getPhone()Methods in org.openiam.provision.type with parameters of type Phone Modifier and Type Method Description voidExtensiblePhone. setPhone(Phone phone)Constructors in org.openiam.provision.type with parameters of type Phone Constructor Description ExtensiblePhone(Phone phone) -
Uses of Phone in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return types with arguments of type Phone Modifier and Type Method Description List<Phone>UserDataWebService. findPhoneBeans(PhoneSearchBean searchBean, int from, int size)Gets a paged List of Phones identified by the search beanList<Phone>UserDataWebServiceImpl. findPhoneBeans(PhoneSearchBean searchBean, int from, int size)Methods in org.openiam.srvc.user with parameters of type Phone Modifier and Type Method Description ResponseUserDataWebService. addPhone(Phone phone)Add a Phone to this UserResponseUserDataWebServiceImpl. addPhone(Phone val)ResponseUserDataWebService. validatePhone(Phone phone)Validate that a phone is valid.ResponseUserDataWebServiceImpl. validatePhone(Phone phone) -
Uses of Phone in org.openiam.sync.service.impl.service
Methods in org.openiam.sync.service.impl.service with parameters of type Phone Modifier and Type Method Description protected voidAbstractUserTransformScript. addUserPhone(ProvisionUser pUser, Phone phone)Adds or updates a phone number to a user.
-