com.plumtree.portalpages.browsing.myportal
Class MyPortalPageArguments

java.lang.Object
  extended by com.plumtree.portalpages.browsing.myportal.MyPortalPageArguments

public class MyPortalPageArguments
extends java.lang.Object

This object is primarily used for the IMyPortalPageActions as the return parameter of the OnCreateMyPortalPage. It will contain a page name and page type that will refer to one of the valid PageTypeConstants. Created: April 27, 2003

Author:
Brian C. Harrison

Constructor Summary
MyPortalPageArguments()
           
 
Method Summary
 java.lang.String GetMyPortalPageName()
          Return the Page Name
 int GetMyPortalPageType()
          Return the Page Type
 void SetMyPortalPageName(java.lang.String _strPageName)
          This method will set a Page Name for a possible modified My Portal Page.
 void SetMyPortalPageType(int _ptcPageType)
          This method will allow for a Page Type to be set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPortalPageArguments

public MyPortalPageArguments()
Method Detail

GetMyPortalPageName

public java.lang.String GetMyPortalPageName()
Return the Page Name

Returns:
- return the member variable of the object corresponding to the Page Name.

GetMyPortalPageType

public int GetMyPortalPageType()
Return the Page Type

Returns:
- return the member variable of the object corresponding to the Page Type.

SetMyPortalPageName

public void SetMyPortalPageName(java.lang.String _strPageName)
This method will set a Page Name for a possible modified My Portal Page.

Parameters:
_strPageName - - String corrsponding to a Page Name.

SetMyPortalPageType

public void SetMyPortalPageType(int _ptcPageType)
This method will allow for a Page Type to be set

Parameters:
_ptcPageType - - int type that must correspond to a valid Page Type Constant.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.