WHSInventBatchReserveQueryBuilder Class [AX 2012]

The WHSInventBatchReserveQueryBuilder class is used to build aQuery sorted by batch values for selecting quantities and dimensions for reservation from the WHSInventReserve table.

class WHSInventBatchReserveQueryBuilder extends WHSInventReserveQueryBuilder

Run On

Called

  MethodDescription
Dn691624.protmethod(en-us,AX.60).gif addBatchOrderByFields Adds sort sequence on batch for FEFO queries. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.protmethod(en-us,AX.60).gif addGroupByFields
Dn691624.protmethod(en-us,AX.60).gif addInventDimDS Adds and returns a datasource for the InventDim table. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.protmethod(en-us,AX.60).gif addRangesToInventReserveQBDS (Inherited from WHSInventReserveQueryBuilder.)
Dn691624.protmethod(en-us,AX.60).gif addSelectionFields
Dn691624.protmethod(en-us,AX.60).gif addWHSInventReserveDeltaDSNotExist Adds and returns a datasource for the WHSInventReserveDelta table. (Inherited from WHSInventReserveQueryBuilder.)
Dn691624.protmethod(en-us,AX.60).gif addWHSInventReserveDS Adds and returns a datasoruce for the WHSInventReserve table. (Inherited from WHSInventReserveQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif buildOnHandQuery Returns a query that selects the on-hand that can be used for reservation. (Overrides the buildOnHandQuery Method.)
Dn691624.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn691624.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn691624.protmethod(en-us,AX.60).gif getAvailRange Create range value for min avail. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn691624.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn691624.protmethod(en-us,AX.60).gif initQuery (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.protmethod(en-us,AX.60).gif new Initializes a new instance of the WHSInventBatchReserveQueryBuilder class. (Overrides the new Method.)
Dn691624.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.)
Dn691624.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.)
Dn691624.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn691624.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn691624.pubmethod(en-us,AX.60).gif parmAdvancedCriteria Gets or sets the AdvancedCriteria parameter.
Dn691624.pubmethod(en-us,AX.60).gif parmExcludeSumWithDeltaRecords Gets or sets the ExcludeSumWithDeltaRecords parameter. (Inherited from WHSInventReserveQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmGroupByBatchId Gets or sets the GroupByBatchId parameter.
Dn691624.pubmethod(en-us,AX.60).gif parmIncludeOrdered Gets or sets the IncludeOrdered parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmIncludePhysical Gets or sets the IncludePhysical parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmInventDimCriteria Gets or sets the InventDimCriteria parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmInventDimParmCriteria Gets or sets the InventDimParmCriteria parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmItemId Gets or sets the ItemId parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmMinAvailQty Gets or sets the MinAvailQty parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmReservationHierarchyLevel Gets or sets the ReservationHierarchyLevel parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmSortByBatch Gets or sets the SortByBatch parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif parmTtsId Gets or sets the TtsId parameter. (Inherited from WHSInventReservationQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn691624.pubmethod(en-us,AX.60).gif sumTableId Returns the tableId of the WHSInventReserve table. (Inherited from WHSInventReserveQueryBuilder.)
Dn691624.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn691624.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.)
Dn691624.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn691624.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn691624.pubmethod(en-us,AX.60).gif Dn691624.static(en-us,AX.60).gif ::construct Initializes a new instance of the WHSInventBatchReserveQueryBuilder class.
Dn691624.pubmethod(en-us,AX.60).gif Dn691624.static(en-us,AX.60).gif ::newExcludeSumWithDeltaRecords
Dn691624.pubmethod(en-us,AX.60).gif Dn691624.static(en-us,AX.60).gif ::newFromParameters Instantiates a new instance of this class based on the arguments.
Top

Community Additions

ADD
Show: