Package com.microstrategy.web.app.addons
Class DocumentSetFlagsAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.DocumentSetFlagsAddOn
-
- All Implemented Interfaces:
AppAddOns
public class DocumentSetFlagsAddOn extends AbstractAppAddOn
Deprecated.This class in no longer used by the application.This add on takes care of setting the required result flags on the Document bean. Basically it sets the AddToInbox flag if set by the preferences and the feature is enable. This add on acts on the first DocumentBeans it finds on a page.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Constructor Summary
Constructors Constructor Description DocumentSetFlagsAddOn()
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 page)
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 page)
Deprecated.Description copied from interface:AppAddOns
This is the main method of the add on which executes the add on. This has to be a static method.- Specified by:
preCollectData
in interfaceAppAddOns
- Overrides:
preCollectData
in classAbstractAppAddOn
- Parameters:
page
- is the PageComponent.- Since:
- MicroStrategy Web 7.5.0
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Deprecated.Description copied from interface:AppAddOns
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.
-
-