InventTransferTotals_Order_BR Class [AX 2012]

Class InventTransferTotals_Order_BR provides functions to calculate totals for transfer order.

Syntax

class InventTransferTotals_Order_BR extends InventTransferTotals_BR

Run On

Called

Methods

  Method Description
JJ783945.pubmethod(en-us,AX.60).gif calc Calculates the transfer order totals (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ783945.protmethod(en-us,AX.60).gif constructTransferCalcTax Creates the InventTransferCalcTax_BR object (Overrides the constructTransferCalcTax Method.)
JJ783945.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ783945.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ783945.pubmethod(en-us,AX.60).gif grossWeight Returns the gross weight of the transfer order (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ783945.protmethod(en-us,AX.60).gif initCursor Initializes the query used to calculate the totals (Inherited from InventTransferTotals_BR.)
JJ783945.protmethod(en-us,AX.60).gif inventTransId Returns the current transaction inventTransId (Overrides the inventTransId Method.)
JJ783945.protmethod(en-us,AX.60).gif itemId Returns the current transaction itemId (Overrides the itemId Method.)
JJ783945.protmethod(en-us,AX.60).gif lineAmount Calculates the line amount for a given quantity (Overrides the lineAmount Method.)
JJ783945.protmethod(en-us,AX.60).gif lineCostPrice Returns the inventTrans cost amounts (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif new Instantiates the InventTransferTotals_BR object (Overrides the new Method.)
JJ783945.pubmethod(en-us,AX.60).gif nextLine Fetches the next record (Overrides the nextLine Method.)
JJ783945.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.)
JJ783945.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.)
JJ783945.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ783945.protmethod(en-us,AX.60).gif orderBalance Returns the transfer order totals (Inherited from InventTransferTotals_BR.)
JJ783945.protmethod(en-us,AX.60).gif orderLine_orderTable Returns the order record (Overrides the orderLine_orderTable Method.)
JJ783945.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ783945.protmethod(en-us,AX.60).gif qtyInvent Returns the current transfer line quantity (Overrides the qtyInvent Method.)
JJ783945.protmethod(en-us,AX.60).gif qtyShip Returns the transfer line shipment quantity (Overrides the qtyShip Method.)
JJ783945.protmethod(en-us,AX.60).gif qtyUnit Returns the current transfer line quantity (Overrides the qtyUnit Method.)
JJ783945.protmethod(en-us,AX.60).gif queryBuild Returns the queryRun object containing the order lines (Overrides the queryBuild Method.)
JJ783945.protmethod(en-us,AX.60).gif queryGet Returns the current record (Overrides the queryGet Method.)
JJ783945.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ783945.protmethod(en-us,AX.60).gif shipUpdateQty Returns which quantity should be shipped (Overrides the shipUpdateQty Method.)
JJ783945.pubmethod(en-us,AX.60).gif tax Gets or sets the Tax class (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ783945.pubmethod(en-us,AX.60).gif totalAmount Returns the transfer order total amount (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif totalAmountUnRounded Returns the transfer order total amount without rounding (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif totalBalance Returns the order amount (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif totalTaxAmount Returns the total tax amount (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif totalTaxAmountByType Returns the total tax amount by type (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif transferQty Returns the transfer quantity (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif transferVolume Returns the transfer order items volume (Inherited from InventTransferTotals_BR.)
JJ783945.pubmethod(en-us,AX.60).gif transferWeight Returns the net weight of the transfer order (Inherited from InventTransferTotals_BR.)
JJ783945.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.)
JJ783945.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ783945.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  InventTransferTotals_BR Class
    InventTransferTotals_Order_BR Class