public class

PDFSetFlagsAddOn

extends AbstractAppAddOn
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

Class Overview

This add on works on the ReportBean on the pdfSaveReportProperties page. It sets some execution flags and property filters on the report instance

Summary

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
From class com.microstrategy.web.app.addons.AbstractAppAddOn
From class java.lang.Object
From interface com.microstrategy.web.app.addons.AppAddOns

Public Constructors

public PDFSetFlagsAddOn ()

Public Methods

public String getAddOnDescription ()

Returns
  • the description of this Add On

public void preCollectData (PageComponent pg)

This is the main method of the add on which executes the add on. This has to be a static method.

Parameters
pg is the PageComponent.

public void setReportBean (String reportBean)

Sets the Bean name

Parameters
reportBean bean name

Protected Methods

protected void setPropertySetFilter ()

Sets necessary Property Filters on the report

protected void setReportFlags ()

Sets the necessary report flags