public class

ExportReportAddOn

extends AbstractAppAddOn
java.lang.Object
   ↳ com.microstrategy.web.app.addons.AbstractAppAddOn
     ↳ com.microstrategy.web.app.addons.ExportReportAddOn

This class is deprecated.
This addOn is not used anymore. The report flags are set on the doCollectData() of the ExportBean

Class Overview

Sets Execution and Result flags on the ReportBean

Summary

Public Constructors
ExportReportAddOn()
Public Methods
String getAddOnDescription()
void preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
void setBeanName(String name)
This method is deprecated. Use setReportBean instead
void setReportBean(String name)
Sets the Bean name
[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 ExportReportAddOn ()

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 setBeanName (String name)

This method is deprecated.
Use setReportBean instead

Sets the Bean name

Parameters
name bean name

public void setReportBean (String name)

Sets the Bean name

Parameters
name bean name