Package com.microstrategy.web.app.addons
Class FolderSetFlagsAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.FolderSetFlagsAddOn
-
- All Implemented Interfaces:
AppAddOns
public class FolderSetFlagsAddOn extends AbstractAppAddOn
Title: FolderSetFlagsAddOn.
Description: This add on takes care of setting the type restrictions and object flags on the folder bean. This add on acts on all the folder beans on a page.
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Constructor Summary
Constructors Constructor Description FolderSetFlagsAddOn()
-
Method Summary
All Methods Instance Methods Concrete 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
setBeanName(java.lang.String beanName)
void
setTypeRestrictions(java.lang.String types)
-
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isCollectDataRequired, isIFrameRequest, postCollectData
-
-
-
-
Method Detail
-
preCollectData
public void preCollectData(PageComponent pg)
Description copied from interface:AppAddOns
This is the main method of the add on which executes the add on. This has to be a static method.- Specified by:
preCollectData
in interfaceAppAddOns
- Overrides:
preCollectData
in classAbstractAppAddOn
- Parameters:
pg
- is the PageComponent.- Since:
- MicroStrategy Web 7.5.0
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Description copied from interface:AppAddOns
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.
-
setBeanName
public void setBeanName(java.lang.String beanName)
- Since:
- MicroStrategy Web 9.0.0
-
setTypeRestrictions
public void setTypeRestrictions(java.lang.String types)
- Since:
- MicroStrategy Web 9.0.0
-
-