Uses of Class
org.compiere.model.MTree_Base
-
Packages that use MTree_Base Package Description org.compiere.model Provides for.... -
-
Uses of MTree_Base in org.compiere.model
Subclasses of MTree_Base in org.compiere.model Modifier and Type Class Description classMTreeBuilds Tree.Methods in org.compiere.model that return MTree_Base Modifier and Type Method Description static MTree_BaseMTree_Base. get(int AD_Tree_ID)Get MTree_Base from Cache (immutable)static MTree_BaseMTree_Base. get(int AD_Tree_ID, String trxName)Get MTree_Base from Cache (immutable)static MTree_BaseMTree_Base. get(Properties ctx, int AD_Tree_ID, String trxName)Get MTree_Base from Cache (immutable)MTree_BaseMTree_Base. markImmutable()Methods in org.compiere.model with parameters of type MTree_Base Modifier and Type Method Description static MTree_NodeMTree_Node. get(MTree_Base tree, int Node_ID)Get Tree Nodestatic MTree_NodeBPMTree_NodeBP. get(MTree_Base tree, int Node_ID)Get Tree Nodestatic MTree_NodeCMCMTree_NodeCMC. get(MTree_Base tree, int Node_ID)Get Tree Nodestatic MTree_NodeCMSMTree_NodeCMS. get(MTree_Base tree, int Node_ID)Get Tree Nodestatic MTree_NodeMMMTree_NodeMM. get(MTree_Base tree, int Node_ID)Get Tree Nodestatic MTree_NodePRMTree_NodePR. get(MTree_Base tree, int Node_ID)Get Tree NodeConstructors in org.compiere.model with parameters of type MTree_Base Constructor Description MTree_Base(Properties ctx, MTree_Base copy)MTree_Base(Properties ctx, MTree_Base copy, String trxName)MTree_Base(MTree_Base copy)MTree_Node(MTree_Base tree, int Node_ID)Full ConstructorMTree_NodeBP(MTree_Base tree, int Node_ID)Full ConstructorMTree_NodeCMC(MTree_Base tree, int Node_ID)Full ConstructorMTree_NodeCMS(MTree_Base tree, int Node_ID)Full ConstructorMTree_NodeMM(MTree_Base tree, int Node_ID)Full ConstructorMTree_NodePR(MTree_Base tree, int Node_ID)Full Constructor
-