public class

FolderSetFlagsAddOn

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

Class Overview

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.

Summary

Public Constructors
FolderSetFlagsAddOn()
Public Methods
String getAddOnDescription()
void preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
void setBeanName(String beanName)
void setTypeRestrictions(String types)
[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 FolderSetFlagsAddOn ()

Public Methods

public String getAddOnDescription ()

public void preCollectData (PageComponent pg)

This is the main method of the add on which executes the add on. This has to be a static method.

Parameters
pg is the PageComponent.

public void setBeanName (String beanName)

public void setTypeRestrictions (String types)