DimensionCache Class [AX 2012]
The DimensionCache class caches dimension information.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| constructSingleAccountStructure | Retrieves an instance of the DimensionStorage object populated with information from the account structure. |
| dimensionAttributeBackingTable | Retrieves the backing table for the specified dimension attribute. |
| dimensionAttributeByHierarchyAndIndex | Retrieves the dimension attribute at the specified segment in the hierarchy. |
| dimensionAttributeHasCategorization | Checks whether the specified dimension attribute applies categorization. |
| dimensionAttributeKeyField | Retrieves the ID of the key field for the specified dimension attribute. |
| dimensionAttributeNameField | Retrieves the ID of the name field for the specified dimension attribute. |
| dimensionAttributeValueField | Retrieves the ID of the value field for the specified dimension attribute. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAccountStructureCommonDepth | Calculates the number of common segments in all account structures for the current company. |
| getAccountStructureCount | Counts the number of account structures active in the current company. |
| getHashKeyForHierarchy | Gets the hash key for the specified hierarchy. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the DimensionCache class. |
| nonMainAccountAttributesExist | Determines whether any record in the DimensionAttribute table is not linked to the main account. |
| 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.) |
| relationshipConstraintsExist | Counts the number of account structures that are active in the current company. |
| 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.) |
| ::addHierarchyLevelAttributesToCollection | Adds the dimension attributes that are used in the specified structure to an instance of the DimensionAttributeCollection class. |
| ::balancingDimensionsExist | Checks whether balancing dimensions exist. |
| ::clearAllScopes | |
| ::clearAllScopesServer | |
| ::clearLedgerDimensionCache | Deletes all cache entries that are associated with ledger dimensions. |
| ::clearScope | |
| ::clearScopeServer | |
| ::currentDimensionValueLanguageId | Gets the current language ID that is used to translate dimension values. |
| ::getCacheScopeStr | |
| ::getDimAttributeCollectionForStructure | Retrieves a collection of dimension attributes that are used in the account structures and rules for the specified account structure. |
| ::getDimensionAttributeSetForLedger | Retrieves the dimension attributes that are used in the account structures and rules for the specified ledger. |
| ::getValue | |
| ::insertValue | |
| ::instance | Gets the single instance of the dimension cache for the client session. |
| ::onHierarchyChanged | Deletes all cache entries that are affected by the hierarchy changes. |
| ::removeValue | Removes the value specified by the key from the dimension cache scope. |
| ::valueExists |
Community Additions
ADD
Show: