Package com.microstrategy.web.app.addons
Class RWDWizardAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.RWDWizardAddOn
-
- All Implemented Interfaces:
AppAddOns
public class RWDWizardAddOn extends AbstractAppAddOn
Title: RWDWizardAddOn.
Description: 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.
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 8.0.0
-
-
Constructor Summary
Constructors Constructor Description RWDWizardAddOn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddOnDescription()This method describes the tasks performed by the AddOn.java.lang.StringgetBeanName()booleanisCollectDataRequired(PageComponent pg, WebComponent child)Determins wheter the page should call collect data on the childvoidpostCollectData(PageComponent pg)Executes post collectData operations.voidsetBeanName(java.lang.String name)-
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isIFrameRequest, preCollectData
-
-
-
-
Method Detail
-
isCollectDataRequired
public boolean isCollectDataRequired(PageComponent pg, WebComponent child)
Determins wheter the page should call collect data on the child- Specified by:
isCollectDataRequiredin interfaceAppAddOns- Overrides:
isCollectDataRequiredin classAbstractAppAddOn- Parameters:
pg- thePageComponentinstancechild- the childof the page}- Returns:
- true if the collect data must be called
-
postCollectData
public void postCollectData(PageComponent pg)
Description copied from interface:AppAddOnsExecutes post collectData operations.- Specified by:
postCollectDatain interfaceAppAddOns- Overrides:
postCollectDatain classAbstractAppAddOn- Since:
- MicroStrategy Web 8.1.1
-
setBeanName
public void setBeanName(java.lang.String name)
- Since:
- MicroStrategy Web 9.0.0
-
getBeanName
public java.lang.String getBeanName()
- Since:
- MicroStrategy Web 9.0.0
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Description copied from interface:AppAddOnsThis method describes the tasks performed by the AddOn.- Returns:
- The tasks which the Add On performs. This needs to be as descriptive as possible.
-
-