java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.PDFSetFlagsAddOn |
This class is deprecated.
the logic on this addOn has been moved to the com.microstrategy.web.app.beans.PDFBeanImpl
This add on works on the ReportBean on the pdfSaveReportProperties page. It sets some execution flags and property filters on the report instance
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFSetFlagsAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
void |
preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
| ||||||||||
void |
setReportBean(String reportBean)
Sets the Bean name
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
setPropertySetFilter()
Sets necessary Property Filters on the report
| ||||||||||
void |
setReportFlags()
Sets the necessary report flags
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This is the main method of the add on which executes the add on. This has to be a static method.
pg | is the PageComponent. |
---|
Sets the Bean name
reportBean | bean name |
---|
Sets necessary Property Filters on the report
Sets the necessary report flags