Uses of Class
org.compiere.model.MDistribution

Packages that use 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*).
  • 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)
    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() instead
    static 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 combination
    static 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 combination
    static MDistribution[]
    MDistribution.get(MAccount acct, String PostingType, int C_DocType_ID, Timestamp dateAcct)
    Deprecated, for removal: This API element is subject to removal in a future version.
    static MDistribution[]
    MDistribution.getAll()
    Get All Distributions
    static MDistribution[]
    MDistribution.getAll(Properties ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    MDistributionLine.getParent()
    Get Parent
    Methods in org.compiere.model with parameters of type MDistribution
    Modifier and Type
    Method
    Description
    void
    MDistributionLine.setParent(MDistribution parent)
    Set Parent
    Constructors in org.compiere.model with parameters of type MDistribution
    Modifier
    Constructor
    Description
     
    Copy constructor
     
    Copy constructor
     
    Copy constructor