Uses of Class
org.compiere.model.MDistribution
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MDistribution in org.compiere.model
Modifier and TypeMethodDescriptionstatic MDistribution[]
MDistribution.get
(int Account_ID) Deprecated.- using the method to get a specific account ID doesn't make sense because of the flag IsAnyAcct use method getAll() insteadstatic MDistribution[]
MDistribution.get
(int C_AcctSchema_ID, String PostingType, int C_DocType_ID, Timestamp dateAcct, int AD_Org_ID, int Account_ID, int M_Product_ID, int C_BPartner_ID, int C_Project_ID, int C_Campaign_ID, int C_Activity_ID, int AD_OrgTrx_ID, int C_SalesRegion_ID, int C_LocTo_ID, int C_LocFrom_ID, int User1_ID, int User2_ID) Get Distributions for combinationstatic MDistribution[]
MDistribution.get
(Properties ctx, int Account_ID) Deprecated.static MDistribution[]
MDistribution.get
(Properties ctx, int C_AcctSchema_ID, String PostingType, int C_DocType_ID, Timestamp dateAcct, int AD_Org_ID, int Account_ID, int M_Product_ID, int C_BPartner_ID, int C_Project_ID, int C_Campaign_ID, int C_Activity_ID, int AD_OrgTrx_ID, int C_SalesRegion_ID, int C_LocTo_ID, int C_LocFrom_ID, int User1_ID, int User2_ID, int LBR_CFOP_ID) Get Distributions for combinationstatic MDistribution[]
Get Distribution for combinationstatic MDistribution[]
MDistribution.getAll()
Get All Distributionsstatic MDistribution[]
MDistribution.getAll
(Properties ctx) Deprecated.MDistributionLine.getParent()
Get ParentModifier and TypeMethodDescriptionvoid
MDistributionLine.setParent
(MDistribution parent) Set ParentModifierConstructorDescriptionMDistribution
(Properties ctx, MDistribution copy) Copy constructorMDistribution
(Properties ctx, MDistribution copy, String trxName) Copy constructorMDistribution
(MDistribution copy) Copy constructor