InventTransWMS_Pick Class [AX 2012]

The InventTransWMS class is used by the simple picking form.

Syntax

class InventTransWMS_Pick extends InventTransWMS

Run On

Client

Methods

  Method Description
Gg864735.protmethod(en-us,AX.60).gif abortTmpInventTransWMS Reverses updates to the internal maps. (Inherited from InventTransWMS.)
Gg864735.protmethod(en-us,AX.60).gif addInventTrans Adds inventory transactions to pending records.
Gg864735.pubmethod(en-us,AX.60).gif availableQuantity Determines the available quantity for a given inventory transaction.
Gg864735.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. (Inherited from InventTransWMS.)
Gg864735.pubmethod(en-us,AX.60).gif buttonDeleteTmp Handles the scenario in which the user presses the Delete all button. (Inherited from InventTransWMS.)
Gg864735.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg864735.protmethod(en-us,AX.60).gif commitTmpInventTransWMS Deletes the current map that was used to track pending changes to internal memory structures. (Inherited from InventTransWMS.)
Gg864735.pubmethod(en-us,AX.60).gif createFromHandlingUnit Creates records in the pending records table that is based on a handling unit selection.
Gg864735.pubmethod(en-us,AX.60).gif createFromInventTrans Creates a new record in the pending records table that is based on an inventory transaction.
Gg864735.protmethod(en-us,AX.60).gif createFromInventTransInternal Creates a new record in the pending records table based on an inventory transaction.
Gg864735.protmethod(en-us,AX.60).gif deleteBoxText Provides the correct text for the 'Delete all' box. (Overrides the deleteBoxText Method.)
Gg864735.pubmethod(en-us,AX.60).gif deleteTmp Updates internal variables when a pending record is deleted. (Inherited from InventTransWMS.)
Gg864735.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg864735.pubmethod(en-us,AX.60).gif getSelectedQty Gets the selected quantity for a specified movement. (Inherited from InventTransWMS.)
Gg864735.pubmethod(en-us,AX.60).gif getSelectedQtyCW Gets the selected catch weight quantity for a specified movement. (Inherited from InventTransWMS.)
Gg864735.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg864735.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg864735.protmethod(en-us,AX.60).gif init Initializes internal variables. (Overrides the init Method.)
Gg864735.protmethod(en-us,AX.60).gif initAvailableQuantity Resets the internal Map object that is used to store the available quantity.
Gg864735.protmethod(en-us,AX.60).gif initInventTransWMS Forces the TmpInventTransWMS table to be located on the server tier. (Inherited from InventTransWMS.)
Gg864735.protmethod(en-us,AX.60).gif initSelectedQty Sets the internal Map objects used to store selected quantities per movement. (Overrides the initSelectedQty Method.)
Gg864735.pubmethod(en-us,AX.60).gif isInventTransSelected Determines whether a specified InventTrans record is selected for a pending picking or registration update. (Inherited from InventTransWMS.)
Gg864735.pubmethod(en-us,AX.60).gif makeTableEmpty Deletes all records in the TmpInventTransWMS table and initializes internal variables. (Overrides the makeTableEmpty Method.)
Gg864735.protmethod(en-us,AX.60).gif mapQtyByTmpInventTransWMSInventTrans Retrieves a map that holds selected quantities by InventTrans record ID. (Inherited from InventTransWMS.)
Gg864735.protmethod(en-us,AX.60).gif mergeInventDimHandlingUnit Merges inventory dimensions so that the location, warehouse location, pallet, batch and serial numbers are filling in blanks in the original issue dimension.
Gg864735.protmethod(en-us,AX.60).gif movement Retrieves the inventory movement for the specified record. (Overrides the movement Method.)
Gg864735.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventTransWMS class. (Inherited from InventTransWMS.)
Gg864735.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.)
Gg864735.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.)
Gg864735.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg864735.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg864735.pubmethod(en-us,AX.60).gif parmBaseQueryInventTrans Gets or sets the BaseQueryInventTrans parameter.
Gg864735.pubmethod(en-us,AX.60).gif parmTmpInventTransWMS Gets or sets the TmpInventTransWMS parameter. (Inherited from InventTransWMS.)
Gg864735.protmethod(en-us,AX.60).gif pickedQty Calculates how much has already been picked by the specified movement for the specified dimensions.
Gg864735.protmethod(en-us,AX.60).gif pickedQtyCW Calculates how much has already been picked by the specified movement for the specified dimensions.
Gg864735.protmethod(en-us,AX.60).gif pickRemain Calculates the quantity that is not picked yet.
Gg864735.protmethod(en-us,AX.60).gif pickRemainCW Calculates the catch weight quantity that is not picked yet.
Gg864735.protmethod(en-us,AX.60).gif queryInventTrans Builds a Query object that can be used to find inventory transactions that can be added to the pending records tables.
Gg864735.protmethod(en-us,AX.60).gif setSelectedQty Sets detail information for a pending record. (Overrides the setSelectedQty Method.)
Gg864735.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg864735.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg864735.pubmethod(en-us,AX.60).gif updateInvent Converts the pending picking records to actual updates.
Gg864735.protmethod(en-us,AX.60).gif updateQuantity Updates the quantity of a pending record.
Gg864735.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.)
Gg864735.protmethod(en-us,AX.60).gif validateTmp Validates that the proposed change to a pending record is valid. (Overrides the validateTmp Method.)
Gg864735.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg864735.protmethod(en-us,AX.60).gif writeTmp Writes the record to the TmpInventTransWMS table. (Inherited from InventTransWMS.)
Gg864735.pubmethod(en-us,AX.60).gif writeTmpInventTransWMS Indicates whether a record writes to the pending records table.
Gg864735.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg864735.privmethod(en-us,AX.60).gif Gg864735.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventTransWMS_Pick class.
Gg864735.pubmethod(en-us,AX.60).gif Gg864735.static(en-us,AX.60).gif ::inventMovement Retrieves the inventory movement that is currently being picked.
Gg864735.pubmethod(en-us,AX.60).gif Gg864735.static(en-us,AX.60).gif ::listCallerTable Retrieves a list of movement originator records based on the form data source.
Gg864735.pubmethod(en-us,AX.60).gif Gg864735.static(en-us,AX.60).gif ::newStandard Instantiates a new InventTransWMS_Pick object.
Gg864735.protmethod(en-us,AX.60).gif Gg864735.static(en-us,AX.60).gif ::updateInventServer Converts the pending picking records to actual updates.

Top

Inheritance Hierarchy

Object Class
  InventTransWMS Class
    InventTransWMS_Pick Class