SpecTransCache Class [AX 2012]
Provides caching of SpecTrans records.
| Method | Description | |
|---|---|---|
| add | Adds the SpecTrans record to the cache. |
| addAsMissing | Adds the reference to the cache for tracking missing records. |
| addMarkedByOtherSpecInfo | Adds information to the cache about whether a SpecTrans record has been marked by another SpecTrans record. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearFullSettlement | Clears variables that are used for tracking the SpecTrans record in the cache marked for full settlement. |
| clearMarkedPayment | Clears variables that are used for tracking the SpecTrans record in the cache marked as primary payment. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| get | Gets the SpecTrans record from the cache. |
| getAllSpecTransMap | Gets a Map that contains all the SpecTrans records in the cache. |
| getFullSettlementSpecTrans | Gets the SpecTrans record in the cache marked for full settlement. |
| getMarkedByOtherSpec | Determines whether the status of the cache for whether a SpecTrans record is already marked by another SpecTrans record. |
| getMarkedPaymentSpecTrans | Gets the SpecTrans record from the cache marked as primary payment. |
| getSpecTransCount | Gets a count of the SpecTrans records currently tracked in the cache. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeCache | Initializes the objects used for the cache. |
| inMissingCache | Determines whether the given reference is tracked in the cache of transactions without a related SpecTrans record. |
| new | Performs initialization for the SpecTransCache 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.) |
| pack | Serializes the current instance of the SpecTransCache class. |
| remove | Removes the SpecTrans record from the cache. |
| removeAll | Removes all SpecTrans records from the cache. |
| removeAsMissing | Removes the references to the objects from 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.) |
| unpack | Deserializes the _pack parameter value to an instance of the SpecTransCache class. |
| update | Updates the SpecTrans record in the cache. |
| 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.) |
| ::create |
Community Additions
ADD
Show: