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
@Deprecated 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 classAbstractSaveReportPropertiesAddOn.AttFormsReportPropertyDeprecated.Title: AttFormsReportPropertyprotected classAbstractSaveReportPropertiesAddOn.BooleanReportPropertyDeprecated.Title: BooleanReportPropertyprotected classAbstractSaveReportPropertiesAddOn.GraphFormatReportPropertyDeprecated.Title: GraphFormatReportPropertyprotected classAbstractSaveReportPropertiesAddOn.LocalizableReportPropertyDeprecated.Title: LocalizableReportPropertyprotected classAbstractSaveReportPropertiesAddOn.PaperSizeReportPropertyDeprecated.Title: PaperSizeReportPropertyprotected classAbstractSaveReportPropertiesAddOn.PDFPaperSizeReportPropertyDeprecated.Title: PDFPaperSizeReportPropertyPaperSizeReportPropertyprotected classAbstractSaveReportPropertiesAddOn.PDFScalePagesReportPropertyDeprecated.Title: PDFScalingReportPropertyprotected classAbstractSaveReportPropertiesAddOn.PDFScalingReportPropertyDeprecated.Title: PDFScalingReportPropertyprotected classAbstractSaveReportPropertiesAddOn.PreferenceOnlyReportPropertyDeprecated.Title: PreferenceOnlyReportPropertyprotected classAbstractSaveReportPropertiesAddOn.PrintPaperSizeReportPropertyDeprecated.Title: PrintPaperSizeReportPropertyPaperSizeReportPropertyprotected classAbstractSaveReportPropertiesAddOn.PrintQualityReportPropertyDeprecated.Title: PrintQualityReportPropertyprotected classAbstractSaveReportPropertiesAddOn.ReportPropertyDeprecated.Title: ReportPropertyprotected classAbstractSaveReportPropertiesAddOn.SeparateSheetsReportPropertyDeprecated.Title: SeparateSheetsReportProperty
-
Field Summary
Fields Modifier and Type Field Description protected AppContext_appContextDeprecated.protected java.lang.String_beanNameDeprecated.protected Preferences_prefDeprecated.protected ReportBean_rbDeprecated.protected RequestKeys_rkDeprecated.
-
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 HashListcreatePropertyList()Deprecated.Creates a list with all theAbstractSaveReportPropertiesAddOn.ReportPropertyobjects to be saved by this addonvoidpreCollectData(PageComponent pg)Deprecated.This is the main method of the add on which executes the add on.voidsetReportBean(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:AppAddOnsThis is the main method of the add on which executes the add on. This has to be a static method.- Specified by:
preCollectDatain interfaceAppAddOns- Overrides:
preCollectDatain classAbstractAppAddOn- Parameters:
pg- is the PageComponent.
-
createPropertyList
protected abstract HashList createPropertyList()
Deprecated.Creates a list with all theAbstractSaveReportPropertiesAddOn.ReportPropertyobjects 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
-
-