InventItemCostGroupRollupList Class [AX 2012]

The InventCostGroupRollupList represents a recordSortedList that is used to hold the cost broken down.

Syntax

class InventItemCostGroupRollupList

Run On

Called

Methods

  Method Description
Gg790941.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg790941.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg790941.pubmethod(en-us,AX.60).gif first Moves the cursor of the costGroupRolluprecordSortedList to the first position.
Gg790941.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg790941.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg790941.protmethod(en-us,AX.60).gif init Initializes the costGroupRollupList record sorted list.
Gg790941.pubmethod(en-us,AX.60).gif insert Inserts a given InventItemCostGroupRollup record to the recordSortedList.
Gg790941.pubmethod(en-us,AX.60).gif length Retrieves the number of records in the costGroupListrecordSortedList.
Gg790941.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventItemCostGroupRollupList class.
Gg790941.pubmethod(en-us,AX.60).gif next Moves the pointer of the costGroupRollupListrecordSortedList to the next position.
Gg790941.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.)
Gg790941.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.)
Gg790941.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg790941.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg790941.pubmethod(en-us,AX.60).gif parmCostAmount Gets or sets the CostAmount parameter.
Gg790941.pubmethod(en-us,AX.60).gif parmQty Gets or sets the Qty parameter.
Gg790941.pubmethod(en-us,AX.60).gif reverseSign Reverses the sign of the cost group rollup list.
Gg790941.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg790941.pubmethod(en-us,AX.60).gif summarizeList Summarizes the cost group rollup list by using the specified InventItemCostGroupRollupList class.
Gg790941.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg790941.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.)
Gg790941.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg790941.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg790941.pubmethod(en-us,AX.60).gif Gg790941.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventItemCostGroupRollupList class.
Gg790941.pubmethod(en-us,AX.60).gif Gg790941.static(en-us,AX.60).gif ::newFromItemId
Gg790941.pubmethod(en-us,AX.60).gif Gg790941.static(en-us,AX.60).gif ::newFromVarianceList Initializes a RecordSortedList class that contains the standard cost broken down based on a variance.
Gg790941.pubmethod(en-us,AX.60).gif Gg790941.static(en-us,AX.60).gif ::newStdCostList Initializes a RecordSortedList object that contains the standard cost broken down on cost groups.

Top

Remarks

This class will be used by the production indirect cost framework to handle the adding of costs to a transaction.

Inheritance Hierarchy

Object Class
  InventItemCostGroupRollupList Class