public class

DocumentSetFlagsAddOn

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

This class is deprecated.
This class in no longer used by the application.

Class Overview

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.

Summary

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

Public Methods

public String getAddOnDescription ()

public void preCollectData (PageComponent page)

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

Parameters
page is the PageComponent.