Package com.microstrategy.web.app.addons
Class SaveAsFolderFlagsAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.SaveAsFolderFlagsAddOn
-
- All Implemented Interfaces:
AppAddOns
public class SaveAsFolderFlagsAddOn extends AbstractAppAddOn
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.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Constructor Summary
Constructors Constructor Description SaveAsFolderFlagsAddOn()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.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(java.lang.String saveAsBean)
Sets the save as bean namevoid
setSaveAsBeanName(java.lang.String saveAsBeanName)
Deprecated.Use setSaveAsBean instead.-
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isCollectDataRequired, isIFrameRequest, postCollectData
-
-
-
-
Method Detail
-
preCollectData
public void preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.- Specified by:
preCollectData
in interfaceAppAddOns
- Overrides:
preCollectData
in classAbstractAppAddOn
- Parameters:
pg
- This is the PageComponent.- Since:
- MicroStrategy Web 7.5.0
-
getAddOnDescription
public java.lang.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.
-
setSaveAsBeanName
public void setSaveAsBeanName(java.lang.String saveAsBeanName)
Deprecated.Use setSaveAsBean instead.Sets the save as bean name- Parameters:
saveAsBeanName
- SaveAs bean name
-
setSaveAsBean
public void setSaveAsBean(java.lang.String saveAsBean)
Sets the save as bean name- Parameters:
saveAsBean
- SaveAs bean name- Since:
- MicroStrategy Web 8.0.0
-
-