Uses of Class
org.compiere.model.MDistribution
-
Packages that use MDistribution Package Description org.compiere.model Provides for.... -
-
Uses of MDistribution in org.compiere.model
Methods in org.compiere.model that return MDistribution Modifier and Type Method Description static MDistribution[]
MDistribution. get(int Account_ID)
Get Distributions for Accountstatic 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)
Get Distributions for Accountstatic 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)
Get Distributions for combinationstatic MDistribution[]
MDistribution. get(MAccount acct, String PostingType, int C_DocType_ID, Timestamp dateAcct)
Get Distribution for combinationstatic MDistribution[]
MDistribution. getAll()
Get All Distributionsstatic MDistribution[]
MDistribution. getAll(Properties ctx)
Deprecated.MDistribution
MDistributionLine. getParent()
Get ParentMethods in org.compiere.model with parameters of type MDistribution Modifier and Type Method Description void
MDistributionLine. setParent(MDistribution parent)
Set ParentConstructors in org.compiere.model with parameters of type MDistribution Constructor Description MDistribution(Properties ctx, MDistribution copy)
MDistribution(Properties ctx, MDistribution copy, String trxName)
MDistribution(MDistribution copy)
-