Uses of Class
org.idempiere.acct.base.model.MDistribution
Packages that use MDistribution
-
Uses of MDistribution in org.idempiere.acct.base.model
Methods in org.idempiere.acct.base.model that return MDistributionModifier and TypeMethodDescriptionstatic MDistribution[]MDistribution.get(int Account_ID) Deprecated, for removal: This API element is subject to removal in a future version.- 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, int C_CostCenter_ID, int C_Department_ID, int C_Employee_ID, int C_Charge_ID, int A_Asset_ID, int M_Warehouse_ID, int M_AttributeSetInstance_ID) Get Distributions for combinationstatic MDistribution[]MDistribution.get(Properties ctx, int Account_ID) Deprecated, for removal: This API element is subject to removal in a future version.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 C_CostCenter_ID, int C_Department_ID, int C_Employee_ID, int C_Charge_ID, int A_Asset_ID, int M_Warehouse_ID, int M_AttributeSetInstance_ID) Get Distributions for combinationstatic MDistribution[]Deprecated, for removal: This API element is subject to removal in a future version.static MDistribution[]MDistribution.getAll()Get All Distributionsstatic MDistribution[]MDistribution.getAll(Properties ctx) Deprecated, for removal: This API element is subject to removal in a future version.MDistributionLine.getParent()Get ParentMethods in org.idempiere.acct.base.model with parameters of type MDistributionModifier and TypeMethodDescriptionvoidMDistributionLine.setParent(MDistribution parent) Set ParentConstructors in org.idempiere.acct.base.model with parameters of type MDistributionModifierConstructorDescriptionMDistribution(Properties ctx, MDistribution copy) Copy constructorMDistribution(Properties ctx, MDistribution copy, String trxName) Copy constructorMDistribution(MDistribution copy) Copy constructor