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 | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
cleanup | Execute subclass-specific clean up logic after excel file generation is done. | |
containerToEnumerable | Creates an enumerable that has the same contents as the given container. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
exportResourceAsFile | Exports the specified resource to the specified path, if the file does not yet exist. | |
generate | Contains the Excel file generation tasks that are specific to each subclass. | |
getDateCubeField | Gets the date dimension field name, based on the specified granularity. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hideAllSheets | Hides all worksheets in the Excel document. | |
initGenerator | Initializes the components that are required to generate an Excel document. | |
new | Initializes a new instance of this class. | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
run | Generates the Excel file. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
showSheetWithRange | Makes sure that the worksheet that contains the range that has the given name is visible. | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updateInformationSheetFilters | Updates query filters in excel information sheet. | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
ReqDemPlanExcelFileGenerator Class
ReqDemPlanAccuracyExcelFileGenerator Class
ReqDemPlanForecastExcelFileGenerator Class