| 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 |
AccountImpl
Default Implementation of an
Account |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
PersonImpl.getAccounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setAccounts(List<Account> accounts) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
Person.getAccounts()
Get the list of online accounts held by this person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setAccounts(List<Account> accounts)
Set the list of online accounts held by this person.
|
Copyright © 2007-2012. All Rights Reserved.