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 class
MTree
Builds Tree.Methods in org.compiere.model that return MTree_Base Modifier and Type Method Description static MTree_Base
MTree_Base. get(int AD_Tree_ID)
Get MTree_Base from Cache (immutable)static MTree_Base
MTree_Base. get(int AD_Tree_ID, String trxName)
Get MTree_Base from Cache (immutable)static MTree_Base
MTree_Base. get(Properties ctx, int AD_Tree_ID, String trxName)
Get MTree_Base from Cache (immutable)MTree_Base
MTree_Base. markImmutable()
Methods in org.compiere.model with parameters of type MTree_Base Modifier and Type Method Description static MTree_Node
MTree_Node. get(MTree_Base tree, int Node_ID)
Get Tree Nodestatic MTree_NodeBP
MTree_NodeBP. get(MTree_Base tree, int Node_ID)
Get Tree Nodestatic MTree_NodeCMC
MTree_NodeCMC. get(MTree_Base tree, int Node_ID)
Get Tree Nodestatic MTree_NodeCMS
MTree_NodeCMS. get(MTree_Base tree, int Node_ID)
Get Tree Nodestatic MTree_NodeMM
MTree_NodeMM. get(MTree_Base tree, int Node_ID)
Get Tree Nodestatic MTree_NodePR
MTree_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
-