com.plumtree.portalpages.common.plugnav
Interface IMyPageNavPageRO

All Superinterfaces:
INavigationPageRO
All Known Implementing Classes:
MyPageNavPage

public interface IMyPageNavPageRO
extends INavigationPageRO

MyPage page specific functions for pluggable navigation.

Author:
DavidP

Method Summary
 int GetCurPageID()
          Get the ID of the current MyPage
 java.lang.String GetCurPageName()
          Get the name of the current MyPage
 java.lang.String GetName()
          Unique String Name of category of object.
 

Method Detail

GetName

java.lang.String GetName()
Unique String Name of category of object. Critical for link blocking by pluggable nav.

Specified by:
GetName in interface INavigationPageRO
See Also:
com.plumtree.uiinfrastructure.activityspace.IMVCObject#GetName()

GetCurPageID

int GetCurPageID()
Get the ID of the current MyPage

Returns:
Current Mypage ID

GetCurPageName

java.lang.String GetCurPageName()
Get the name of the current MyPage

Returns:
Current Mypage Name



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