org.infoglue.cms.treeservice.ss
Class CategoryNodeSupplier

java.lang.Object
  extended by com.frovi.ss.Tree.BaseNodeSupplier
      extended by org.infoglue.cms.treeservice.ss.CategoryNodeSupplier
All Implemented Interfaces:
com.frovi.ss.Tree.INodeSupplier

public class CategoryNodeSupplier
extends com.frovi.ss.Tree.BaseNodeSupplier

Author:
Frank Febbraro (frank@phase2technology.com)

Field Summary
static java.lang.Integer ROOT
           
 
Constructor Summary
CategoryNodeSupplier()
           
 
Method Summary
 java.util.Collection getChildContainerNodes(java.lang.Integer parentNode)
           
 java.util.Collection getChildLeafNodes(java.lang.Integer parentNode)
           
 boolean hasChildren()
           
 
Methods inherited from class com.frovi.ss.Tree.BaseNodeSupplier
beginTransaction, commitTransaction, getRootNode, hasChildren, rollbackTransaction, setRootNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT

public static final java.lang.Integer ROOT
Constructor Detail

CategoryNodeSupplier

public CategoryNodeSupplier()
Method Detail

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in interface com.frovi.ss.Tree.INodeSupplier
Overrides:
hasChildren in class com.frovi.ss.Tree.BaseNodeSupplier

getChildContainerNodes

public java.util.Collection getChildContainerNodes(java.lang.Integer parentNode)

getChildLeafNodes

public java.util.Collection getChildLeafNodes(java.lang.Integer parentNode)
See Also:
INodeSupplier.getChildLeafNodes(Integer)


Copyright © 2005 InfoGlue.org All Rights Reserved.