DimensionTopicsPrioritizer Class [AX 2012]
The DimensionTopicsPrioritizer class handles the manipulation and querying of dimension topic sorting.
| Method | Description | |
|---|---|---|
| addDimensionTopic | Adds a DimensionTopic object to the priority list. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| dimensionTopic2Priority | Searches the priority list for a DimensionTopic class that matches the argument. |
| elements | Retrieves the number of elements in the list. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findDimensionTopic | Searches the priority list for a DimensionTopic class that matches the argument. |
| findPriority | Retrieves the DimensionTopic object with a specific priority. |
| firstDimensionTopic | Retrieves the DimensionTopic object with the highest priority. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTopicsEnumerator | |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasDimensionTopic | Searches the priority list for a DimensionTopic object that matches the DimensionTopic object that is supplied as an argument. |
| initDimensionTopicsList | Initializes the priority list. |
| initFromHierarchy | Initializes the priority list with values from a DimensionHierarchy record buffer. |
| lastDimensionTopic | Retrieves the DimensionTopic object with the lowest priority. |
| new | Initializes a new instance of the DimensionTopicsPrioritizer class. |
| nextDimensionTopic | Retrieves the DimensionTopic object with the next priority from the specified DimensionTopic 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.) |
| pack | Serializes the current instance of the DimensionTopicsPrioritizer class. |
| previousDimensionTopic | Retrieves the DimensionTopic object with the previous priority, given the specified DimensionTopic object argument. |
| priorityDimensionAttributeIdSet | Retrieves a set with dimension attribute IDs that are covered by the priority list. |
| removeDimensonTopic | Removes a DimensionTopic object from the priority list. |
| reset | Resets the object by reinitializing the priority list. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sortedDimensionTopics | Retrieves the priority list. |
| toString | Retrieves a string representation of the prioritized DimensionTopic objects, for example, "Cost Center - Ledger Account - Department". |
| unpack | Deserializes the packedClass parameter value to an instance of the DimensionTopicsPrioritizer class. |
| 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 | |
| ::create | Creates an instance of the DimensionTopicsPrioritizer class from the specified container. |
Community Additions
ADD
Show: