DimensionProviderBase Interface [AX 2012]
| Method | Description | |
|---|---|---|
| addAttributeFilterToQuery | Adds the appropriate joins and filters to a query to filter results by a specific dimension attribute and value. |
| addAttributeRangeToQuery | Adds the appropriate joins and ranges to a query to filter results by a specific dimension attribute and value. |
| addDataSourceToQuery | Adds the appropriate joins to the query to pivot the specified dimension information as a column on the query. |
| addOrderByAttribute | Sorts the specified query by the specified dimension information. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearDimensionRangesFromQuery | Clears all ranges related to the dimension field in the input query. |
| enableDimensionRangeOnQuery | Enables a disabled range that is related to the dimension field in the input query. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAttributeValueFromQueryRun | Retrieves the value of the specified dimension from the QueryRun object and authorization information. |
| getAttributeValueLocFromQueryRun | Gets the location of the dimension information from the specified query. |
| getAttributeValueNameFromQueryRun | Retrieves the name of the specified dimension from the QueryRun object and authorization information. |
| getDimensionAttributeNames | Retrieves a list of the names of all dimension attributes. |
| getDimensionAttributesFromFocus | Retrieves a list of the names of all dimension attributes in the specified focus. |
| getDimensionFiltersFromQuery | Gets the list of all dimension filters in a query. |
| getDimensionFocusNames | Retrieves a list of the dimension focuses. |
| getDimensionOrderBysFromQuery | Retrieves the list of all dimension order bys in a query. |
| getDimensionRangesFromQuery | Gets the list of all dimension ranges in a query. |
| getDisplayStringForAttributeValue | Retrieves the display string for the specified DimensionAttributeValue record. |
| getDisplayValueEDTName | Retrieves the name of the extended data type that is used for denormalized display values. |
| getStringValueFromCursor | Retrieves a string that represents the concatenated dimension information from the specified field. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValueQueryForDimensionAttribute | Constructs a query for the specified table with a pivoted column for the specified dimension. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isDenormalizedValueAvailableForEDT | Retrieves whether a denormalized combination string exists for the specified dimension type. |
| isDimensionDatasource | Validates that the input data source is a dimension data source. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| 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.) |
Community Additions
ADD
Show: