Package com.microstrategy.web.app.addons
Class FastReportPDFExportAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.FastReportPDFExportAddOn
-
- All Implemented Interfaces:
AppAddOns
public class FastReportPDFExportAddOn extends AbstractAppAddOn
Deprecated.This class is no longer used by the applicationTitle: FastReportPDFExportAddOn
Description: This add on works on the ReportBean so it gets resolved before it is called to be exported. This will trigger the prompt and/or wait page if required
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Constructor Summary
Constructors Constructor Description FastReportPDFExportAddOn()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getAddOnDescription()
Deprecated.This method describes the tasks performed by the AddOn.void
preCollectData(PageComponent pg)
Deprecated.This is the main method of the add on which executes the add on.void
setBeanName(java.lang.String name)
Deprecated.Use setReportBean instead.void
setReportBean(java.lang.String reportBean)
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: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.- Since:
- MicroStrategy Web 7.5.0
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Deprecated.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.
-
setBeanName
public void setBeanName(java.lang.String name)
Deprecated.Use setReportBean instead.Sets the Bean name- Parameters:
name
- bean name
-
setReportBean
public void setReportBean(java.lang.String reportBean)
Deprecated.Sets the Bean name- Parameters:
reportBean
- bean name- Since:
- MicroStrategy Web 8.0.0
-
-