ReqDemPlanDataProcessingHelper Class [AX 2012]

The ReqDemPlanDataProcessingHelper class is generated as a utility class for the methods that are shared among multiple other table populating classes.

Syntax

class ReqDemPlanDataProcessingHelper

Run On

Called

Methods

  Method Description
Dn692089.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif getAlgorithmParameterValue Finds the corresponding algorithm parameter value based on the hierarchy of defaulting between the default parameters, global parameters and item allocation key parameters.
Dn692089.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif new Initializes a new instance of the ReqDemPlanDataProcessingHelper class.
Dn692089.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.)
Dn692089.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.)
Dn692089.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif parmLogger Gets or sets the Logger parameter.
Dn692089.pubmethod(en-us,AX.60).gif prepareAllocationKeyFilter Prepares the data in the temporary table that serves as a filter on the item allocation key.
Dn692089.privmethod(en-us,AX.60).gif setNormalizedMinMaxQuantity Sets the normalized minimum and maximum values defined by the user against the minimum and maximum values of the system.
Dn692089.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif skipAll Disables various validation methods on the table buffer to speed up set-based operations.
Dn692089.pubmethod(en-us,AX.60).gif stripWarehouse Strips the warehouse location from the historical data.
Dn692089.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif updateQtyWithUOM Updates the quantity on the table, based on the unit of measure conversion that is required.
Dn692089.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.)
Dn692089.pubmethod(en-us,AX.60).gif verifyItemUomConversionsAndInitCache Fills the unit of measure conversion caches.
Dn692089.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn692089.pubmethod(en-us,AX.60).gif Dn692089.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqDemPlanDataProcessingHelper class.
Dn692089.pubmethod(en-us,AX.60).gif Dn692089.static(en-us,AX.60).gif ::dbFieldName Returns the field name in the database.
Dn692089.pubmethod(en-us,AX.60).gif Dn692089.static(en-us,AX.60).gif ::dbTableName Returns the table name in the database.

Top

Inheritance Hierarchy

Object Class
  ReqDemPlanDataProcessingHelper Class