Package com.microstrategy.web.app.addons
Class FastExportAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.FastExportAddOn
-
- All Implemented Interfaces:
AppAddOns
public class FastExportAddOn extends AbstractAppAddOn
Title: FastExportAddOn.
Description: This add on will apply the user's defined style if the Grid style preference is 'use my selected default grid style'.
Copyright: Copyright (c) 2004
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 8.0.0
-
-
Constructor Summary
Constructors Constructor Description FastExportAddOn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAddOnDescription()
This method describes the tasks performed by the AddOn.void
preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.void
setReportBean(java.lang.String reportBean)
Sets the Bean name-
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isCollectDataRequired, isIFrameRequest, postCollectData
-
-
-
-
Method Detail
-
preCollectData
public void preCollectData(PageComponent pg)
Description copied from interface:AppAddOns
This is the main method of the add on which executes the add on. This has to be a static method.- Specified by:
preCollectData
in interfaceAppAddOns
- Overrides:
preCollectData
in classAbstractAppAddOn
- Parameters:
pg
- is the PageComponent.
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Description copied from interface:AppAddOns
This method describes the tasks performed by the AddOn.- Returns:
- The tasks which the Add On performs. This needs to be as descriptive as possible.
-
setReportBean
public void setReportBean(java.lang.String reportBean)
Sets the Bean name- Parameters:
reportBean
- bean name
-
-