Uses of Class
org.compiere.model.MCostElement
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 MCostElement in org.compiere.model
Modifier and TypeFieldDescriptionprotected static ImmutableIntPOCache<Integer,
MCostElement> MCostElement.s_cache
CacheModifier and TypeMethodDescriptionstatic MCostElement
MCostElement.get
(int M_CostElement_ID) Get Cost Element from Cache (immutable)static MCostElement
MCostElement.get
(Properties ctx, int M_CostElement_ID) Get Cost Element from Cache (immutable)static MCostElement
MCostElement.getCopy
(Properties ctx, int M_CostElement_ID, String trxName) Get updateable copy of MCostElement from cacheMCost.getCostElement()
Get Cost Elementstatic MCostElement[]
MCostElement.getCostingMethods
(PO po) Get active Material Cost Element (associated with costing method) for clientstatic MCostElement[]
MCostElement.getElements
(Properties ctx, String trxName) Get All Cost Elements for current AD_Client_IDstatic MCostElement
MCostElement.getMaterialCostElement
(Properties ctx, String CostingMethod) Get first Material Cost Element for a costing method.static MCostElement
MCostElement.getMaterialCostElement
(Properties ctx, String CostingMethod, int AD_Org_ID) Get first Material Cost Element for a costing methodstatic MCostElement
MCostElement.getMaterialCostElement
(PO po, String CostingMethod) Get Material Cost Element or create itstatic MCostElement[]
MCostElement.getNonCostingMethods
(PO po) Get active non Material Cost Element (i.e costing method is null) for clientMCostElement.markImmutable()
Modifier and TypeMethodDescriptionstatic List<MCostElement>
MCostElement.getByCostingMethod
(Properties ctx, String CostingMethod) Get All active Cost Elements for current AD_Client_IDstatic List<MCostElement>
MCostElement.getCostElementsWithCostingMethods
(PO po) Get active Material Cost Element (associated with costing method) for clientModifier and TypeMethodDescriptionstatic BigDecimal
MCostQueue.adjustQty
(MProduct product, int M_ASI_ID, MAcctSchema as, int Org_ID, MCostElement ce, BigDecimal Qty, String trxName) Adjust Qty based on in Lifo/Fifo orderstatic BigDecimal
MCostQueue.getCosts
(MProduct product, int M_ASI_ID, MAcctSchema as, int Org_ID, MCostElement ce, BigDecimal Qty, String trxName) Calculate Cost based on Qty and in Lifo/Fifo orderstatic MCostQueue[]
MCostQueue.getQueue
(MProduct product, int M_ASI_ID, MAcctSchema as, int Org_ID, MCostElement ce, String trxName) Get Cost Queue Records in Lifo/Fifo orderprotected boolean
MCostDetail.process
(MAcctSchema as, MProduct product, MCostElement ce, int Org_ID, int M_ASI_ID) Process cost detail recordModifierConstructorDescriptionMCostElement
(Properties ctx, MCostElement copy) Copy constructorMCostElement
(Properties ctx, MCostElement copy, String trxName) Copy constructorMCostElement
(MCostElement copy) Copy constructor