TradeDeliveryScheduleLineNumberManager Class [AX 2012]

The TradeDeliveryScheduleLineNumberManager class handles the numbering of delivery schedule lines.

class TradeDeliveryScheduleLineNumberManager extends TradeLineNumberManager

Run On

Called

  MethodDescription
Gg826695.pubmethod(en-us,AX.60).gif addUsedLineNumber Stores used line numbers in an internal Set class.
Gg826695.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif checkLineNumber Checks whether a line number value is between the minimum and maximum values of line numbers in the current order. (Overrides the checkLineNumber Method.)
Gg826695.protmethod(en-us,AX.60).gif doUpdateLineNumber Updates the line number of a newly created order line. (Inherited from TradeLineNumberManager.)
Gg826695.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg826695.protmethod(en-us,AX.60).gif getIncrement Retrieves the SystemLineNumberIncrement value from the SystemParameters table. (Inherited from TradeLineNumberManager.)
Gg826695.protmethod(en-us,AX.60).gif getLastLineNumber Retrieves the highest line number within the scope of a given order. (Inherited from TradeLineNumberManager.)
Gg826695.protmethod(en-us,AX.60).gif getNextLineNumber Retrieves the next line number in a specified order, relative to a specified line number. (Overrides the getNextLineNumber Method.)
Gg826695.pubmethod(en-us,AX.60).gif getPreviousLineNumber Retrieves the previous line number, relative to the current line number. (Inherited from TradeLineNumberManager.)
Gg826695.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif initFromOrderLineWithMultipleDeliveries Initiates a new instance of the TradeDeliveryScheduleLineNumberManager class.
Gg826695.pubmethod(en-us,AX.60).gif initLineNumberRange Initiates the range of line numbers that are used in current order.
Gg826695.protmethod(en-us,AX.60).gif isLastLine Determines whether the current record of a form data source is the last. (Overrides the isLastLine Method.)
Gg826695.pubmethod(en-us,AX.60).gif moveLineToLast Sets a line number to the highest position in a given order. (Inherited from TradeLineNumberManager.)
Gg826695.protmethod(en-us,AX.60).gif new Initializes a new instance of the TradeDeliveryScheduleLineNumberManager class. (Overrides the new Method.)
Gg826695.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.)
Gg826695.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.)
Gg826695.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif postUpdateLineNumber Adds the line number of a newly created line to the range of used line numbers for the current order. (Overrides the postUpdateLineNumber Method.)
Gg826695.pubmethod(en-us,AX.60).gif preUpdateLineNumber Updates the internal variables before the assignment of a line number. (Inherited from TradeLineNumberManager.)
Gg826695.pubmethod(en-us,AX.60).gif removeUsedLineNumber Removes a line number from the range of used line numbers for the current order.
Gg826695.pubmethod(en-us,AX.60).gif setLine Assigns a table buffer to the internal variable. (Inherited from TradeLineNumberManager.)
Gg826695.pubmethod(en-us,AX.60).gif setNegativeLineNumbers Changes the sign of line numbers for a list of order lines.
Gg826695.pubmethod(en-us,AX.60).gif setOrigLineNumber Assigns a value to the origLineNumber member variable.
Gg826695.pubmethod(en-us,AX.60).gif setPreviousLineNumber Sets the line number of the previous line. (Inherited from TradeLineNumberManager.)
Gg826695.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif updateLineNumber Updates the value of a line number.
Gg826695.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.)
Gg826695.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg826695.pubmethod(en-us,AX.60).gif Gg826695.static(en-us,AX.60).gif ::construct Initializes a new instance of the TradeDeliveryScheduleLineNumberManager class.
Gg826695.pubmethod(en-us,AX.60).gif Gg826695.static(en-us,AX.60).gif ::newOrderLineWithMultipleDeliveries Constructs and initializes a new instance of the TradeDeliveryScheduleLineNumberManager class.
Top

Object Class
  TradeLineNumberManager Class
    TradeDeliveryScheduleLineNumberManager Class

Community Additions

ADD
Show: