TradeDeliveryScheduleLineNumberManager Class [AX 2012]
The TradeDeliveryScheduleLineNumberManager class handles the numbering of delivery schedule lines.
| Method | Description | |
|---|---|---|
| addUsedLineNumber | Stores used line numbers in an internal Set class. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| doUpdateLineNumber | Updates the line number of a newly created order line. (Inherited from TradeLineNumberManager.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getIncrement | Retrieves the SystemLineNumberIncrement value from the SystemParameters table. (Inherited from TradeLineNumberManager.) |
| getLastLineNumber | Retrieves the highest line number within the scope of a given order. (Inherited from TradeLineNumberManager.) |
| getNextLineNumber | Retrieves the next line number in a specified order, relative to a specified line number. (Overrides the getNextLineNumber Method.) |
| getPreviousLineNumber | Retrieves the previous line number, relative to the current line number. (Inherited from TradeLineNumberManager.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initFromOrderLineWithMultipleDeliveries | Initiates a new instance of the TradeDeliveryScheduleLineNumberManager class. |
| initLineNumberRange | Initiates the range of line numbers that are used in current order. |
| isLastLine | Determines whether the current record of a form data source is the last. (Overrides the isLastLine Method.) |
| moveLineToLast | Sets a line number to the highest position in a given order. (Inherited from TradeLineNumberManager.) |
| new | Initializes a new instance of the TradeDeliveryScheduleLineNumberManager class. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| 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.) |
| preUpdateLineNumber | Updates the internal variables before the assignment of a line number. (Inherited from TradeLineNumberManager.) |
| removeUsedLineNumber | Removes a line number from the range of used line numbers for the current order. |
| setLine | Assigns a table buffer to the internal variable. (Inherited from TradeLineNumberManager.) |
| setNegativeLineNumbers | Changes the sign of line numbers for a list of order lines. |
| setOrigLineNumber | Assigns a value to the origLineNumber member variable. |
| setPreviousLineNumber | Sets the line number of the previous line. (Inherited from TradeLineNumberManager.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateLineNumber | Updates the value of a line number. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the TradeDeliveryScheduleLineNumberManager class. |
| ::newOrderLineWithMultipleDeliveries | Constructs and initializes a new instance of the TradeDeliveryScheduleLineNumberManager class. |
Community Additions
ADD
Show: