Package com.microstrategy.web.app.addons
Class PDFSetFlagsAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.PDFSetFlagsAddOn
-
- All Implemented Interfaces:
AppAddOns
public class PDFSetFlagsAddOn extends AbstractAppAddOn
Deprecated.the logic on this addOn has been moved to thePDFBeanImpl
This add on works on the ReportBean on the pdfSaveReportProperties page. It sets some execution flags and property filters on the report instance- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description PDFSetFlagsAddOn()
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.protected void
setPropertySetFilter()
Deprecated.Sets necessary Property Filters on the reportvoid
setReportBean(java.lang.String reportBean)
Deprecated.Sets the Bean nameprotected void
setReportFlags()
Deprecated.Sets the necessary report flags-
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.
-
setPropertySetFilter
protected void setPropertySetFilter()
Deprecated.Sets necessary Property Filters on the report
-
setReportFlags
protected void setReportFlags()
Deprecated.Sets the necessary report flags
-
setReportBean
public void setReportBean(java.lang.String reportBean)
Deprecated.Sets the Bean name- Parameters:
reportBean
- bean name
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Deprecated.Description copied from interface:AppAddOns
This method describes the tasks performed by the AddOn.- Returns:
- the description of this Add On
-
-