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.String
getAddOnDescription()
This method describes the tasks performed by the AddOn.java.lang.String
getBeanName()
boolean
isCollectDataRequired(PageComponent pg, WebComponent child)
Determins wheter the page should call collect data on the childvoid
postCollectData(PageComponent pg)
Executes post collectData operations.void
setBeanName(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:
isCollectDataRequired
in interfaceAppAddOns
- Overrides:
isCollectDataRequired
in classAbstractAppAddOn
- Parameters:
pg
- thePageComponent
instancechild
- the childof the page
}- Returns:
- true if the collect data must be called
-
postCollectData
public void postCollectData(PageComponent pg)
Description copied from interface:AppAddOns
Executes post collectData operations.- Specified by:
postCollectData
in interfaceAppAddOns
- Overrides:
postCollectData
in 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: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.
-
-