ReqDemPlanAccuracyExcelFileGenerator Class [AX 2012]

The ReqDemPlanAccuracyExcelFileGenerator class is responsible for generating the Microsoft Excel file that is used to view forecast accuracy data.

Syntax

class ReqDemPlanAccuracyExcelFileGenerator extends ReqDemPlanExcelFileGenerator

Run On

Called

Methods

  Method Description
Dn691986.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn691986.protmethod(en-us,AX.60).gif cleanup Execute subclass-specific clean up logic after excel file generation is done. (Overrides the cleanup Method.)
Dn691986.protmethod(en-us,AX.60).gif containerToEnumerable Creates an enumerable that has the same contents as the given container. (Inherited from ReqDemPlanExcelFileGenerator.)
Dn691986.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn691986.protmethod(en-us,AX.60).gif generate Generates the Excel file. (Overrides the generate Method.)
Dn691986.protmethod(en-us,AX.60).gif getDateCubeField Gets the date dimension field name, based on the specified granularity. (Inherited from ReqDemPlanExcelFileGenerator.)
Dn691986.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn691986.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn691986.protmethod(en-us,AX.60).gif hideAllSheets Hides all worksheets in the Excel document. (Inherited from ReqDemPlanExcelFileGenerator.)
Dn691986.pubmethod(en-us,AX.60).gif new Initializes a new instance of this class. (Overrides the new Method.)
Dn691986.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.)
Dn691986.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.)
Dn691986.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn691986.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn691986.pubmethod(en-us,AX.60).gif run Generates the Excel file. (Inherited from ReqDemPlanExcelFileGenerator.)
Dn691986.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn691986.protmethod(en-us,AX.60).gif showSheetWithRange Makes sure that the worksheet that contains the range that has the given name is visible. (Inherited from ReqDemPlanExcelFileGenerator.)
Dn691986.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn691986.protmethod(en-us,AX.60).gif updateInformationSheet Updates the "Accuracy information" worksheet with details from the generated forecsat.
Dn691986.protmethod(en-us,AX.60).gif updateInformationSheetFilters Updates query filters in excel information sheet. (Inherited from ReqDemPlanExcelFileGenerator.)
Dn691986.protmethod(en-us,AX.60).gif updatePivotTable Updates the pivot table with a connection string that points to the cube and adds relevant fields to it.
Dn691986.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.)
Dn691986.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn691986.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn691986.pubmethod(en-us,AX.60).gif Dn691986.static(en-us,AX.60).gif ::generateOnClient Generates the Excel file on the client tier.
Dn691986.pubmethod(en-us,AX.60).gif Dn691986.static(en-us,AX.60).gif ::generateOnServer Generates the Excel file on the server tier.
Dn691986.pubmethod(en-us,AX.60).gif Dn691986.static(en-us,AX.60).gif ::newStandard Creates a new instance of this class.

Top

Inheritance Hierarchy

Object Class
  ReqDemPlanExcelFileGenerator Class
    ReqDemPlanAccuracyExcelFileGenerator Class