| 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 | Method and Description |
|---|---|
Enum<NetworkPresence> |
PersonImpl.getNetworkPresence() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setNetworkPresence(Enum<NetworkPresence> networkPresence) |
| Modifier and Type | Method and Description |
|---|---|
static NetworkPresence |
NetworkPresence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkPresence[] |
NetworkPresence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enum<NetworkPresence> |
Person.getNetworkPresence()
Get the person's current network status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setNetworkPresence(Enum<NetworkPresence> networkPresence)
Set the person's current network status.
|
Copyright © 2007-2012. All Rights Reserved.