RetailTransferOrderHandler Class [AX 2012]

The RetailTransferOrderHandler class creates a transfer order.

Syntax

class RetailTransferOrderHandler

Run On

Called

Methods

  Method Description
Hh813767.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif createTransferLine Inserts a record in InventTransferLine table.
Hh813767.privmethod(en-us,AX.60).gif createTransferLine_IN Inserts an InventTransferLine_IN record for the current InventTransferLine record.
Hh813767.pubmethod(en-us,AX.60).gif createTransferTable Creates a transfer order.
Hh813767.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif getTransferPrice_IN Gets the transfer price.
Hh813767.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif inventTransferLine
Hh813767.privmethod(en-us,AX.60).gif itemCostPrice_IN Gets the item cost price.
Hh813767.privmethod(en-us,AX.60).gif itemTransferPrice_IN Gets the item transfer price.
Hh813767.protmethod(en-us,AX.60).gif new Initializes a new instance of the RetailTransferOrderHandler class.
Hh813767.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.)
Hh813767.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.)
Hh813767.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif parmCommon Gets or sets the Common parameter.
Hh813767.pubmethod(en-us,AX.60).gif parmInventDim Gets or sets the InventDim parameter.
Hh813767.pubmethod(en-us,AX.60).gif parmInventLocationFrom Gets or sets the InventLocationFrom parameter.
Hh813767.pubmethod(en-us,AX.60).gif parmInventLocationTo Gets or sets the InventLocationTo parameter.
Hh813767.pubmethod(en-us,AX.60).gif parmInventTransferTable Gets or sets the InventTransferTable parameter.
Hh813767.pubmethod(en-us,AX.60).gif parmItemId Gets or sets the ItemId parameter.
Hh813767.pubmethod(en-us,AX.60).gif parmQty Gets or sets the Qty parameter.
Hh813767.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif setTransferLine Sets the ShipDate and ReceiveDate values for a transfer order and initializes the transfer order line.
Hh813767.privmethod(en-us,AX.60).gif setTransferLineFiscalInfo_BR
Hh813767.pubmethod(en-us,AX.60).gif setTransferTable Initializes the transfer order with location and date fields.
Hh813767.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh813767.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.)
Hh813767.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh813767.pubmethod(en-us,AX.60).gif Hh813767.static(en-us,AX.60).gif ::construct Initializes a new instance of the RetailTransferOrderHandler class.
Hh813767.pubmethod(en-us,AX.60).gif Hh813767.static(en-us,AX.60).gif ::newTransfer Initializes the RetailTransferOrderHandler class by using start location, end location and item values.

Top

Inheritance Hierarchy

Object Class
  RetailTransferOrderHandler Class