Share via


KanbanJobTmpPickListLoaderTransfer Class [AX 2012]

The KanbanJobTmpPickListLoader class loads picking list records for the transfer kanban board.

Syntax

class KanbanJobTmpPickListLoaderTransfer extends KanbanJobTmpPickListLoader

Run On

Called

Methods

  Method Description
Gg757923.protmethod(en-us,AX.60).gif aggregate Aggregates the KanbanJobTmpPickList records by cumulating quantities. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.protmethod(en-us,AX.60).gif availableQuantityItemInventDimId Determines the available inventory for a specified item at a specified dimension. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg757923.protmethod(en-us,AX.60).gif checkFlushPrincipleAndKanbanJobStatus Kanban job status and its picking list flushing principle should be checked before setting supply status. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg757923.protmethod(en-us,AX.60).gif getNext Retrieves the next record. (Overrides the getNext Method.)
Gg757923.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg757923.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg757923.protmethod(en-us,AX.60).gif hasWHSWave Indicates whether a record has Wave associated with it. (Overrides the hasWHSWave Method.)
Gg757923.protmethod(en-us,AX.60).gif hasWHSWork Indicates whether a record has Work associated with it. (Overrides the hasWHSWork Method.)
Gg757923.protmethod(en-us,AX.60).gif hasWMSOrder Determines whether the current record has an output order. (Overrides the hasWMSOrder Method.)
Gg757923.protmethod(en-us,AX.60).gif init Initializes the class variables. (Overrides the init Method.)
Gg757923.protmethod(en-us,AX.60).gif initAvailableQuantity Initializes the available quantity of a kanbanJobTmpPickList record. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.protmethod(en-us,AX.60).gif initExpectedQuantities Initializes the supply status of the current kanbanJobTmpPickList record. (Overrides the initExpectedQuantities Method.)
Gg757923.protmethod(en-us,AX.60).gif initFromCurrent Initializes a KanbanJobTmpPickList record from a source record. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.protmethod(en-us,AX.60).gif initKanbanItemPegging Initializes the item pegging of a kanbanJobTmpPickList record. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.protmethod(en-us,AX.60).gif initKanbanJobSupplyStatus Initializes the supply status of a kanbanJobTmpPickList record. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.protmethod(en-us,AX.60).gif initQuantities Initializes the quantity fields of a KanbanJobTmpPickList record. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.protmethod(en-us,AX.60).gif inventDimId Retrieves the current inventory dimension ID. (Overrides the inventDimId Method.)
Gg757923.protmethod(en-us,AX.60).gif issueInventTransOriginId Retrieves the current inventory transaction origin. (Overrides the issueInventTransOriginId Method.)
Gg757923.protmethod(en-us,AX.60).gif itemId Retrieves the current item ID. (Overrides the itemId Method.)
Gg757923.protmethod(en-us,AX.60).gif lineType Retrieves the current line type. (Overrides the lineType Method.)
Gg757923.pubmethod(en-us,AX.60).gif load Loads the KanbanJobTmpPickList records into a packed list. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.protmethod(en-us,AX.60).gif new Initializes a new instance of the KanbanJobTmpPickListLoader class. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.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.)
Gg757923.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.)
Gg757923.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg757923.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg757923.pubmethod(en-us,AX.60).gif parmContainerKanbanJobs Gets or sets the ContainerKanbanJobs parameter. (Inherited from KanbanJobTmpPickListLoader.)
Gg757923.protmethod(en-us,AX.60).gif quantity Retrieves the current quantity. (Overrides the quantity Method.)
Gg757923.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg757923.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg757923.protmethod(en-us,AX.60).gif unitId Retrieves the current unit ID. (Overrides the unitId Method.)
Gg757923.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.)
Gg757923.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg757923.protmethod(en-us,AX.60).gif wmsOrderQuantity Determines the inventory quantity of open output orders that are related to the current record. (Overrides the wmsOrderQuantity Method.)
Gg757923.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg757923.privmethod(en-us,AX.60).gif Gg757923.static(en-us,AX.60).gif ::construct Initializes a new instance of the KanbanJobTmpPickListLoaderTransfer class.
Gg757923.pubmethod(en-us,AX.60).gif Gg757923.static(en-us,AX.60).gif ::newStandard

Top

Inheritance Hierarchy

Object Class
  KanbanJobTmpPickListLoader Class
    KanbanJobTmpPickListLoaderTransfer Class