com.plumtree.remote.prc
Interface IMyPagesManager


public interface IMyPagesManager

Interface that provides remote access to the My Pages of users.


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

Method Detail

getMyPages

public IObjectQuery getMyPages(int userID)
                        throws PortalException,
                               java.rmi.RemoteException
Queries the My Pages 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 - is the user ID to retrieve the pages for.
Returns:
The My Pages for the user.
Throws:
PortalException - if the operation resulted in an error on the portal.
RemoteException - if there is a communication problem during the execution of the remote method call.


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.