public class

SaveAsFolderFlagsAddOn

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

Class Overview

This add on takes care of setting the object flags on the folder bean on the save as page. This add on acts on all the folder beans on a page.

Summary

Public Constructors
SaveAsFolderFlagsAddOn()
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.
void setSaveAsBean(String saveAsBean)
Sets the save as bean name
void setSaveAsBeanName(String saveAsBeanName)
This method is deprecated. Use setSaveAsBean instead.
[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 SaveAsFolderFlagsAddOn ()

Public Methods

public String getAddOnDescription ()

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.

public void preCollectData (PageComponent pg)

This is the main method of the add on which executes the add on.

Parameters
pg This is the PageComponent.

public void setSaveAsBean (String saveAsBean)

Sets the save as bean name

Parameters
saveAsBean SaveAs bean name

public void setSaveAsBeanName (String saveAsBeanName)

This method is deprecated.
Use setSaveAsBean instead.

Sets the save as bean name

Parameters
saveAsBeanName SaveAs bean name