|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| org.apache.shindig.social.core.model | Core Social Model |
| org.apache.shindig.social.opensocial.model | The Social Model API package |
| Uses of Address in org.apache.shindig.social.core.model |
|---|
| Classes in org.apache.shindig.social.core.model that implement Address | |
|---|---|
class |
AddressImpl
Default representation of an Address |
| Methods in org.apache.shindig.social.core.model that return Address | |
|---|---|
Address |
OrganizationImpl.getAddress()
|
Address |
PersonImpl.getCurrentLocation()
|
Address |
MediaItemImpl.getLocation()
|
Address |
AlbumImpl.getLocation()
|
| Methods in org.apache.shindig.social.core.model that return types with arguments of type Address | |
|---|---|
List<Address> |
PersonImpl.getAddresses()
|
| Methods in org.apache.shindig.social.core.model with parameters of type Address | |
|---|---|
void |
OrganizationImpl.setAddress(Address address)
|
void |
PersonImpl.setCurrentLocation(Address currentLocation)
|
void |
MediaItemImpl.setLocation(Address location)
Set the location corresponding to the media item |
void |
AlbumImpl.setLocation(Address location)
Set the address location of this album. |
| Method parameters in org.apache.shindig.social.core.model with type arguments of type Address | |
|---|---|
void |
PersonImpl.setAddresses(List<Address> addresses)
|
| Uses of Address in org.apache.shindig.social.opensocial.model |
|---|
| Methods in org.apache.shindig.social.opensocial.model that return Address | |
|---|---|
Address |
Organization.getAddress()
Get the address of the organization, specified as an Address. |
Address |
Person.getCurrentLocation()
Get the person's current location, specified as an Address. |
Address |
MediaItem.getLocation()
Get the location corresponding to the media item |
Address |
Album.getLocation()
Get address location of this album. |
| Methods in org.apache.shindig.social.opensocial.model 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.apache.shindig.social.opensocial.model with parameters of type Address | |
|---|---|
void |
Organization.setAddress(Address address)
Set the address of the organization, specified as an Address. |
void |
Person.setCurrentLocation(Address currentLocation)
Set the person's current location, specified as an Address. |
void |
MediaItem.setLocation(Address location)
Set the location corresponding to the media item |
void |
Album.setLocation(Address location)
Set the address location of this album. |
| Method parameters in org.apache.shindig.social.opensocial.model 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||