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