Uses of Class
org.compiere.model.MCostQueue
-
Packages that use MCostQueue Package Description org.compiere.model Provides for.... -
-
Uses of MCostQueue in org.compiere.model
Methods in org.compiere.model that return MCostQueue Modifier and Type Method Description static MCostQueue
MCostQueue. get(MProduct product, int M_AttributeSetInstance_ID, MAcctSchema as, int AD_Org_ID, int M_CostElement_ID, String trxName)
Get/Create Cost Queue Record.static 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 order
-