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 thePDFBeanImplThis 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.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.protected voidsetPropertySetFilter()Deprecated.Sets necessary Property Filters on the reportvoidsetReportBean(java.lang.String reportBean)Deprecated.Sets the Bean nameprotected voidsetReportFlags()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: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.
 
- 
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:AppAddOnsThis method describes the tasks performed by the AddOn.- Returns:
 - the description of this Add On
 
 
 - 
 
 -