Interface WallService


@Exported public interface WallService
  • Method Summary

    Modifier and Type
    Method
    Description
    oracle.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
    Does cleanup for this service this is normally called from the app shutdown context listener.
  • Method Details

    • getUserWall

      UserWall getUserWall(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(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

      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