LedgerDerivedFinHierarchyRuleStorage Class [AX 2012]
The LedgerDerivedFinHierarchyRuleStorage class manages the storage of derived financial hierarchy rules.
| Method | Description | |
|---|---|---|
| addCriteria | Adds a criteria for the specified dimension. |
| addGreaterThan | Adds a greater than criteria for the specified dimension. |
| addLessThan | Adds a less than criteria for the specified dimension. |
| addRange | Adds a range criteria for the specified dimension. |
| addWildcard | Adds a wildcard criteria for the specified dimension. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearAllCriteria | Removes all criteria items. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| find | Initializes the class for the specified rule identified by derived financial hierarchy ID. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the class instance for the specified values. |
| isDimensionRestricted | Checks if the rule has a criteria for the specified dimension attribute. |
| new | Initializes a new instance of the LedgerDerivedFinHierarchyRuleStorage 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.) |
| save | Creates or updates the rule criteria records that represent the rule specified. |
| savePrivate | Creates or updates the rule criteria records that represent the rule specified. |
| 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.) |
| ::construct | Constructs and returns an instance of the LedgerDerivedFinHierarchyRuleStorage class for the specified values. |
| ::delete | Deletes the rule criteria records associated with specified derived financial hierarchy ID. |
| ::findById | Returns an instance of LedgerDerivedFinHierarchyRulestorage class for the rule criteria specified by derived financial hierarchy ID. |
| ::saveOnServer |
Community Additions
ADD
Show: