Share via


InventTransWMS Class [AX 2012]

The InventTransWMS class is a base class that is used by specialized classes for selection and registration forms.

Syntax

class InventTransWMS

Run On

Client

Methods

  Method Description
Gg864690.protmethod(en-us,AX.60).gif abortTmpInventTransWMS Reverses updates to the internal maps.
Gg864690.protmethod(en-us,AX.60).gif beginTmpInventTransWMS Creates a Map object to track the changes to internal memory structures so that the changes can be reverted.
Gg864690.pubmethod(en-us,AX.60).gif buttonDeleteTmp Handles the scenario in which the user presses the Delete all button.
Gg864690.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg864690.protmethod(en-us,AX.60).gif commitTmpInventTransWMS Deletes the current map that was used to track pending changes to internal memory structures.
Gg864690.protmethod(en-us,AX.60).gif deleteBoxText Provides the correct text to show in the Delete all box.
Gg864690.pubmethod(en-us,AX.60).gif deleteTmp Updates internal variables when a pending record is deleted.
Gg864690.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg864690.pubmethod(en-us,AX.60).gif getSelectedQty Gets the selected quantity for a specified movement.
Gg864690.pubmethod(en-us,AX.60).gif getSelectedQtyCW Gets the selected catch weight quantity for a specified movement.
Gg864690.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg864690.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg864690.protmethod(en-us,AX.60).gif init Initializes internal variables.
Gg864690.protmethod(en-us,AX.60).gif initInventTransWMS Forces the TmpInventTransWMS table to be located on the server tier.
Gg864690.protmethod(en-us,AX.60).gif initSelectedQty Resets the internal Map objects that are used to store selected quantities per movement.
Gg864690.pubmethod(en-us,AX.60).gif isInventTransSelected Determines whether a specified InventTrans record is selected for a pending picking or registration update.
Gg864690.pubmethod(en-us,AX.60).gif makeTableEmpty Deletes all records in the TmpInventTransWMS table and initializes internal variables.
Gg864690.protmethod(en-us,AX.60).gif mapQtyByTmpInventTransWMSInventTrans Retrieves a map that holds selected quantities by InventTrans record ID.
Gg864690.protmethod(en-us,AX.60).gif movement Retrieves the inventory movement for the specified record.
Gg864690.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventTransWMS class.
Gg864690.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.)
Gg864690.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.)
Gg864690.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg864690.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg864690.pubmethod(en-us,AX.60).gif parmTmpInventTransWMS Gets or sets the TmpInventTransWMS parameter.
Gg864690.protmethod(en-us,AX.60).gif setSelectedQty Sets detail information for a pending record.
Gg864690.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg864690.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg864690.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.)
Gg864690.protmethod(en-us,AX.60).gif validateTmp Validates whether the proposed change to a pending record is valid.
Gg864690.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg864690.protmethod(en-us,AX.60).gif writeTmp Writes the record to the TmpInventTransWMS table.
Gg864690.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg864690.protmethod(en-us,AX.60).gif Gg864690.static(en-us,AX.60).gif ::prepareUpdateInvent Inserts records that use details from the specified maps to prepare the TmpInventTransWMS table to be processed.

Top

Inheritance Hierarchy

Object Class
  InventTransWMS Class
    InventTransWMS_Pick Class
    InventTransWMS_Register Class