BOMCalcProd_PmfCoProduct Class [AX 2012]

The BOMCalcPRod_PmfCoProduct class runs the cost calculation for a production order with co-products or by-products.

Syntax

class BOMCalcProd_PmfCoProduct extends BOMCalcProd

Run On

Called

Methods

  Method Description
Hh803985.pubmethod(en-us,AX.60).gif addTotalItemConsumption (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif allowNonBOMFormula Indicates whether the non-BOM formulas should be calculated. (Overrides the allowNonBOMFormula Method.)
Hh803985.pubmethod(en-us,AX.60).gif bomCalcGroup Gets the calculation group settings. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif bufferCalcTrans (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif calc (Inherited from BOMCalcProd.)
Hh803985.protmethod(en-us,AX.60).gif calcBOM (Inherited from BOMCalcProd.)
Hh803985.protmethod(en-us,AX.60).gif calcCostSheet Creates a costing sheet for production order with co-products or by-products. (Overrides the calcCostSheet Method.)
Hh803985.protmethod(en-us,AX.60).gif calcRoute Calculates the cost for the route. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif calcTradeAgreements (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif cleanOldCalcTrans Deletes all transactions that do not have actual values. (Overrides the cleanOldCalcTrans Method.)
Hh803985.pubmethod(en-us,AX.60).gif coProduct Gets the current PmfProdCoBy record.
Hh803985.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif getLineNum (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif getTotalItemConsumption (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif hasTradeAgreements (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif incProgressTotals (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif init (Inherited from BOMCalcProd.)
Hh803985.protmethod(en-us,AX.60).gif initListBOM Creates a BOM list for current production order, if the list is not already populated. (Overrides the initListBOM Method.)
Hh803985.protmethod(en-us,AX.60).gif initListRoute Creates a list of route operations for the current production order. (Overrides the initListRoute Method.)
Hh803985.protmethod(en-us,AX.60).gif initParameters (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif initProdCalcTrans Initalizes a PmfProdCalcTransMap map from the current ProdTable and PmfProdCoBy records. (Overrides the initProdCalcTrans Method.)
Hh803985.pubmethod(en-us,AX.60).gif initProdTable (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif initProgressBar (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif initSeriesSize Initializes the seriesSize variable from the current PmfProdCoBy record. (Overrides the initSeriesSize Method.)
Hh803985.pubmethod(en-us,AX.60).gif insertProdCalcTrans (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif insertProdCalcTransCostBreakdown Creates the estimated costs for material and time consumption for batch orders. (Overrides the insertProdCalcTransCostBreakdown Method.)
Hh803985.pubmethod(en-us,AX.60).gif new Initializes a new instance of the BOMCalcProd class. (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif parmCalcDate Gets or sets the CalcDate parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCalcReferences Gets or sets the CalcReferences parameter. (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckAgeCostPrice Gets or sets the CheckAgeCostPrice parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckMinContribution Gets or sets the CheckMinContribution parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckMissingUpdates Gets or sets the CheckMissingUpdates parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckNoBOM Gets or sets the CheckNoBOM parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckNoConsump Gets or sets the CheckNoConsump parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckNoCostPrice Gets or sets the CheckNoCostPrice parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckNoResource Gets or sets the CheckNoResource parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckNoRoute Gets or sets the CheckNoRoute parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCheckUseFallBack Gets or sets the CheckUseFallBack parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmCoProduct Gets or sets the PmfProdCoBy record.
Hh803985.pubmethod(en-us,AX.60).gif parmCostCalcTransData Gets or sets the CostCalcTransData parameter. (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif parmCostPriceModel Gets or sets the CostPriceModel parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmExistTradeAgreements Gets or sets the ExistTradeAgreements parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmInventDim Gets or sets the InventDim parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmInventDimId Gets or sets the InventDimId parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmInventTable Gets or sets the InventTable parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmInventUnitId Gets or sets the InventUnitId parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmItemId Gets or sets the ItemId parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmLevel Gets or sets the Level parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmOverrideGroupWarnings Gets or sets the OverrideGroupWarnings parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmParentBOMCalc Gets or sets the ParentBOMCalc parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmPdsComdPricingRun Gets or sets the PdsComdPricingRun parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmPmfBomVersion Gets or sets the BOMVersion record that will be used for the calculation. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmPmfCostAllocationPct Gets and sets the pmfCostAllocationPct value. (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif parmProdBOM Gets or sets the ProdBOM parameter. (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif parmProdCalcTrans Gets or sets the ProdCalcTrans parameter. (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif parmProdTable Gets or sets the ProdTable parameter. (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif parmProfitSet Gets or sets the ProfitSet parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmProgressBar Gets or sets the ProgressBar parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmSeriesSize Gets or sets the SeriesSize parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmShowProgress Gets or sets the ShowProgress parameter. (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif parmSiteId Gets or sets the SiteId parameter. (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif parmUseStandardQty Gets or sets the UseStandardQty parameter. (Inherited from BOMCalcBase.)
Hh803985.protmethod(en-us,AX.60).gif pmfCalcBurden Calculates burden cost for the current production order. (Overrides the pmfCalcBurden Method.)
Hh803985.pubmethod(en-us,AX.60).gif recalcBOM (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif resetCalcValues (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif setExistTradeAgreements (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif setLineNum (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif setProgressTotals (Inherited from BOMCalcBase.)
Hh803985.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif updateCalcAmount (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif updateConsumption (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif updateCostCalcTransData (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif updateProdCalcTrans (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif updateProgress (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif validate (Inherited from BOMCalcProd.)
Hh803985.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh803985.pubmethod(en-us,AX.60).gif Hh803985.static(en-us,AX.60).gif ::construct Constructs a new instance of the BOMCalcProd_PmfCoProduct class.
Hh803985.pubmethod(en-us,AX.60).gif Hh803985.static(en-us,AX.60).gif ::newCoProduct Instantiates a new instance of the BOMCalcProd_PmfCoProduct class based on input parameters.

Top

Inheritance Hierarchy

Object Class
  BOMCalcBase Class
    BOMCalcProd Class
      BOMCalcProd_PmfCoProduct Class