| 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 |
ListFieldImpl
ListField data structure
|
class |
UrlImpl
|
| Modifier and Type | Method and Description |
|---|---|
List<ListField> |
PersonImpl.getEmails() |
List<ListField> |
PersonImpl.getIms() |
List<ListField> |
PersonImpl.getPhoneNumbers() |
List<ListField> |
PersonImpl.getPhotos() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setEmails(List<ListField> emails) |
void |
PersonImpl.setIms(List<ListField> ims) |
void |
PersonImpl.setPhoneNumbers(List<ListField> phoneNumbers) |
void |
PersonImpl.setPhotos(List<ListField> photos) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Url
The base interface of all Url objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListField> |
Person.getEmails()
Get the person's Emails associated with the person.
|
List<ListField> |
Person.getIms()
Get a list of Instant messaging address for this Person.
|
List<ListField> |
Person.getPhoneNumbers()
Get the Phone numbers associated with the person.
|
List<ListField> |
Person.getPhotos()
URL of a photo of this person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setEmails(List<ListField> emails)
Set the person's Emails associated with the person.
|
void |
Person.setIms(List<ListField> ims)
Set a list of Instant messaging address for this Person.
|
void |
Person.setPhoneNumbers(List<ListField> phoneNumbers)
Set the Phone numbers associated with the person.
|
void |
Person.setPhotos(List<ListField> photos)
Set a list of Photos for the person.
|
Copyright © 2007-2012. All Rights Reserved.