public interface WallService
| Modifier and Type | Method and Description | 
|---|---|
PreferencesManager | 
getPreferencesManager()  | 
ScopeWall | 
getScopeWall(java.lang.String scopeGUID)
Get the Message Board of a specific scope. 
 | 
UserWall | 
getUserWall(java.lang.String userGUID)
Get the Message Board of a specific user. 
 | 
void | 
teardown()
Does cleanup for this service
 this is normally called from the app shutdown context listener. 
 | 
UserWall getUserWall(java.lang.String userGUID) throws WallServiceException
userGUID - user GUID of the person to retreive Message Board forWallServiceExceptionScopeWall getScopeWall(java.lang.String scopeGUID) throws WallServiceException
scopeGUID - scope GUID of the scope to retreive Message Board forWallServiceExceptionPreferencesManager getPreferencesManager()
                                  throws WallServiceException
WallServiceExceptionvoid teardown()
ActivityException - If any problem occurs during teardown