BudgetControlStatisticsManager Class [AX 2012]

Syntax

class BudgetControlStatisticsManager

Run On

Called

Methods

  Method Description
Gg184105.protmethod(en-us,AX.60).gif addBudgetBudgetPeriodBalancesListToCache Adds a list of instances of the BudgetPeriodBalance class to the cache.
Gg184105.privmethod(en-us,AX.60).gif apportionmentBudgetStatisticsAmount Gets the apportionment AmountMST aggregation based on the BudgetParameters table.
Gg184105.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg184105.protmethod(en-us,AX.60).gif copyBudgetPeriodBalanceToTmpTable Gets an instance of the BudgetPeriodBalance class and copies the aggregated AmountMST values to a BudgetTmpControlStatistics buffer.
Gg184105.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg184105.pubmethod(en-us,AX.60).gif fillBudgetTmpControlStatistics Fills the BudgetTmpControlStatistics table buffer with the aggregated AmountMST values that are present in an instance of the BudgetPeriodBalance class.
Gg184105.pubmethod(en-us,AX.60).gif fillBudgetTmpControlStatisticsForReport Fills up the BudgetTmpControlStatistics table buffer with the aggregated AmountMST values present in the BudgetPeriodBalance object.
Gg184105.pubmethod(en-us,AX.60).gif getBudgetAvailableExpression
Gg184105.protmethod(en-us,AX.60).gif getBudgetControlStatisticsData Gets the list that contains the instances of the BudgetPeriodBalance class.
Gg184105.protmethod(en-us,AX.60).gif getBudgetControlStatisticsDataForReport Gets a list that contains instances of the BudgetPeriodBalance class.
Gg184105.privmethod(en-us,AX.60).gif getBudgetPeriodBalancesFromCache Gets a list that contains instances of the BudgetPeriodBalance class from the cache.
Gg184105.protmethod(en-us,AX.60).gif getCacheKey Gets the cache key to access the BudgetPeriodBalance objects cache.
Gg184105.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg184105.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg184105.protmethod(en-us,AX.60).gif initializeBudgetPeriodBalanceListCache
Gg184105.pubmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetControlStatisticsManager class.
Gg184105.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.)
Gg184105.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.)
Gg184105.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg184105.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg184105.pubmethod(en-us,AX.60).gif resetAccumulatedValues
Gg184105.pubmethod(en-us,AX.60).gif setBudgetTmpControlStatisticsAmount Calculates the values of various total amounts and sets those values in the specified temporary table reference.
Gg184105.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg184105.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg184105.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.)
Gg184105.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg184105.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg184105.privmethod(en-us,AX.60).gif Gg184105.static(en-us,AX.60).gif ::getBudgetControlStatisticsDataServer Creates a packed list of the BudgetPeriodBalance objects which have the aggregated AmountMST values.
Gg184105.privmethod(en-us,AX.60).gif Gg184105.static(en-us,AX.60).gif ::getBudgetControlStatsDataForReportServer Creates a List that is packed of BudgetPeriodBalance instances, which has the aggregated AmountMST values.
Gg184105.pubmethod(en-us,AX.60).gif Gg184105.static(en-us,AX.60).gif ::getDimensionFocus Gets the dimension focus display value, depending on the specified ledger dimension and focus name.
Gg184105.pubmethod(en-us,AX.60).gif Gg184105.static(en-us,AX.60).gif ::getLedgerDimensionBudgetControl Gets the first ledger dimension that matches the dimension display value where the ledger dimension type is BudgetControl and where budget source tracking details exist for the current primary ledger.
Gg184105.pubmethod(en-us,AX.60).gif Gg184105.static(en-us,AX.60).gif ::prepareQueryForControlStatsDrillDown Adds the DimensionAttributeValueCombination and BudgetGroupLedgerDimension table data sources to the passed in query, which is based on the BudgetTmpControlStatistics record values.

Top

Inheritance Hierarchy

Object Class
  BudgetControlStatisticsManager Class