java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.SaveAsReportFlagsAddOn |
This class is deprecated.
This addon is no longer used by the application
This 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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SaveAsReportFlagsAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAddOnDescription()
This method describes the tasks performed by the AddOn.
| ||||||||||
void |
preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This method describes the tasks performed by the AddOn.
This is the main method of the add on which executes the add on.
pg | This is the PageComponent. |
---|