|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.frovi.ss.Tree.BaseNodeSupplier
|
+--org.infoglue.cms.treeservice.ss.ContentNodeSupplierJDBC
ContentNodeSupplier.java Created on 2002-sep-30
| Constructor Summary | |
ContentNodeSupplierJDBC(java.lang.Integer repositoryId,
java.lang.String userName)
|
|
| Method Summary | |
java.util.Collection |
getChildContainerNodes(java.lang.Integer parentNode)
ContainerNodes (folderNodes) Create a list of nodes that is children to the node with the supplied id "parentNode". |
java.util.Collection |
getChildLeafNodes(java.lang.Integer parentNode)
LeafNodes (documentNodes) Create a list of nodes that is children to the node with the supplied id "parentNode". |
boolean |
hasChildren()
return true if you will answer the question above |
boolean |
hasChildren(java.lang.Integer nodeId)
return true if this node (nodeId) has childnodes |
| Methods inherited from class com.frovi.ss.Tree.BaseNodeSupplier |
getRootNode |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContentNodeSupplierJDBC(java.lang.Integer repositoryId,
java.lang.String userName)
throws java.lang.Exception,
SystemException
| Method Detail |
public boolean hasChildren()
INodeSupplier
hasChildren in interface INodeSupplierhasChildren in class BaseNodeSupplierBaseNodeSupplier.hasChildren()public boolean hasChildren(java.lang.Integer nodeId)
INodeSupplier
hasChildren in interface INodeSupplierhasChildren in class BaseNodeSupplierBaseNodeSupplier.hasChildren(Integer)public java.util.Collection getChildContainerNodes(java.lang.Integer parentNode)
INodeSupplier
INodeSupplier.getChildContainerNodes(Integer)public java.util.Collection getChildLeafNodes(java.lang.Integer parentNode)
INodeSupplier
INodeSupplier.getChildLeafNodes(Integer)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||