com.plumtree.remote.prc
Interface IMyPagesManager


public interface IMyPagesManager

Interface that provides remote access to users' MyPages in the portal.


Method Summary
 IObjectQuery getMyPages(int userID)
          Queries the MyPages and their properties for a given user.
 

Method Detail

getMyPages

public IObjectQuery getMyPages(int userID)
                        throws PortalException,
                               java.rmi.RemoteException
Queries the MyPages and their properties for a given user. Only the following calls on rows are supported: IObjectQueryRow.getName() and IObjectQueryRow.getIntegerValue(MyPageProperty.PageID)) . All other calls will result in a PropertyNotRequestedException.

Parameters:
userID - the ID of the user to retrieve the pages for
Returns:
the MyPages for the user
Throws:
PortalException - if the operation resulted in an error in the portal
RemoteException - if there was a communication problem during the execution of the remote method call


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.