DimensionMRUProvider Class [AX 2012]
The DimensionMRUProvides class provides most recently used information for the dimensions entry control.
| Method | Description | |
|---|---|---|
| addCombination | Adds the specified combination of values to the most recently used list for the specified hierarchy. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createValueCollectionFromContainer | Creates an instance of the MRUValueCollection object from a container of values. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAccountStructures | Gets possible account structures based on the segment values that have been entered. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValues | Gets the most recently used values for a specified segment based on the segment values that have been entered. |
| getValuesForAllAccountStructures | Gets the most recently used values for a specified segment based on the segment values that have been entered. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the DimensionMRUProvider 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 DimensionMRUProvider class. |
| parmVersion | Gets or sets the Version parameter. |
| removeCombination | Removes the specified combination of values from the most recently used list for the specified hierarchy. |
| removeHierarchy | Removes all of the most recently used data for the specified hierarchy. |
| removeValue | Removes the specified value from the most recently used list for the specified hierarchy. |
| saveForUser | Saves the current instance of the most recently used provider for the specified user. |
| setMRUProvider | |
| setTagStore | |
| 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.) |
| ::cacheSavedVersion | Caches the version of the data that is persisted in the SysLastValue table when the provider was loaded. |
| ::construct | |
| ::constructFromPackedInstance | Deserializes the _packedInstance parameter and constructs a new instance of the DimensionMRUProvider class. |
| ::getCachedVersion | Retrieves the cached value of the version for the data that is persisted in the SysLastValue table. |
| ::getInstance | Retrieves an instance of the DimensionMRUProvider class for the current client session. |
| ::getSavedVersion | Retrives the version of the most recently used data persisted in the SysLastValue table. |
| ::removeHierarchyForAllUsers | Removes the most recently used data for the specified hierarchy for all users. |
| ::saveInstance | Persists the current instance of the DimensionMRUProvider class information to the database. |
Community Additions
ADD
Show: