public class

RWDWizardAddOn

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

Class Overview

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.

Summary

Public Constructors
RWDWizardAddOn()
Public Methods
String getAddOnDescription()
String getBeanName()
boolean isCollectDataRequired(PageComponent pg, WebComponent child)
Determins wheter the page should call collect data on the child
void postCollectData(PageComponent pg)
Executes post collectData operations.
void setBeanName(String name)
[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 RWDWizardAddOn ()

Public Methods

public String getAddOnDescription ()

public String getBeanName ()

public boolean isCollectDataRequired (PageComponent pg, WebComponent child)

Determins wheter the page should call collect data on the child

Parameters
pg the PageComponent instance
child the child of the page}
Returns
  • true if the collect data must be called

public void postCollectData (PageComponent pg)

Executes post collectData operations.

public void setBeanName (String name)