InventCostTransVarianceList Class [AX 2012]

The inventCostTransVarianceList represents a more specialized form of a recordSortedList, which is used to hold the inventCostTransVariance records.

Syntax

class InventCostTransVarianceList

Run On

Called

Methods

  Method Description
Gg771944.pubmethod(en-us,AX.60).gif add Adds an InventCostTransVariance record to the RecordSortedList object.
Gg771944.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg771944.pubmethod(en-us,AX.60).gif costAmount Calculates the total cost amount for the variance.
Gg771944.pubmethod(en-us,AX.60).gif costAmountPosted Calculates the total cost amount posted for the variance.
Gg771944.pubmethod(en-us,AX.60).gif delete Deletes an InventCostTransVariance record from the RecordSortedList object.
Gg771944.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg771944.pubmethod(en-us,AX.60).gif find Finds an InventCostTransVariance record in the RecordSortedList object.
Gg771944.pubmethod(en-us,AX.60).gif first Moves the cursor of the RecordSortedList object to the element in the first position.
Gg771944.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg771944.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg771944.protmethod(en-us,AX.60).gif init Initializes the RecordSortedList object.
Gg771944.protmethod(en-us,AX.60).gif initFinal Initializes a new RecordSortedList object.
Gg771944.pubmethod(en-us,AX.60).gif insert Inserts a given InventCostTransVariance record to the RecordSortedList object.
Gg771944.pubmethod(en-us,AX.60).gif insertDatabase Writes the InventCostTransVarianceList object to the database by calling the insertDatabase method of the RecordSortedList class.
Gg771944.pubmethod(en-us,AX.60).gif length Retrieves the number of records in the RecordSortedList object.
Gg771944.protmethod(en-us,AX.60).gif new Creates a new instance of the InventCostTransVarianceList class.
Gg771944.pubmethod(en-us,AX.60).gif next Moves the cursor of the RecordSortedList object to the next position.
Gg771944.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.)
Gg771944.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.)
Gg771944.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg771944.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg771944.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg771944.pubmethod(en-us,AX.60).gif summarize Summarizes a given variance list to the RecordSortedList object.
Gg771944.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg771944.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.)
Gg771944.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg771944.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg771944.pubmethod(en-us,AX.60).gif Gg771944.static(en-us,AX.60).gif ::construct
Gg771944.pubmethod(en-us,AX.60).gif Gg771944.static(en-us,AX.60).gif ::newFromInventCostTrans Initializes a new instance of the InventCostTransVarianceList class and inserts the InventCostTransVariance records either from memory or from the database.
Gg771944.pubmethod(en-us,AX.60).gif Gg771944.static(en-us,AX.60).gif ::newFromList

Top

Remarks

This class will be used by the inventCost framework to handle the adding of the inventCostTransVariance records. It provides some functions to add and summarize inventCostTransVariance records into the costTransVarianceListrecordSortedList.

This class will be stored in the inventCostTransVarianceMap class together with a primary key for an inventCostTrans record.

Inheritance Hierarchy

Object Class
  InventCostTransVarianceList Class