Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.peopleconnections.wall
Interface WallService


public interface WallService

Method Summary
 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.

 

Method Detail

getUserWall

UserWall getUserWall(java.lang.String userGUID)
                     throws WallServiceException
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

ScopeWall getScopeWall(java.lang.String scopeGUID)
                       throws WallServiceException
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

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.