Uses of Class
org.compiere.model.MCost
Packages that use MCost
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 MCost in org.compiere.model
Methods in org.compiere.model that return MCostModifier and TypeMethodDescriptionstatic MCostMCost.get(Properties ctx, int AD_Client_ID, int AD_Org_ID, int M_Product_ID, int M_CostType_ID, int C_AcctSchema_ID, int M_CostElement_ID, int M_AttributeSetInstance_ID) Deprecated.static MCostMCost.get(Properties ctx, int AD_Client_ID, int AD_Org_ID, int M_Product_ID, int M_CostType_ID, int C_AcctSchema_ID, int M_CostElement_ID, int M_AttributeSetInstance_ID, String trxName) Get Cost Recordstatic MCostMCost.get(MProduct product, int M_AttributeSetInstance_ID, MAcctSchema as, int AD_Org_ID, int M_CostElement_ID) Deprecated.static MCostMCost.get(MProduct product, int M_AttributeSetInstance_ID, MAcctSchema as, int AD_Org_ID, int M_CostElement_ID, String trxName) Get/Create Cost Record.MProduct.getCostingRecord(MAcctSchema as, int AD_Org_ID, int M_ASI_ID) MProduct.getCostingRecord(MAcctSchema as, int AD_Org_ID, int M_ASI_ID, String costingMethod) Constructors in org.compiere.model with parameters of type MCost