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.
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.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This is the main method of the add on which executes the add on. This has to be a static method.
page | is the PageComponent. |
---|