Uses of Class
org.openiam.idm.srvc.continfo.dto.Phone
-
-
Uses of Phone in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return Phone Modifier and Type Method Description Phone
PhoneDocumentToEntityConverter. convertToDTO(PhoneDoc doc)
protected Phone
PhoneDocumentToEntityConverter. 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 Phone
PhoneDozerConverter. convertDTO(Phone entity, boolean isDeep)
Phone
PhoneDozerConverter. 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 Phone
PhoneDozerConverter. convertDTO(Phone entity, boolean isDeep)
PhoneEntity
PhoneDozerConverter. 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 String
UserDataService. addPhone(Phone phone)
Saves phone.void
UserDataService. 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 String
UserMgr. addPhone(Phone phone)
void
UserMgr. 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 Phone
User. getDefaultPhone()
Phone
User. getPhoneById(String id)
Phone
User. getPhoneByMetadataType(MetadataType metadataType)
Phone
User. getPhoneByName(String name)
Methods in org.openiam.idm.srvc.user.dto with parameters of type Phone Modifier and Type Method Description void
User. 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 Phone
ExtensiblePhone. phone
Methods in org.openiam.provision.type that return Phone Modifier and Type Method Description Phone
ExtensiblePhone. getPhone()
Methods in org.openiam.provision.type with parameters of type Phone Modifier and Type Method Description void
ExtensiblePhone. 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 Response
UserDataWebService. addPhone(Phone phone)
Add a Phone to this UserResponse
UserDataWebServiceImpl. addPhone(Phone val)
Response
UserDataWebService. validatePhone(Phone phone)
Validate that a phone is valid.Response
UserDataWebServiceImpl. 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 void
AbstractUserTransformScript. addUserPhone(ProvisionUser pUser, Phone phone)
add phone to user
-