Uses of Class
org.erif.util.DbTree

Uses of DbTree in org.erif.util
 

Methods in org.erif.util that return DbTree
 DbTree[] DbTree.getParents(java.sql.Connection conn)
          returns all nodes "above" the given node
 DbTree[] DbTree.getDirectChildren(java.sql.Connection conn)
          returns all nodes "below" the given node
 DbTree[] DbTree.getChildren(java.sql.Connection conn)
          returns all nodes "below" the given node
static DbTree DbTree.create(long id, java.sql.Connection conn)
           
static DbTree DbTree.create(long forestid, long id, java.sql.Connection conn)
           
 DbTree DbTree.addNode(long id, java.sql.Connection conn)
           
static DbTree DbTree.getTree(long id, java.sql.Connection conn)
          returns treenode for the given refid for the default forest
static DbTree DbTree.getTree(long forestid, long id, java.sql.Connection conn)
          returns treenode for the given refid and forest
static DbTree DbTree.getTopOfThread(long id, java.sql.Connection conn)
          returns the "top" treenode for the given refid for the default forest
static DbTree DbTree.getTopOfThread(long forestid, long id, java.sql.Connection conn)
          returns the "top" treenode for the given refid and forest
static DbTree[] DbTree.getThread(long treeid, java.sql.Connection conn)
          returns the thread of treeid in the default forest
static DbTree[] DbTree.getThread(long forestid, long treeid, java.sql.Connection conn)
          returns the thread of treeid in the given forest
static DbTree[] DbTree.getTopLevel(java.sql.Connection conn)
           
static DbTree[] DbTree.getTopLevel(long forestid, java.sql.Connection conn)
           
 

Methods in org.erif.util with parameters of type DbTree
static long[] DbTree.getRefIds(DbTree[] treenodes)
           
static java.util.Hashtable DbTree.getReverseHash(DbTree[] treenodes)
          returns a hash from refid to the actual DbTree node
 



Copyright © 2003 - kaolin fire