com.plumtree.portalpages.common.uiparts.navpagetype
Class MyPageNavPage

java.lang.Object
  extended by com.plumtree.portalpages.common.uiparts.navpagetype.NavigationPage
      extended by com.plumtree.portalpages.common.uiparts.navpagetype.MyPageNavPage
All Implemented Interfaces:
IMyPageNavPageRO, INavigationPageRO

public class MyPageNavPage
extends NavigationPage
implements IMyPageNavPageRO

Delegates model methods only usable by my pages.

Author:
DavidP

Field Summary
 
Fields inherited from class com.plumtree.portalpages.common.uiparts.navpagetype.NavigationPage
m_model, m_type
 
Constructor Summary
MyPageNavPage(INavigationModelRO model)
          CommunityPreviewNavPage constructor.
 
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.
 
Methods inherited from class com.plumtree.portalpages.common.uiparts.navpagetype.NavigationPage
Create, GetPageType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPageNavPage

public MyPageNavPage(INavigationModelRO model)
CommunityPreviewNavPage constructor.

Parameters:
model -
Method Detail

GetName

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

Specified by:
GetName in interface IMyPageNavPageRO
Specified by:
GetName in interface INavigationPageRO
Overrides:
GetName in class NavigationPage
Returns:
String
See Also:
com.plumtree.uiinfrastructure.activityspace.IMVCObject#GetName()

GetCurPageID

public int GetCurPageID()
Description copied from interface: IMyPageNavPageRO
Get the ID of the current MyPage

Specified by:
GetCurPageID in interface IMyPageNavPageRO
Returns:
int

GetCurPageName

public java.lang.String GetCurPageName()
Description copied from interface: IMyPageNavPageRO
Get the name of the current MyPage

Specified by:
GetCurPageName in interface IMyPageNavPageRO
Returns:
String



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