BudgetAvailableBalanceLedgerDimension Class [AX 2012]

The BudgetAvailableBalanceLedgerDimension class is designed to provide budgetary control category aggregations for a ledger dimension by using a specified BudgetModel reference, a starting interval date, and an ending interval date.

Syntax

class BudgetAvailableBalanceLedgerDimension extends BudgetAvailableBalance

Run On

Called

Methods

  Method Description
Gg747032.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg747032.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg747032.protmethod(en-us,AX.60).gif executeBudgetControlCategorySumAllQuery Executes the BudgetControlCategorySumAll query and the BudgetControlRelievingCategorySumAll query. (Inherited from BudgetAvailableBalance.)
Gg747032.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. (Inherited from BudgetAvailableBalance.)
Gg747032.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg747032.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg747032.protmethod(en-us,AX.60).gif initialize Initializes the internal properties of an instance of the BudgetAvailableBalanceLedgerDimension class.
Gg747032.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetAvailableBalanceLedgerDimension class. (Overrides the new Method.)
Gg747032.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.)
Gg747032.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.)
Gg747032.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg747032.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg747032.protmethod(en-us,AX.60).gif prepareBudgetControlCategorySumAllQuery Prepares the BudgetControlCategorySumAll query for use by the aggregation calculation. (Overrides the prepareBudgetControlCategorySumAllQuery Method.)
Gg747032.protmethod(en-us,AX.60).gif prepareDynamicQuery Copies the query ranges from the dynamic query to the BudgetControlCategorySumAll query. (Inherited from BudgetAvailableBalance.)
Gg747032.protmethod(en-us,AX.60).gif prepareQueryRangeValues Prepares the query range values by using the supplied parameters. (Overrides the prepareQueryRangeValues Method.)
Gg747032.protmethod(en-us,AX.60).gif prepareRelievingCategorySumAllQuery Prepares the BudgetControlRelievingCategorySumAll query for use by the aggregation calculation. (Overrides the prepareRelievingCategorySumAllQuery Method.)
Gg747032.protmethod(en-us,AX.60).gif prepareRelievingQueryRangeValues Sets the value for category query build range which is part of the BudgetControlRelievingCategorySum query. (Overrides the prepareRelievingQueryRangeValues Method.)
Gg747032.protmethod(en-us,AX.60).gif setBudgetPeriodBalanceAmount Sets the aggregated accounting currency amounts for the specified BudgetPeriodBalance instance. (Inherited from BudgetAvailableBalance.)
Gg747032.protmethod(en-us,AX.60).gif setBudgetPeriodBalanceReliefAmount Sets the aggregated accounting currency relief amounts for the specified BudgetPeriodBalance instance. (Inherited from BudgetAvailableBalance.)
Gg747032.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg747032.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg747032.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.)
Gg747032.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg747032.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg747032.pubmethod(en-us,AX.60).gif Gg747032.static(en-us,AX.60).gif ::construct Initializes a new instance of the BudgetAvailableBalanceLedgerDimension class.

Top

Inheritance Hierarchy

Object Class
  BudgetAvailableBalance Class
    BudgetAvailableBalanceLedgerDimension Class