Uses of Class
org.compiere.model.MCostHistory

Packages that use MCostHistory
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 MCostHistory in org.compiere.model

    Methods in org.compiere.model that return MCostHistory
    Modifier and Type
    Method
    Description
    protected static MCostHistory
    MCostHistory.get(Properties ctx, int AD_Client_ID, int AD_Org_ID, int M_Product_ID, int M_CostType_ID, int C_AcctSchema_ID, String costingMethod, int M_CostElement_ID, int M_AttributeSetInstance_ID, Timestamp dateAcct, String trxName)
    Get Cost History Record by Account Date If no cost history record <= account date, simulate using the first cost history record after account date
    protected static MCostHistory
    MCostHistory.get(Properties ctx, int AD_Org_ID, int M_CostType_ID, int C_AcctSchema_ID, String costingMethod, int M_CostElement_ID, int M_AttributeSetInstance_ID, MCostDetail cd, String trxName)
    Get Cost History Record by Cost Detail