Class MTree_NodeCMS

    • Constructor Detail

      • MTree_NodeCMS

        public MTree_NodeCMS​(Properties ctx,
                             ResultSet rs,
                             String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
      • MTree_NodeCMS

        public MTree_NodeCMS​(MTree_Base tree,
                             int Node_ID)
        Full Constructor
        Parameters:
        tree - tree
        Node_ID - node
    • Method Detail

      • getTree

        public static MTree_NodeCMS[] getTree​(Properties ctx,
                                              int AD_Tree_ID,
                                              String trxName)
        Get Tree
        Parameters:
        ctx - context
        AD_Tree_ID - tree
        trxName - transaction
        Returns:
        array of nodes
      • get

        public static MTree_NodeCMS get​(MTree_Base tree,
                                        int Node_ID)
        Get Tree Node
        Parameters:
        tree - tree
        Node_ID - node
        Returns:
        node or null