lumis.doui.control.filter
Interface ParentFilterControl.IFolder

Package class diagram package ParentFilterControl.IFolder
Enclosing class:
ParentFilterControl

protected static interface ParentFilterControl.IFolder

Interface used by ParentFilterControl to provide folder information.


Method Summary
 String getId()
           
 String getName()
           
 String getParentId()
           
 String getPath()
           
 

Method Detail

getId

String getId()
Returns:
the id of this folder.

getName

String getName()
Returns:
the name of this folder.

getParentId

String getParentId()
Returns:
the id of the parent of this folder, or null if this folder has no parent (is in the virtual root directory).

getPath

String getPath()
               throws PortalException
Returns:
the virtual path for this folder. Used for displaying purposes.
Throws:
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.