InventCostRevaluate_StdCostConvert Class [AX 2012]

The InventCostRevaluate_StdCostConvert class generates the inventory cost transactions during a standard cost conversion.

Syntax

class InventCostRevaluate_StdCostConvert extends InventCostRevaluate

Run On

Called

Methods

  Method Description
Gg760508.protmethod(en-us,AX.60).gif addInventCostTrans (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif addInventCostTransGroup1 (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif addInventCostTransGroup2 (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif addInventCostTransSum (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif addToTransRevalList (Inherited from InventCostRevaluate.)
Gg760508.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg760508.protmethod(en-us,AX.60).gif init Initializes the revaluation process. (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif initActCostList Initializes the actual cost. (Overrides the initActCostList Method.)
Gg760508.protmethod(en-us,AX.60).gif initCostTransVarianceList (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif initEstCostList (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif initPrevInventItemPrice (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif initProcess (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventCostRevaluate class. (Inherited from InventCostRevaluate.)
Gg760508.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.)
Gg760508.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.)
Gg760508.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif parmInventCostTransList Gets or sets the InventCostTransList parameter. (Inherited from InventCostRevaluate.)
Gg760508.pubmethod(en-us,AX.60).gif parmInventItemPrice Gets or sets the InventItemPrice parameter. (Inherited from InventCostRevaluate.)
Gg760508.pubmethod(en-us,AX.60).gif parmInventTable Gets or sets the InventTable parameter.
Gg760508.pubmethod(en-us,AX.60).gif parmInventTransCurrency_RU Gets or sets the InventTransCurrency_RU parameter. (Inherited from InventCostRevaluate.)
Gg760508.pubmethod(en-us,AX.60).gif parmLedgerVoucher Gets or sets the LedgerVoucher parameter. (Inherited from InventCostRevaluate.)
Gg760508.pubmethod(en-us,AX.60).gif parmPrevCostAmount Gets or sets the PrevCostAmount parameter.
Gg760508.pubmethod(en-us,AX.60).gif parmPrevInventItemPrice Gets or sets the PrevInventItemPrice parameter. (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif priceType (Inherited from InventCostRevaluate.)
Gg760508.protmethod(en-us,AX.60).gif processCostTransList Processes the transactions that need to be revaluated. (Overrides the processCostTransList Method.)
Gg760508.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif updateNow (Inherited from InventCostRevaluate.)
Gg760508.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.)
Gg760508.protmethod(en-us,AX.60).gif validate Validates if the currently processed item needs to be revaluated. (Overrides the validate Method.)
Gg760508.protmethod(en-us,AX.60).gif varianceType (Inherited from InventCostRevaluate.)
Gg760508.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg760508.pubmethod(en-us,AX.60).gif Gg760508.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventCostRevaluate_StdCostConvert class.
Gg760508.pubmethod(en-us,AX.60).gif Gg760508.static(en-us,AX.60).gif ::newFromParameters Returns a new instance of the inventCostRevaluate_StdCostConvert class.

Top

Inheritance Hierarchy

Object Class
  InventCostRevaluate Class
    InventCostRevaluate_StdCostConvert Class