BudgetControlRuleManager Class [AX 2012]

The BudgetControlRuleManager class manages the budget control rules.

Syntax

class BudgetControlRuleManager implements SysPackable

Run On

Called

Methods

  Method Description
Gg762719.pubmethod(en-us,AX.60).gif addGreaterThan Adds a greater than criteria for the specified dimension attribute.
Gg762719.pubmethod(en-us,AX.60).gif addLessThan Adds a less than criteria for the specified dimension attribute.
Gg762719.pubmethod(en-us,AX.60).gif addRange Adds a range criteria for the specified dimension attribute.
Gg762719.pubmethod(en-us,AX.60).gif addWildcard Adds a wildcard criteria for the specified dimension attribute.
Gg762719.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif clearAllCriteria Removes all the criteria items.
Gg762719.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif getRuleId Gets the record ID of the BudgetControlRule record.
Gg762719.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg762719.protmethod(en-us,AX.60).gif initialize Initializes the BudgetControlRuleManager class.
Gg762719.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetControlRuleManager class.
Gg762719.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the BudgetControlRuleManager class.
Gg762719.pubmethod(en-us,AX.60).gif parmBudgetCycleTimeSpan Gets or sets the BudgetCycleTimeSpan parameter.
Gg762719.pubmethod(en-us,AX.60).gif parmBudgetInterval Gets or sets the BudgetInterval parameter.
Gg762719.pubmethod(en-us,AX.60).gif parmBudgetResponsibleUser Gets or sets the BudgetResponsibleUser parameter.
Gg762719.pubmethod(en-us,AX.60).gif parmBudgetThresholdPercent Gets or sets the BudgetThresholdPercent parameter.
Gg762719.pubmethod(en-us,AX.60).gif parmDescription Gets or sets the Description parameter.
Gg762719.pubmethod(en-us,AX.60).gif parmName Gets or sets the Name parameter.
Gg762719.pubmethod(en-us,AX.60).gif removeCriteria Removes the criteria for the specified dimension attribute.
Gg762719.pubmethod(en-us,AX.60).gif save Saves the budget control rule.
Gg762719.privmethod(en-us,AX.60).gif savePrivate Saves the budget control rule.
Gg762719.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the BudgetControlRuleManager class.
Gg762719.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif validate Validates the BudgetControlRule record.
Gg762719.privmethod(en-us,AX.60).gif validateConfigurationEditPermitted Determines whether the edit of the budget control configuration is permitted.
Gg762719.protmethod(en-us,AX.60).gif validateCriteria Validates the criteria.
Gg762719.privmethod(en-us,AX.60).gif validateName Determines whether the Name field of the BudgetControlRule record is valid.
Gg762719.privmethod(en-us,AX.60).gif validateOverrideResponsibleUser Indicates whether the override responsible user is valid.
Gg762719.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg762719.pubmethod(en-us,AX.60).gif Gg762719.static(en-us,AX.60).gif ::construct Constructs an instance of the BudgetControlRuleManager class.
Gg762719.pubmethod(en-us,AX.60).gif Gg762719.static(en-us,AX.60).gif ::create Creates an instance of the BudgetControlRuleManager class from a packed copy.
Gg762719.pubmethod(en-us,AX.60).gif Gg762719.static(en-us,AX.60).gif ::createBudgetControlRule Creates a BudgetControlRule record.
Gg762719.privmethod(en-us,AX.60).gif Gg762719.static(en-us,AX.60).gif ::createBudgetControlRuleServer Creates a BudgetControlRule record.
Gg762719.pubmethod(en-us,AX.60).gif Gg762719.static(en-us,AX.60).gif ::delete Deletes the BudgetControlRule record and the associated BudgetControlRuleCriteria records.
Gg762719.pubmethod(en-us,AX.60).gif Gg762719.static(en-us,AX.60).gif ::deleteRuleForInUseChange Deletes the BudgetControlRule record for the specified budget control configuration that was temporarily committed as part of the new rule setup process.
Gg762719.privmethod(en-us,AX.60).gif Gg762719.static(en-us,AX.60).gif ::saveOnServer
Gg762719.pubmethod(en-us,AX.60).gif Gg762719.static(en-us,AX.60).gif ::validateNameForConfiguration Validates the name of a BudgetControlRule record for the budget control configuration.

Top

Inheritance Hierarchy

Object Class
  BudgetControlRuleManager Class