InventBatchMerge Class [AX 2012]
The InventBatchHandlingTypeMerge class provides specific functionality for a merge batch handling journal.
Syntax
class InventBatchMerge extends InventBatchJournalController
Run On
Server
Methods
Method | Description | |
---|---|---|
addInventBatchId | Adds an inventory batch to the inventory batch journal. (Overrides the addInventBatchId Method.) | |
allowInventDim | Determines whether the specified inventory dimension should be allowed for continued processing. | |
batchAttributes | Gets the list of batch attribute IDs for the inventory batch journal item. (Inherited from InventBatchJournalController.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createOrUpdateSourceAttributes | Creates or updates the stored source batch attribute data for a given inventory batch ID. (Inherited from InventBatchJournalController.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasBatchAttributes | Gets a value indicating if the inventory batch journal item has batch attributes. (Inherited from InventBatchJournalController.) | |
hasLines | Gets a value indicating if the inventory batch journal has journal lines. (Inherited from InventBatchJournalController.) | |
insertNewResultLineIfNeeded | Creates and inserts the merge result record if one does not already exist. | |
lineForBatchExists | Gets a value indicating if the inventory batch journal has a line for a given batch ID. (Inherited from InventBatchJournalController.) | |
new | Initializes a new instance of the InventBatchJournalController class. (Inherited from InventBatchJournalController.) | |
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.) | |
numAttributePages | Gets the number of batch attribute pages to show. (Inherited from InventBatchJournalController.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
onInsert | Executes code when the record for the InventBatchJournal table is inserted. (Overrides the onInsert Method.) | |
onSourceLinesDeleted | Executes journal type specific logic when one or more inventory batch journal source records are deleted. (Overrides the onSourceLinesDeleted Method.) | |
onUpdate | Executes code when the record for the InventBatchJournal table is updated. (Overrides the onUpdate Method.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmInventBatchJournal | Gets or sets the InventBatchJournal parameter. (Inherited from InventBatchJournalController.) | |
quantityForBatch | Gets the quantity for a given batch from the journal lines. (Overrides the quantityForBatch Method.) | |
recomputeMergeResult | Computes the merge result fields using all the current source lines. | |
refreshSourceLines | Refreshes the source line(s) and recomputes any results. (Overrides the refreshSourceLines Method.) | |
reloadAttributesForJournal | Reloads the batch attribute IDs for the journal. (Inherited from InventBatchJournalController.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
sourceBatchCount | Gets a count of the number of unique batches referenced in the batch journal source lines. (Inherited from InventBatchJournalController.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validateSourceBatch | Validates that a batch number may be added as a source. (Inherited from InventBatchJournalController.) | |
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 InventBatchMerge class. |
Top
Inheritance Hierarchy
Object Class
InventBatchJournalController Class
InventBatchMerge Class