PCTableConstraintGlobalUpdateHandler Class [AX 2012]

The PCTableConstraintGlobalUpdateHandler class updates a user-defined table constraint.

class PCTableConstraintGlobalUpdateHandler

Run On

Server

  MethodDescription
Gg785620.pubmethod(en-us,AX.60).gif addColumn Adds a column to the update handler.
Gg785620.pubmethod(en-us,AX.60).gif addRowRecId Adds the record ID of a table constraint row to the update handler.
Gg785620.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg785620.protmethod(en-us,AX.60).gif deleteRows Deletes all the rows that were not updated.
Gg785620.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg785620.protmethod(en-us,AX.60).gif existsColumnName Indicates whether the specified column name has already been added to the update handler.
Gg785620.pubmethod(en-us,AX.60).gif existsRowRecId Indicates whether the column name has already been added to the update handler.
Gg785620.protmethod(en-us,AX.60).gif findEnumValue Finds an enumeration value.
Gg785620.protmethod(en-us,AX.60).gif getColumnDataTypeByName Retrieves the data type of the specified table constraint column.
Gg785620.protmethod(en-us,AX.60).gif getColumnRecIdByName Retrieves the record ID of the specified table constraint column.
Gg785620.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg785620.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg785620.protmethod(en-us,AX.60).gif insertCellValue Inserts a cell value.
Gg785620.protmethod(en-us,AX.60).gif new Initializes a new instance of the PCTableConstraintGlobalUpdateHandler class.
Gg785620.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.)
Gg785620.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.)
Gg785620.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg785620.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg785620.protmethod(en-us,AX.60).gif printEnumValues Prints the enumeration values to the Infolog.
Gg785620.protmethod(en-us,AX.60).gif removeRowRecId Removes the record ID of a table constraint row from the update handler.
Gg785620.pubmethod(en-us,AX.60).gif rowCount Retrieves the number of rows that were added to the update handler.
Gg785620.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg785620.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg785620.pubmethod(en-us,AX.60).gif update Updates the table constraint.
Gg785620.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.)
Gg785620.protmethod(en-us,AX.60).gif validateIntValueIsWithinBounds Validates that the given Integer value is in the accepted bounds that are defined by the associated attribute type.
Gg785620.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg785620.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg785620.protmethod(en-us,AX.60).gif xml2EcoResBool Converts a string value to an AttributeValueBoolean value.
Gg785620.pubmethod(en-us,AX.60).gif Gg785620.static(en-us,AX.60).gif ::construct Initializes a new instance of the PCTableConstraintGlobalUpdateHandler class.
Top

Object Class
  PCTableConstraintGlobalUpdateHandler Class

Community Additions

ADD
Show: