protected class

AbstractSaveReportPropertiesAddOn.ReportProperty

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.addons.AbstractSaveReportPropertiesAddOn.ReportProperty
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Title: ReportProperty

Description: Class that represents a report property

Summary

Protected Constructors
ReportProperty(String propName, String propSetName, String prefName)
Protected Methods
WebPropertySet getPropertySet()
String getValue()
String mapPreferenceProperty(String value)
String mapReportProperty(String value)
String mapRequestProperty(String value)
void save()
void savePreference()
void saveReportProperty()
void setValue(String value)
boolean shouldSavePreference()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected ReportProperty (String propName, String propSetName, String prefName)

Protected Methods

protected WebPropertySet getPropertySet ()

protected String getValue ()

protected String mapPreferenceProperty (String value)

protected String mapReportProperty (String value)

protected String mapRequestProperty (String value)

protected void save ()

protected void savePreference ()

protected void saveReportProperty ()

protected void setValue (String value)

protected boolean shouldSavePreference ()