InventBOMComparison_CN Class [AX 2012]

The InventBOMComparison_CN class is used to take action for BOM comparison logic.

Syntax

class InventBOMComparison_CN

Run On

Called

Methods

  Method Description
JJ746931.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif checkBOMVersionNum Checks the number of valid BOM IDs (BOM versions).
JJ746931.pubmethod(en-us,AX.60).gif checkBOMVersions Checks BOM version IDs.
JJ746931.pubmethod(en-us,AX.60).gif checkExistRepeatedBOMVersion Checks whether there are any repeated BOM IDs.
JJ746931.pubmethod(en-us,AX.60).gif doComparison Compares a set of BOMs in a specified comparison field.
JJ746931.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif initComparisonType Initializes the comparison type, cost type, and module type for BOM comparison.
JJ746931.protmethod(en-us,AX.60).gif new Creates a new instance of the InventBOMComparison_CN class.
JJ746931.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.)
JJ746931.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.)
JJ746931.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ746931.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.)
JJ746931.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ746931.pubmethod(en-us,AX.60).gif JJ746931.static(en-us,AX.60).gif ::construct Constructs the instance of the InventBOMComparison_CN class.
JJ746931.protmethod(en-us,AX.60).gif JJ746931.static(en-us,AX.60).gif ::generateBOMComparisonData Generates BOM comparison data and inserts it into the InventBOMComparisonTmp_CN temporary table.
JJ746931.protmethod(en-us,AX.60).gif JJ746931.static(en-us,AX.60).gif ::getMergedTmpBOMByIds Gets the lines for a set of BOMs.
JJ746931.protmethod(en-us,AX.60).gif JJ746931.static(en-us,AX.60).gif ::getTmpBOMByIds Gets the lines for a set of BOMs.
JJ746931.protmethod(en-us,AX.60).gif JJ746931.static(en-us,AX.60).gif ::updateComparisonField Updates the specified comparison field with the value in its corresponding BOM ID.
JJ746931.protmethod(en-us,AX.60).gif JJ746931.static(en-us,AX.60).gif ::updateQtyField Updates the quantity field with the value in its corresponding BOM ID.
JJ746931.pubmethod(en-us,AX.60).gif JJ746931.static(en-us,AX.60).gif ::validateBOMVersion Validates the content of a BOM version control.
JJ746931.pubmethod(en-us,AX.60).gif JJ746931.static(en-us,AX.60).gif ::validateProduct Checks whether the content of a product control is a valid product ID.

Top

Inheritance Hierarchy

Object Class
  InventBOMComparison_CN Class