WHSLocationLimitAccessor Class [AX 2012]
The WHSLocationLimitCache class provides a cached access to the data in the WHSLocationLimit table.
| Method | Description | |
|---|---|---|
| cacheScope | Gets the scope that this class uses in the global object cache. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearCache | Clears the entire cache. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| makeCacheKey | Constructs the key for storing the results in the global object cache from parameters passed to the retrieveQty method. |
| new | Initializes a new instance of the WHSLocationLimitAccessor class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| retrieveQty | Find the location stock limit. |
| retrieveQtyNoCache | Find the location stock limit without trying to look it up in the cache. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WHSLocationLimitAccessor class. |
Community Additions
ADD
Show: