Package com.microstrategy.web.app.addons
Class ExportReportAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.ExportReportAddOn
-
- All Implemented Interfaces:
AppAddOns
@Deprecated public class ExportReportAddOn extends AbstractAppAddOn
Deprecated.This addOn is not used anymore. The report flags are set on the doCollectData() of theExportBeanSets Execution and Result flags on theReportBean- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Constructor Summary
Constructors Constructor Description ExportReportAddOn()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetAddOnDescription()Deprecated.This method describes the tasks performed by the AddOn.voidpreCollectData(PageComponent pg)Deprecated.This is the main method of the add on which executes the add on.voidsetBeanName(java.lang.String name)Deprecated.Use setReportBean insteadvoidsetReportBean(java.lang.String name)Deprecated.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)
Deprecated.Description copied from interface:AppAddOnsThis is the main method of the add on which executes the add on. This has to be a static method.- Specified by:
preCollectDatain interfaceAppAddOns- Overrides:
preCollectDatain classAbstractAppAddOn- Parameters:
pg- is the PageComponent.- Since:
- MicroStrategy Web 7.5.0
-
setBeanName
@Deprecated public void setBeanName(java.lang.String name)
Deprecated.Use setReportBean insteadSets the Bean name- Parameters:
name- bean name
-
setReportBean
public void setReportBean(java.lang.String name)
Deprecated.Sets the Bean name- Parameters:
name- bean name- Since:
- MicroStrategy Web 8.0.0
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Deprecated.Description copied from interface:AppAddOnsThis method describes the tasks performed by the AddOn.- Returns:
- the description of this Add On
-
-