org.infoglue.cms.treeservice.ss
Class ContentNodeSupplierJDBC
java.lang.Object
com.frovi.ss.Tree.BaseNodeSupplier
org.infoglue.cms.treeservice.ss.ContentNodeSupplierJDBC
- All Implemented Interfaces:
- com.frovi.ss.Tree.INodeSupplier
public class ContentNodeSupplierJDBC
- extends com.frovi.ss.Tree.BaseNodeSupplier
ContentNodeSupplier.java
Created on 2002-sep-30
- Author:
- Stefan Sik, ss@frovi.com
ss
| Methods inherited from class com.frovi.ss.Tree.BaseNodeSupplier |
beginTransaction, commitTransaction, getRootNode, hasAccessTo, rollbackTransaction, setRootNode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentNodeSupplierJDBC
public ContentNodeSupplierJDBC(java.lang.Integer repositoryId,
java.lang.String userName)
throws java.lang.Exception,
SystemException
- Throws:
java.lang.Exception
SystemException
hasChildren
public boolean hasChildren()
- Specified by:
hasChildren in interface com.frovi.ss.Tree.INodeSupplier- Overrides:
hasChildren in class com.frovi.ss.Tree.BaseNodeSupplier
- See Also:
BaseNodeSupplier.hasChildren()
hasChildren
public boolean hasChildren(java.lang.Integer nodeId)
- Specified by:
hasChildren in interface com.frovi.ss.Tree.INodeSupplier- Overrides:
hasChildren in class com.frovi.ss.Tree.BaseNodeSupplier
- See Also:
BaseNodeSupplier.hasChildren(Integer)
getChildContainerNodes
public java.util.Collection getChildContainerNodes(java.lang.Integer parentNode)
- See Also:
INodeSupplier.getChildContainerNodes(Integer)
getChildLeafNodes
public java.util.Collection getChildLeafNodes(java.lang.Integer parentNode)
- See Also:
INodeSupplier.getChildLeafNodes(Integer)
Copyright © 2005 InfoGlue.org All Rights Reserved.