Package org.openbravo.erpCommon.utility
Class TreeUtility
- java.lang.Object
-
- org.openbravo.erpCommon.utility.TreeUtility
-
public class TreeUtility extends Object
-
-
Constructor Summary
Constructors Constructor Description TreeUtility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getChildNode(String nodeId, String treeType)
Gets Child node in the treeSet<String>
getChildTree(String nodeId, String treeType)
Gets the Child tree for the given node, including optionally given node
-