Share via


BudgetAvailableBalance Class [AX 2012]

The BudgetAvailableBalance class provides common logic that is used to get the budget funds that are available based on the specified BudgetModel record, a starting interval date, and an ending interval date.

Syntax

class BudgetAvailableBalance

Run On

Called

Methods

  Method Description
Gg773319.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg773319.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg773319.protmethod(en-us,AX.60).gif executeBudgetControlCategorySumAllQuery Executes the BudgetControlCategorySumAll query and the BudgetControlRelievingCategorySumAll query.
Gg773319.pubmethod(en-us,AX.60).gif getBudgetControlCategorySumAll Gets a BudgetPeriodBalance instance that contains the aggregated amounts for all budget control categories with both draft and confirmed status for the specified BudgetModel record.
Gg773319.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg773319.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg773319.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetAvailableBalance class.
Gg773319.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.)
Gg773319.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.)
Gg773319.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg773319.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg773319.protmethod(en-us,AX.60).gif prepareBudgetControlCategorySumAllQuery Prepares the BudgetaryControlCategorySumAll query.
Gg773319.protmethod(en-us,AX.60).gif prepareDynamicQuery Copies the query ranges from the dynamic query to the BudgetControlCategorySumAll query.
Gg773319.protmethod(en-us,AX.60).gif prepareQueryRangeValues Prepares the query range values by using the specified parameters.
Gg773319.protmethod(en-us,AX.60).gif prepareRelievingCategorySumAllQuery Prepares the BudgetControlRelievingCategorySumAll query.
Gg773319.protmethod(en-us,AX.60).gif prepareRelievingQueryRangeValues Sets the value for category query build range which is part of BudgetControlRelievingCategorySum query.
Gg773319.protmethod(en-us,AX.60).gif setBudgetPeriodBalanceAmount Sets the aggregated accounting currency amounts for the specified BudgetPeriodBalance instance.
Gg773319.protmethod(en-us,AX.60).gif setBudgetPeriodBalanceReliefAmount Sets the aggregated accounting currency relief amounts for the specified BudgetPeriodBalance instance.
Gg773319.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg773319.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg773319.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.)
Gg773319.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg773319.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg773319.pubmethod(en-us,AX.60).gif Gg773319.static(en-us,AX.60).gif ::getBudgetModelQueryRangeValue
Gg773319.pubmethod(en-us,AX.60).gif Gg773319.static(en-us,AX.60).gif ::getCategoryIncludeCarryforwardQueryValue Gets a query range value String to include carry-forward amounts for calculating available budget funds for the specified budget control category.
Gg773319.pubmethod(en-us,AX.60).gif Gg773319.static(en-us,AX.60).gif ::getCategoryStatusQueryRangeStr Gets the query range value String for the status and category.
Gg773319.pubmethod(en-us,AX.60).gif Gg773319.static(en-us,AX.60).gif ::getIncludeCarryforwardQueryValueStr Gets a query range value String to include carry-forward amounts for calculating available budget funds.
Gg773319.protmethod(en-us,AX.60).gif Gg773319.static(en-us,AX.60).gif ::getIsSimulationQueryRangeValueStr Gets the query range value String for the simulation status.
Gg773319.pubmethod(en-us,AX.60).gif Gg773319.static(en-us,AX.60).gif ::getRelievedCategoryStatusQueryRangeStr Gets the query range value String for the status and category for the relieved budget funds calculation.
Gg773319.protmethod(en-us,AX.60).gif Gg773319.static(en-us,AX.60).gif ::getStatusQueryRangeValueStr Gets the query range value String for the status.

Top

Inheritance Hierarchy

Object Class
  BudgetAvailableBalance Class
    BudgetAvailableBalanceGroup Class
    BudgetAvailableBalanceLedgerDimension Class