WHSInventReserveQueryBuilder Class [AX 2012]

The WHSInventReserveQueryBuilder class is used to build aQuery for selecting quantities and dimensions for reservation from the WHSInventReserve table.

class WHSInventReserveQueryBuilder extends WHSInventReservationQueryBuilder

Run On

Called

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

Community Additions

ADD
Show: