public class

ReportDetailsSetFlagsAddOn

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

Class Overview

This add on takes care of setting the required result flags on the report bean. This add on acts on all the report beans on a page.

Summary

Public Constructors
ReportDetailsSetFlagsAddOn()
Public Methods
String getAddOnDescription()
void preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
void setReportDetailsFormat(String format)
[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 ReportDetailsSetFlagsAddOn ()

Public Methods

public String getAddOnDescription ()

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 setReportDetailsFormat (String format)