Uses of Class
org.openiam.idm.srvc.continfo.dto.Address
-
-
Uses of Address in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Address Modifier and Type Method Description Address
AddressDozerConverter. convertDTO(Address entity, boolean isDeep)
Address
AddressDozerConverter. convertToDTO(AddressEntity userEntity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Address Modifier and Type Method Description List<Address>
AddressDozerConverter. convertToDTOList(List<AddressEntity> list, boolean isDeep)
Set<Address>
AddressDozerConverter. convertToDTOSet(Set<AddressEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type Address Modifier and Type Method Description Address
AddressDozerConverter. convertDTO(Address entity, boolean isDeep)
AddressEntity
AddressDozerConverter. convertToEntity(Address entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Address Modifier and Type Method Description List<AddressEntity>
AddressDozerConverter. convertToEntityList(List<Address> list, boolean isDeep)
Set<AddressEntity>
AddressDozerConverter. convertToEntitySet(Set<Address> set, boolean isDeep)
-
Uses of Address in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return types with arguments of type Address Modifier and Type Method Description List<Address>
UserDataService. getAddressDtoList(AddressSearchBean searchBean, int from, int size)
Returns list of Address objects that match given search criteria. -
Uses of Address in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type Address Modifier and Type Method Description List<Address>
UserMgr. getAddressDtoList(AddressSearchBean searchBean, int from, int size)
-
Uses of Address in org.openiam.idm.provisioning.diff.model.user
Constructors in org.openiam.idm.provisioning.diff.model.user with parameters of type Address Constructor Description AddressDiff(Address newObject, Address oldObject)
-
Uses of Address in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto that return Address Modifier and Type Method Description Address
User. getAddressById(String id)
Address
User. getAddressByMetadataType(MetadataType metadataType)
Address
User. getAddressByName(String name)
Address
User. getDefaultAddress()
Methods in org.openiam.idm.srvc.user.dto with parameters of type Address Modifier and Type Method Description void
User. addAddress(Address address)
-
Uses of Address in org.openiam.provision.type
Fields in org.openiam.provision.type declared as Address Modifier and Type Field Description protected Address
ExtensibleAddress. address
Methods in org.openiam.provision.type that return Address Modifier and Type Method Description Address
ExtensibleAddress. getAddress()
Methods in org.openiam.provision.type with parameters of type Address Modifier and Type Method Description void
ExtensibleAddress. setAddress(Address address)
Constructors in org.openiam.provision.type with parameters of type Address Constructor Description ExtensibleAddress(Address adr)
-
Uses of Address in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return types with arguments of type Address Modifier and Type Method Description List<Address>
UserDataWebService. getAddressBeans(AddressSearchBean sb, int from, int size)
Find Address objects based on the incoming criteriaList<Address>
UserDataWebServiceImpl. getAddressBeans(AddressSearchBean sb, int from, int size)
-
Uses of Address in org.openiam.sync.service.impl.service
Methods in org.openiam.sync.service.impl.service with parameters of type Address Modifier and Type Method Description protected void
AbstractUserTransformScript. addUserAddress(ProvisionUser pUser, Address address)
Add address to user
-