BOMHierarchyCheck Class [AX 2012]

Syntax

class BOMHierarchyCheck extends BOMHierarchy

Run On

Server

Methods

  Method Description
Gg744746.pubmethod(en-us,AX.60).gif bomConsistOf (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif bomPartOf (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg744746.pubmethod(en-us,AX.60).gif checkBOMConsistOf
Gg744746.pubmethod(en-us,AX.60).gif checkCircularity
Gg744746.pubmethod(en-us,AX.60).gif checkMaxLevel (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif checkPartOf
Gg744746.pubmethod(en-us,AX.60).gif delete
Gg744746.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg744746.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg744746.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg744746.protmethod(en-us,AX.60).gif insert
Gg744746.pubmethod(en-us,AX.60).gif itemConsistOf Traverses down the bill of materials (BOM) structure and determines whether it is valid. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif itemPartOf Traverses up the BOM structure and determines whether it is valid. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif mustSearchNextLevel (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif mustUseRLS (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif new (Overrides the new Method.)
Gg744746.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.)
Gg744746.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.)
Gg744746.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg744746.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg744746.pubmethod(en-us,AX.60).gif parmFilterOnConfigId Gets or sets the FilterOnConfigId parameter. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif parmFilterOnSiteId Gets or sets the FilterOnSiteId parameter. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif parmParentBom Gets or sets the ParentBom parameter. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif parmParentBomVersion Gets or sets the ParentBomVersion parameter. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif parmSearchInterval Gets or sets the SearchInterval parameter. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif parmSearchIntervalBOM Gets or sets the SearchIntervalBOM parameter. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif parmVersionSelect Gets or sets the VersionSelect parameter. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif presLevel (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif reset
Gg744746.protmethod(en-us,AX.60).gif scanDownBOM Traverses the lines of a BOM version. (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif scanDownVersion Traverses the BOM versions that refer to the item of a BOM line. (Overrides the scanDownVersion Method.)
Gg744746.pubmethod(en-us,AX.60).gif scanUpBOM Traverses the BOMs that refer to a BOM version. (Overrides the scanUpBOM Method.)
Gg744746.protmethod(en-us,AX.60).gif scanUpVersion (Overrides the scanUpVersion Method.)
Gg744746.protmethod(en-us,AX.60).gif searchDownBOM (Inherited from BOMHierarchy.)
Gg744746.protmethod(en-us,AX.60).gif searchDownVersion Traverses the BOM versions that refer to the item of a BOM line. (Inherited from BOMHierarchy.)
Gg744746.protmethod(en-us,AX.60).gif searchUpBOM Traverses the BOM that refers to a BOM version. (Inherited from BOMHierarchy.)
Gg744746.protmethod(en-us,AX.60).gif searchUpVersion (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif setMaxLevels (Inherited from BOMHierarchy.)
Gg744746.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg744746.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg744746.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.)
Gg744746.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg744746.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg744746.pubmethod(en-us,AX.60).gif Gg744746.static(en-us,AX.60).gif ::checkBOM Checks that the BOM is valid.
Gg744746.pubmethod(en-us,AX.60).gif Gg744746.static(en-us,AX.60).gif ::checkBOMCircularity Checks the BOM for circularity.
Gg744746.pubmethod(en-us,AX.60).gif Gg744746.static(en-us,AX.60).gif ::newBOMcheckNotCircularity

Top

Inheritance Hierarchy

Object Class
  BOMHierarchy Class
    BOMHierarchyCheck Class