public class

FolderReportProjectBrowserAddOn

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

Class Overview

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.

Summary

Public Constructors
FolderReportProjectBrowserAddOn()
Public Methods
String getAddOnDescription()
This method describes the tasks performed by the AddOn.
void setFilterTypeRestriction(String filter)
Sets the Type Restriction List for Filter Editing Mode
void setReportTypeRestriction(String filter)
Sets the Type Restriction List for Report Editing Mode
Protected Methods
ReportFrameBean getFrameBean()
String getTypeRestriction()
boolean isTargetingFilter()
boolean isTargetingFilterAndTemplate()
[Expand]
Inherited Methods
From class com.microstrategy.web.app.addons.FolderProjectBrowserAddOnBase
From class com.microstrategy.web.app.addons.AbstractAppAddOn
From class java.lang.Object
From interface com.microstrategy.web.app.addons.AppAddOns

Public Constructors

public FolderReportProjectBrowserAddOn ()

Public Methods

public String getAddOnDescription ()

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.

public void setFilterTypeRestriction (String filter)

Sets the Type Restriction List for Filter Editing Mode

Parameters
filter String value with the filter definition

public void setReportTypeRestriction (String filter)

Sets the Type Restriction List for Report Editing Mode

Parameters
filter String value with the report type restriction

Protected Methods

protected ReportFrameBean getFrameBean ()

protected String getTypeRestriction ()

protected boolean isTargetingFilter ()

protected boolean isTargetingFilterAndTemplate ()