ReqDemPlanExcelFileGenerator Class [AX 2012]

The ReqDemPlanExcelFileGenerator class is a base class for classes that are responsible for generating Microsoft Excel file that is used to view data from demand planning cubes.

Syntax

class ReqDemPlanExcelFileGenerator

Run On

Called

Methods

  Method Description
Dn692143.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn692143.protmethod(en-us,AX.60).gif cleanup Execute subclass-specific clean up logic after excel file generation is done.
Dn692143.protmethod(en-us,AX.60).gif containerToEnumerable Creates an enumerable that has the same contents as the given container.
Dn692143.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn692143.privmethod(en-us,AX.60).gif exportResourceAsFile Exports the specified resource to the specified path, if the file does not yet exist.
Dn692143.protmethod(en-us,AX.60).gif generate Contains the Excel file generation tasks that are specific to each subclass.
Dn692143.protmethod(en-us,AX.60).gif getDateCubeField Gets the date dimension field name, based on the specified granularity.
Dn692143.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn692143.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn692143.protmethod(en-us,AX.60).gif hideAllSheets Hides all worksheets in the Excel document.
Dn692143.privmethod(en-us,AX.60).gif initGenerator Initializes the components that are required to generate an Excel document.
Dn692143.protmethod(en-us,AX.60).gif new Initializes a new instance of this class.
Dn692143.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.)
Dn692143.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.)
Dn692143.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn692143.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn692143.pubmethod(en-us,AX.60).gif run Generates the Excel file.
Dn692143.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn692143.protmethod(en-us,AX.60).gif showSheetWithRange Makes sure that the worksheet that contains the range that has the given name is visible.
Dn692143.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn692143.protmethod(en-us,AX.60).gif updateInformationSheetFilters Updates query filters in excel information sheet.
Dn692143.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.)
Dn692143.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn692143.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  ReqDemPlanExcelFileGenerator Class
    ReqDemPlanAccuracyExcelFileGenerator Class
    ReqDemPlanForecastExcelFileGenerator Class