Uses of Record Class
org.compiere.model.MCost.CostingKey

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

    Methods in org.compiere.model that return MCost.CostingKey
    Modifier and Type
    Method
    Description
    MCost.CostingKey.resolve(int AD_Org_ID, int M_AttributeSetInstance_ID, String costingLevel)
    Resolves the org/ASI key pair for the given costing level, zeroing out whichever fields are not significant at that costing granularity: Client - both AD_Org_ID and M_AttributeSetInstance_ID are zeroed Organization - only M_AttributeSetInstance_ID is zeroed BatchLot - only AD_Org_ID is zeroed; ASI is preserved since cost is tracked per lot Any other costing level is passed through unchanged.