InventBatchJournalController Class [AX 2012]

The InventBatchJournalController class provides specific functionality based on the type of a inventory batch journal.

Syntax

class InventBatchJournalController

Run On

Server

Methods

  Method Description
Dn558680.pubmethod(en-us,AX.60).gif addInventBatchId Adds an inventory batch to the inventory batch journal.
Dn558680.pubmethod(en-us,AX.60).gif batchAttributes Gets the list of batch attribute IDs for the inventory batch journal item.
Dn558680.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn558680.protmethod(en-us,AX.60).gif createOrUpdateSourceAttributes Creates or updates the stored source batch attribute data for a given inventory batch ID.
Dn558680.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn558680.privmethod(en-us,AX.60).gif getAvailableOnHandPhysical Get physical available on hand quatity for the specified item and invent dimension.
Dn558680.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn558680.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn558680.pubmethod(en-us,AX.60).gif hasBatchAttributes Gets a value indicating if the inventory batch journal item has batch attributes.
Dn558680.pubmethod(en-us,AX.60).gif hasLines Gets a value indicating if the inventory batch journal has journal lines.
Dn558680.pubmethod(en-us,AX.60).gif lineForBatchExists Gets a value indicating if the inventory batch journal has a line for a given batch ID.
Dn558680.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventBatchJournalController class.
Dn558680.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.)
Dn558680.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.)
Dn558680.pubmethod(en-us,AX.60).gif numAttributePages Gets the number of batch attribute pages to show.
Dn558680.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn558680.pubmethod(en-us,AX.60).gif onInsert Executes code when the record for the InventBatchJournal table is inserted.
Dn558680.pubmethod(en-us,AX.60).gif onSourceLinesDeleted Executes journal type specific logic when one or more inventory batch journal source records are deleted.
Dn558680.pubmethod(en-us,AX.60).gif onUpdate Executes code when the record for the InventBatchJournal table is updated.
Dn558680.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn558680.pubmethod(en-us,AX.60).gif parmInventBatchJournal Gets or sets the InventBatchJournal parameter.
Dn558680.pubmethod(en-us,AX.60).gif quantityForBatch Gets the quantity for a given batch from the journal lines.
Dn558680.pubmethod(en-us,AX.60).gif refreshSourceLines Refreshes the source line(s) and recomputes any results.
Dn558680.protmethod(en-us,AX.60).gif reloadAttributesForJournal Reloads the batch attribute IDs for the journal.
Dn558680.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn558680.pubmethod(en-us,AX.60).gif sourceBatchCount Gets a count of the number of unique batches referenced in the batch journal source lines.
Dn558680.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn558680.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.)
Dn558680.pubmethod(en-us,AX.60).gif validateSourceBatch Validates that a batch number may be added as a source.
Dn558680.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn558680.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn558680.pubmethod(en-us,AX.60).gif Dn558680.static(en-us,AX.60).gif ::newBatchJournal Creates a new instance of a InventBatchJournalController class depending on the batch handling journal type.

Top

Inheritance Hierarchy

Object Class
  InventBatchJournalController Class
    InventBatchMerge Class