Interface WallService
@Exported
public interface WallService
-
Method Summary
Modifier and TypeMethodDescriptionoracle.webcenter.peopleconnections.preference.PreferencesManager
getScopeWall
(String scopeGUID) Get the Message Board of a specific scope.getUserWall
(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.
-
Method Details
-
getUserWall
Get the Message Board of a specific user.- Parameters:
userGUID
- user GUID of the person to retreive Message Board for- Returns:
- Message Board of the requested user as seen by the current logged in user.
- Throws:
WallServiceException
-
getScopeWall
Get the Message Board of a specific scope.- Parameters:
scopeGUID
- scope GUID of the scope to retreive Message Board for- Returns:
- Message Board of the requested scope as seen by the current logged in user.
- Throws:
WallServiceException
-
getPreferencesManager
oracle.webcenter.peopleconnections.preference.PreferencesManager getPreferencesManager() throws WallServiceException- Returns:
- Admin/User related preferences manager
- Throws:
WallServiceException
-
teardown
void teardown()Does cleanup for this service this is normally called from the app shutdown context listener.- Throws:
ActivityException
- If any problem occurs during teardown
-