Package com.microstrategy.web.app.addons
Class AbstractSaveReportPropertiesAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.AbstractSaveReportPropertiesAddOn
-
- All Implemented Interfaces:
AppAddOns
- Direct Known Subclasses:
ExportSaveReportPropertiesAddOn
,PDFSaveReportPropertiesAddOn
,PrintSaveReportPropertiesAddOn
public abstract class AbstractSaveReportPropertiesAddOn extends AbstractAppAddOn
Deprecated.the logic on this addOn has been moved to theAggregatedReportSavePropertiesEventHandler
- Since:
- MicroStrategy Web 9.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
AbstractSaveReportPropertiesAddOn.AttFormsReportProperty
Deprecated.Title: AttFormsReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.BooleanReportProperty
Deprecated.Title: BooleanReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.GraphFormatReportProperty
Deprecated.Title: GraphFormatReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.LocalizableReportProperty
Deprecated.Title: LocalizableReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.PaperSizeReportProperty
Deprecated.Title: PaperSizeReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.PDFPaperSizeReportProperty
Deprecated.Title: PDFPaperSizeReportPropertyPaperSizeReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.PDFScalePagesReportProperty
Deprecated.Title: PDFScalingReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.PDFScalingReportProperty
Deprecated.Title: PDFScalingReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.PreferenceOnlyReportProperty
Deprecated.Title: PreferenceOnlyReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.PrintPaperSizeReportProperty
Deprecated.Title: PrintPaperSizeReportPropertyPaperSizeReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.PrintQualityReportProperty
Deprecated.Title: PrintQualityReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.ReportProperty
Deprecated.Title: ReportPropertyprotected class
AbstractSaveReportPropertiesAddOn.SeparateSheetsReportProperty
Deprecated.Title: SeparateSheetsReportProperty
-
Field Summary
Fields Modifier and Type Field Description protected AppContext
_appContext
Deprecated.protected java.lang.String
_beanName
Deprecated.protected Preferences
_pref
Deprecated.protected ReportBean
_rb
Deprecated.protected RequestKeys
_rk
Deprecated.
-
Constructor Summary
Constructors Constructor Description AbstractSaveReportPropertiesAddOn()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract HashList
createPropertyList()
Deprecated.Creates a list with all theAbstractSaveReportPropertiesAddOn.ReportProperty
objects to be saved by this addonvoid
preCollectData(PageComponent pg)
Deprecated.This is the main method of the add on which executes the add on.void
setReportBean(java.lang.String reportBean)
Deprecated.Sets the Bean name-
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isCollectDataRequired, isIFrameRequest, postCollectData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.app.addons.AppAddOns
getAddOnDescription
-
-
-
-
Field Detail
-
_beanName
protected java.lang.String _beanName
Deprecated.
-
_rk
protected RequestKeys _rk
Deprecated.
-
_pref
protected Preferences _pref
Deprecated.
-
_rb
protected ReportBean _rb
Deprecated.
-
_appContext
protected AppContext _appContext
Deprecated.
-
-
Method Detail
-
preCollectData
public void preCollectData(PageComponent pg)
Deprecated.Description copied from interface:AppAddOns
This is the main method of the add on which executes the add on. This has to be a static method.- Specified by:
preCollectData
in interfaceAppAddOns
- Overrides:
preCollectData
in classAbstractAppAddOn
- Parameters:
pg
- is the PageComponent.
-
createPropertyList
protected abstract HashList createPropertyList()
Deprecated.Creates a list with all theAbstractSaveReportPropertiesAddOn.ReportProperty
objects to be saved by this addon- Returns:
- HashMap the list of properties
-
setReportBean
public void setReportBean(java.lang.String reportBean)
Deprecated.Sets the Bean name- Parameters:
reportBean
- bean name
-
-