Class Tree
- java.lang.Object
-
- org.openbravo.erpCommon.businessUtility.Tree
-
public class Tree extends Object
-
-
Constructor Summary
Constructors Constructor Description Tree()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getMembers(ConnectionProvider conn, String treeId, String parentNodeId)
static String
getTreeAccounts(ConnectionProvider conn, String client)
static String
getTreeOrgs(ConnectionProvider conn, String client)
static String
getTreeTable(ConnectionProvider conn, String client, String tableId)
-
-
-
Method Detail
-
getMembers
public static String getMembers(ConnectionProvider conn, String treeId, String parentNodeId) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
getTreeOrgs
public static String getTreeOrgs(ConnectionProvider conn, String client) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
getTreeTable
public static String getTreeTable(ConnectionProvider conn, String client, String tableId) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
getTreeAccounts
public static String getTreeAccounts(ConnectionProvider conn, String client) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
-