| 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 |
OrganizationImpl
Default implementation of an Organization
|
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
PersonImpl.getOrganizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setOrganizations(List<Organization> organizations) |
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
Person.getOrganizations()
Get a list of current or past organizational affiliations of this Person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setOrganizations(List<Organization> organizations)
Set a list of current or past organizational affiliations of this Person.
|
Copyright © 2007-2012. All Rights Reserved.