Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.model.Address

Packages that use Address
org.wso2.carbon.registry.social.api.people.userprofile   
org.wso2.carbon.registry.social.api.people.userprofile.model   
 

Uses of Address in org.wso2.carbon.registry.social.api.people.userprofile
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile that return Address
 Address Person.getCurrentLocation()
          Get the person's current location, specified as an Address.
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile that return types with arguments of type Address
 List<Address> Person.getAddresses()
          Get addresses associated with the person, specified as an List of Address objects.
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile with parameters of type Address
 void Person.setCurrentLocation(Address currentLocation)
          Set the person's current location, specified as an Address.
 

Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type Address
 void Person.setAddresses(List<Address> addresses)
          Set addresses associated with the person, specified as an List of Address objects.
 

Uses of Address in org.wso2.carbon.registry.social.api.people.userprofile.model
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile.model that return Address
 Address Organization.getAddress()
          Get the address of the organization, specified as an Address.
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile.model with parameters of type Address
 void Organization.setAddress(Address address)
          Set the address of the organization, specified as an Address.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.