|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListField | |
|---|---|
| org.apache.shindig.social.core.model | Core Social Model |
| org.apache.shindig.social.opensocial.model | The Social Model API package |
| Uses of ListField in org.apache.shindig.social.core.model |
|---|
| Classes in org.apache.shindig.social.core.model that implement ListField | |
|---|---|
class |
ListFieldImpl
ListField data structure |
class |
UrlImpl
see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Url |
| Methods in org.apache.shindig.social.core.model that return types with arguments of type ListField | |
|---|---|
List<ListField> |
PersonImpl.getEmails()
|
List<ListField> |
PersonImpl.getIms()
|
List<ListField> |
PersonImpl.getPhoneNumbers()
|
List<ListField> |
PersonImpl.getPhotos()
|
| Method parameters in org.apache.shindig.social.core.model with type arguments of type ListField | |
|---|---|
void |
PersonImpl.setEmails(List<ListField> emails)
|
void |
PersonImpl.setIms(List<ListField> ims)
|
void |
PersonImpl.setPhoneNumbers(List<ListField> phoneNumbers)
|
void |
PersonImpl.setPhotos(List<ListField> photos)
|
| Uses of ListField in org.apache.shindig.social.opensocial.model |
|---|
| Subinterfaces of ListField in org.apache.shindig.social.opensocial.model | |
|---|---|
interface |
Url
The base interface of all Url objects. |
| Methods in org.apache.shindig.social.opensocial.model that return types with arguments of type ListField | |
|---|---|
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. |
| Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type ListField | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||