InventTrackingDimTracingSearchBackward Class [AX 2012]

Class for handling backward tracing for tracking dimension tracing.

Syntax

class InventTrackingDimTracingSearchBackward extends InventTrackingDimTracingSearch

Run On

Called

Methods

  Method Description
Dn542520.protmethod(en-us,AX.60).gif addFirstLevelInventTransNode Marks the specified inventory transaction as a first level node relative to the search criteria. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif addInventTrans2List Adds the InventTrans record to the specified record list. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif addInventTransList2AsSubnodes Adds the specified list of InvnetTrans records as sub nodes to the specified node. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif buildInitialQuery Build the initial query for finding nodes under the top node. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif buildItemHierachy Build the search hierarchy for items. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn542520.protmethod(en-us,AX.60).gif canUseInventransAsInitialTransaction Checks if the specified transaction can be used as a starting point for item hierarchy tracing. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif checkDateCriteria Checks if the specified inventory transaction date information is within criteria range (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif checkDateOrder Checks if the specified inventory transaction date information allows it to be used as a sub node for the specified node. (Overrides the checkDateOrder Method.)
Dn542520.protmethod(en-us,AX.60).gif checkQuarantineOrder Checks if the specified transactions can be considered quarantine related children of the specified transaction. (Overrides the checkQuarantineOrder Method.)
Dn542520.protmethod(en-us,AX.60).gif checkTransOriginIds Checks if the specified transactions can be considered related children of the specified hierarachy node based on transaction dates and other transaction information. (Overrides the checkTransOriginIds Method.)
Dn542520.protmethod(en-us,AX.60).gif createSubNode Create a transaction node with the specified transaction information under the specified node. (Overrides the createSubNode Method.)
Dn542520.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn542520.protmethod(en-us,AX.60).gif expandAllTransactions Expand all transactions. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif expandIssueTransaction Expand the specified issue transaction with the related receipts. (Overrides the expandIssueTransaction Method.)
Dn542520.protmethod(en-us,AX.60).gif expandReceiptTransaction Expand the specified node for a receipt with the related issues. (Overrides the expandReceiptTransaction Method.)
Dn542520.protmethod(en-us,AX.60).gif expandTransaction Expand the specified node if not already expanded. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif findBatchIssues Finds the batch order issues.
Dn542520.protmethod(en-us,AX.60).gif findBOMLines Finds the BOM lines for the specified node, which is assumed to be the item produced on the BOM journal.
Dn542520.protmethod(en-us,AX.60).gif findKanbanJobPickingList Finds and adds the kanban job picking list transactions related to the parent transaction to the transaction list.
Dn542520.protmethod(en-us,AX.60).gif findProdLines Finds and adds the production lines transactions related to the parent transaction to the transaction list.
Dn542520.protmethod(en-us,AX.60).gif findTransIssues Finds and adds issue transactions related to the parent transaction to the transaction list.
Dn542520.protmethod(en-us,AX.60).gif findTransWHSQuarantineIssues Finds and adds WHS Quarantine issue transactions related to the parent receipt transaction to the transaction list.
Dn542520.protmethod(en-us,AX.60).gif findTransWHSWorkIssues Finds and adds WHS Work issue transactions related to the parent receipt transaction to the transaction list.
Dn542520.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn542520.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn542520.protmethod(en-us,AX.60).gif initInventTransList Initialize the record sorted list for holding child transactions. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif inventTrackingDimTracingRelations Returns the current tracing relations. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif inventTransDate Finds the inventory date for the specified transaction. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif inventTransOrigin Returns the InventTransOrigin record for the specified record ID. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif isByProductProduction Gets a value indicating if the transaction is for a by-product in a production order. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif isChildInProdBOM Gets a value indicating if an inventory transaction is a child of the current node based on a production order BOM/Formula relationship. (Overrides the isChildInProdBOM Method.)
Dn542520.protmethod(en-us,AX.60).gif isInventTransFirst Returns true if _inventTrans1 is considered to happen before _inventTrans2 (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif isTransactionExpanded Checks if the specified transaction tracing node already has been expanded in the current direction. (Overrides the isTransactionExpanded Method.)
Dn542520.protmethod(en-us,AX.60).gif isTransChild Chekcs if the specified transaction should be considered a child under the specified transaction. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif isTransProdBOMForProduction Gets a value indicating if an origin is for a production BOM line that is part of the production order represented by the other origin. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif markNodeAsExpanded Mark the tracing node as fully expanded in the current tracing direction. (Overrides the markNodeAsExpanded Method.)
Dn542520.protmethod(en-us,AX.60).gif markNodeWithNoSubnodes Mark the tracing node as a root node in the current tracing direction. (Overrides the markNodeWithNoSubnodes Method.)
Dn542520.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventTrackingDimTracingSearch class. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.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.)
Dn542520.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.)
Dn542520.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn542520.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn542520.protmethod(en-us,AX.60).gif parmInventTrackingDimTracingCriteria Gets or sets the InventTrackingDimTracingCriteria parameter. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif parmInventTransMap Gets or sets the InventTransMap parameter. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif parmInventTransOriginMap Gets or sets the InventTransOriginMap parameter. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.protmethod(en-us,AX.60).gif searchFromCriteria Do the actual search based on criterias passed in earlier. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.pubmethod(en-us,AX.60).gif searchFromExistingRelations Do the actual search based on criterias passed in earlier. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn542520.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn542520.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.)
Dn542520.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn542520.protmethod(en-us,AX.60).gif wmsTransport Retrieves the pallet transport related to the current inventory transactions originator. (Inherited from InventTrackingDimTracingSearch.)
Dn542520.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn542520.protmethod(en-us,AX.60).gif Dn542520.static(en-us,AX.60).gif ::construct Create a new instance of this class.
Dn542520.pubmethod(en-us,AX.60).gif Dn542520.static(en-us,AX.60).gif ::newParameters Create an instance to do a full backward search.

Top

Inheritance Hierarchy

Object Class
  InventTrackingDimTracingSearch Class
    InventTrackingDimTracingSearchBackward Class