InventSameBatchReserveCheck Class [AX 2012]

The InventSameBatchReserveCheck class is responsible for verification of whether it's possible to reserve an inventory movement that has same batch reservation requirements.

Syntax

class InventSameBatchReserveCheck implements InventISameBatchReserveCheck

Run On

Called

Methods

  Method Description
Dn669359.pubmethod(en-us,AX.60).gif alreadyReservedBatch Fetches the batch that has already been reserved for the inventory movement.
Dn669359.pubmethod(en-us,AX.60).gif batchCriteria Gets the specific batch that has to be reserved based on the parameters of the reservation check.
Dn669359.pubmethod(en-us,AX.60).gif calculateAvailableQtyCriteria Calculates the criteria for the quantity that has to be available for the reservation check to succeed.
Dn669359.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn669359.privmethod(en-us,AX.60).gif checkFailed
Dn669359.pubmethod(en-us,AX.60).gif checkRequestedBatch Verifies that the requested batch does not have any conflicts with the batch that has already been reserved for the movement.
Dn669359.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn669359.pubmethod(en-us,AX.60).gif findAvailableBatch Finds the batch that satisfies the parameters of the check.
Dn669359.pubmethod(en-us,AX.60).gif findBatchCriteria Finds the specific batch that has to be reserved based on the parameters of the reservation check.
Dn669359.pubmethod(en-us,AX.60).gif findRequestedBatch Finds the requested batch based on the requested inventory dimensions parameter of the check.
Dn669359.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn669359.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn669359.pubmethod(en-us,AX.60).gif isBatchAvailable Verifies if the specified batch is available based on the parameters of the check.
Dn669359.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn669359.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.)
Dn669359.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.)
Dn669359.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn669359.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn669359.pubmethod(en-us,AX.60).gif parmAvailableQtyCriteria Gets or sets the AvailableQtyCriteria parameter.
Dn669359.pubmethod(en-us,AX.60).gif parmCriteriaBuilder Gets or sets the CriteriaBuilder parameter.
Dn669359.pubmethod(en-us,AX.60).gif parmInventDimParmRequested Gets or sets the InventDimParmRequested parameter.
Dn669359.pubmethod(en-us,AX.60).gif parmInventDimRequested Gets or sets the InventDimRequested parameter.
Dn669359.pubmethod(en-us,AX.60).gif parmMovement Gets or sets the Movement parameter.
Dn669359.pubmethod(en-us,AX.60).gif parmShowInfo Gets or sets the ShowInfo parameter.
Dn669359.pubmethod(en-us,AX.60).gif requestedBatch Gets the requested batch based on the requsted inventory dimensions parameter of the check.
Dn669359.pubmethod(en-us,AX.60).gif run Runs the same batch reservation check.
Dn669359.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn669359.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn669359.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.)
Dn669359.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn669359.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn669359.pubmethod(en-us,AX.60).gif Dn669359.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventSameBatchReserveCheck class.
Dn669359.pubmethod(en-us,AX.60).gif Dn669359.static(en-us,AX.60).gif ::newFromDim Creates a new instance of the same batch reservation check class.
Dn669359.pubmethod(en-us,AX.60).gif Dn669359.static(en-us,AX.60).gif ::newFromMovement Creates a new instance of the same batch reservation check class.

Top

Inheritance Hierarchy

Object Class
  InventSameBatchReserveCheck Class
    WHSInventSameBatchReserveCheck Class