Package com.microstrategy.web.app.addons
Class SaveAsReportFlagsAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.SaveAsReportFlagsAddOn
-
- All Implemented Interfaces:
AppAddOns
public class SaveAsReportFlagsAddOn extends AbstractAppAddOn
Deprecated.This addon is no longer used by the applicationThis add on takes care of setting the required result flags on the report bean on the save as page. This add on acts on all the report beans on a page.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Constructor Summary
Constructors Constructor Description SaveAsReportFlagsAddOn()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getAddOnDescription()
Deprecated.This method describes the tasks performed by the AddOn.void
preCollectData(PageComponent pg)
Deprecated.This is the main method of the add on which executes the add on.-
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isCollectDataRequired, isIFrameRequest, postCollectData
-
-
-
-
Method Detail
-
preCollectData
public void preCollectData(PageComponent pg)
Deprecated.This is the main method of the add on which executes the add on.- Specified by:
preCollectData
in interfaceAppAddOns
- Overrides:
preCollectData
in classAbstractAppAddOn
- Parameters:
pg
- This is the PageComponent.- Since:
- MicroStrategy Web 7.5.0
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Deprecated.This method describes the tasks performed by the AddOn.- Returns:
- The tasks which the Add On performs. This needs to be as descriptive as possible.
-
-