InventTrackingDimTracingRelations Class [AX 2012]

The InventTrackingDimTracingRelations class holds relation information for tracking dimension tracing transactions.

Syntax

class InventTrackingDimTracingRelations

Run On

Called

Methods

  Method Description
Dn542447.pubmethod(en-us,AX.60).gif addBackwardRelation Adds the specified inventory transaction as a backward child node of the specified tracing node.
Dn542447.pubmethod(en-us,AX.60).gif addFirstLevelInventTransNode Adds an inventory transaction as a first level node relative to the search criteria.
Dn542447.pubmethod(en-us,AX.60).gif addForwardRelation Adds the specified inventory transaction as a forward child node of the specified tracing node.
Dn542447.protmethod(en-us,AX.60).gif addInventTransNode Adds the specified inventory transaction as a transaction node.
Dn542447.protmethod(en-us,AX.60).gif buildRootNodesList Ensure that all nodes are either reachable from a root node or add it as a root node.
Dn542447.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn542447.pubmethod(en-us,AX.60).gif childNodes Returns a sorted list of child nodes for the specified transaction node.
Dn542447.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn542447.protmethod(en-us,AX.60).gif fillReachableNodes Fill the specified set with all nodes reachable from the specified node when searching in the given direction.
Dn542447.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn542447.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn542447.protmethod(en-us,AX.60).gif init Initializes internal variables.
Dn542447.pubmethod(en-us,AX.60).gif inventDimTrackingInventTransNodes Gets the set of InventDimTrackingInventTransNode objects.
Dn542447.pubmethod(en-us,AX.60).gif inventTransNode Finds or creates a transction tracing node for the specified inventory transaction.
Dn542447.pubmethod(en-us,AX.60).gif markAsRootNode Marks the specified transaction node as a root node.
Dn542447.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventTrackingDimTracingRelations class.
Dn542447.pubmethod(en-us,AX.60).gif nodeFromKey Returns the tracing node identified by the specified string.
Dn542447.protmethod(en-us,AX.60).gif nodeSet2List Sorts the transactions in the specified Set chronologically and returns the results in a list.
Dn542447.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.)
Dn542447.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.)
Dn542447.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn542447.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn542447.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the InventTrackingDimTracingRelations class.
Dn542447.pubmethod(en-us,AX.60).gif parmCurrentOnHand Gets or sets the CurrentOnHand parameter.
Dn542447.pubmethod(en-us,AX.60).gif parmCurrentOnHandCW Gets or sets the CurrentOnHandCW parameter.
Dn542447.pubmethod(en-us,AX.60).gif parmFirstLevelNodes Gets or sets the FirstLevelNodes parameter.
Dn542447.pubmethod(en-us,AX.60).gif parmInventTransMap Gets or sets the InventTransMap parameter.
Dn542447.pubmethod(en-us,AX.60).gif parmInventTransOriginMap Gets or sets the InventTransOriginMap parameter.
Dn542447.pubmethod(en-us,AX.60).gif rootNodes Returns a sorted list of root nodes.
Dn542447.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn542447.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn542447.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the InventTrackingDimTracingRelations class.
Dn542447.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.)
Dn542447.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn542447.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn542447.pubmethod(en-us,AX.60).gif Dn542447.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventTrackingDimTracingRelations class.
Dn542447.pubmethod(en-us,AX.60).gif Dn542447.static(en-us,AX.60).gif ::create Creates a new instance of the InventTrackingDimTracingRelations class and initialize it based on a packed version of the class data.
Dn542447.pubmethod(en-us,AX.60).gif Dn542447.static(en-us,AX.60).gif ::tracingNodeKey Generate a unique key for the specified record used for caching purposes.

Top

Inheritance Hierarchy

Object Class
  InventTrackingDimTracingRelations Class