Package com.microstrategy.web.app.beans
Class PDFReportPreferencePropertyListMapper
- java.lang.Object
-
- com.microstrategy.web.app.beans.ReportPreferencePropertyListMapper
-
- com.microstrategy.web.app.beans.PDFReportPreferencePropertyListMapper
-
public class PDFReportPreferencePropertyListMapper extends ReportPreferencePropertyListMapper
Implementation of theReportPreferencePropertyListMapperused for PDF.- Since:
- MicroStrategy Web 9.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.web.app.beans.ReportPreferencePropertyListMapper
ReportPreferencePropertyListMapper.AttFormsReportProperty, ReportPreferencePropertyListMapper.BooleanReportProperty, ReportPreferencePropertyListMapper.GraphFormatReportProperty, ReportPreferencePropertyListMapper.LocalizableReportProperty, ReportPreferencePropertyListMapper.PaperSizeReportProperty, ReportPreferencePropertyListMapper.PDFPaperSizeReportProperty, ReportPreferencePropertyListMapper.PDFScalePagesReportProperty, ReportPreferencePropertyListMapper.PDFScalingReportProperty, ReportPreferencePropertyListMapper.PreferenceOnlyReportProperty, ReportPreferencePropertyListMapper.PrintPaperSizeReportProperty, ReportPreferencePropertyListMapper.PrintQualityReportProperty, ReportPreferencePropertyListMapper.ReadOnlyReportProperty, ReportPreferencePropertyListMapper.ReportProperty, ReportPreferencePropertyListMapper.SeparateSheetsReportProperty
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.beans.ReportPreferencePropertyListMapper
_rk, _settingsPresent
-
-
Constructor Summary
Constructors Constructor Description PDFReportPreferencePropertyListMapper(ReportBean rb)ConstructorPDFReportPreferencePropertyListMapper(ReportBean rb, RequestKeys rk)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HashList<java.lang.String,ReportPreferencePropertyListMapper.ReportProperty>createPropertyList()Creates aHashListwith all theReportPreferencePropertyListMapper.ReportPropertyobjects contained on this listprotected ReportPreferencePropertyListMapper.ReportPropertygetSavePreferencesProperty()Returns theReportPreferencePropertyListMapper.ReportPropertyused to determine whether to save the preferencesprotected java.lang.StringgetSavePreferencesPropertyName()Returns the name of the property used to determine whether to save the preferences-
Methods inherited from class com.microstrategy.web.app.beans.ReportPreferencePropertyListMapper
getPreferenceValue, getPropsPresentReportProperty, hasReportProperties, saveProperties
-
-
-
-
Constructor Detail
-
PDFReportPreferencePropertyListMapper
public PDFReportPreferencePropertyListMapper(ReportBean rb, RequestKeys rk)
Constructor- Parameters:
rb- The Report Beanrk- The Request Keys
-
PDFReportPreferencePropertyListMapper
public PDFReportPreferencePropertyListMapper(ReportBean rb)
Constructor- Parameters:
rb- The Report Bean
-
-
Method Detail
-
createPropertyList
protected HashList<java.lang.String,ReportPreferencePropertyListMapper.ReportProperty> createPropertyList()
Description copied from class:ReportPreferencePropertyListMapperCreates aHashListwith all theReportPreferencePropertyListMapper.ReportPropertyobjects contained on this list- Specified by:
createPropertyListin classReportPreferencePropertyListMapper- Returns:
- a
HashListwith all theReportPreferencePropertyListMapper.ReportPropertyobjects contained on this list
-
getSavePreferencesProperty
protected ReportPreferencePropertyListMapper.ReportProperty getSavePreferencesProperty()
Description copied from class:ReportPreferencePropertyListMapperReturns theReportPreferencePropertyListMapper.ReportPropertyused to determine whether to save the preferences- Overrides:
getSavePreferencesPropertyin classReportPreferencePropertyListMapper- Returns:
- the
ReportPreferencePropertyListMapper.ReportPropertyused to determine whether to save the preferences
-
getSavePreferencesPropertyName
protected java.lang.String getSavePreferencesPropertyName()
Description copied from class:ReportPreferencePropertyListMapperReturns the name of the property used to determine whether to save the preferences- Specified by:
getSavePreferencesPropertyNamein classReportPreferencePropertyListMapper- Returns:
- the name of the property used to determine whether to save the preferences
-
-