|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.myportal.MyPortalPageArguments
public class MyPortalPageArguments
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
| 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 |
|---|
public MyPortalPageArguments()
| Method Detail |
|---|
public java.lang.String GetMyPortalPageName()
public int GetMyPortalPageType()
public void SetMyPortalPageName(java.lang.String _strPageName)
_strPageName - - String corrsponding to a Page Name.public void SetMyPortalPageType(int _ptcPageType)
_ptcPageType - - int type that must correspond to a valid Page Type Constant.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||