com.plumtree.portalpages.common.plugnav
Interface IDirectoryNavPageRO

All Superinterfaces:
IMVCObject, INavigationPageRO
All Known Implementing Classes:
DirectoryNavPage

public interface IDirectoryNavPageRO
extends INavigationPageRO

Directory page specific functions for pluggable navigation

Author:
DavidP

Method Summary
 int GetCurDocDirFolderID()
          Gets the id of the current document directory folder, or 0 if we are not currently in a single doc directory folder.
 java.lang.String GetName()
          Return the name of the MVC object.
 

Method Detail

GetName

java.lang.String GetName()
Description copied from interface: IMVCObject
Return the name of the MVC object.

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in interface INavigationPageRO
Returns:
the name of the object.
See Also:
IMVCObject.GetName()

GetCurDocDirFolderID

int GetCurDocDirFolderID()
Gets the id of the current document directory folder, or 0 if we are not currently in a single doc directory folder.

Returns:
Current folder ID or 0 if not in Document Directory



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