| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| org.apache.shindig.social.opensocial.model |
The Social Model API package
Model interfaces that are used throughout the Social Component to transfer the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UrlImpl
|
| Modifier and Type | Method and Description |
|---|---|
Url |
PersonImpl.getProfileSong() |
Url |
PersonImpl.getProfileVideo() |
| Modifier and Type | Method and Description |
|---|---|
List<Url> |
PersonImpl.getUrls() |
List<Url> |
MessageImpl.getUrls() |
List<Url> |
MessageCollectionImpl.getUrls() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setProfileSong(Url profileSong) |
void |
PersonImpl.setProfileVideo(Url profileVideo) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setUrls(List<Url> urls) |
void |
MessageImpl.setUrls(List<Url> urls) |
void |
MessageCollectionImpl.setUrls(List<Url> urls) |
| Modifier and Type | Method and Description |
|---|---|
Url |
Person.getProfileSong()
Get the Person's profile song, specified as an
Url. |
Url |
Person.getProfileVideo()
Get the Person's profile video.
|
| Modifier and Type | Method and Description |
|---|---|
List<Url> |
Person.getUrls()
Get the URLs related to the person, their webpages, or feeds Container support for this field
is OPTIONAL.
|
List<Url> |
MessageCollection.getUrls()
Get the URLs related to the message collection.
|
List<Url> |
Message.getUrls()
Get the URLs related to the message
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setProfileSong(Url profileSong)
Set the Person's profile song, specified as an
Url. |
void |
Person.setProfileVideo(Url profileVideo)
Set the Person's profile video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setUrls(List<Url> urls)
Set the URLs related to the person, their webpages, or feeds Container support for this field
is OPTIONAL.
|
void |
MessageCollection.setUrls(List<Url> urls)
Set the URLs related to the message collection
|
void |
Message.setUrls(List<Url> urls)
Set the URLs related to the message
|
Copyright © 2007-2012. All Rights Reserved.