Package com.microstrategy.web.app.beans
Class PrintReportPreferencePropertyListMapper
- java.lang.Object
-
- com.microstrategy.web.app.beans.ReportPreferencePropertyListMapper
-
- com.microstrategy.web.app.beans.PrintReportPreferencePropertyListMapper
-
public class PrintReportPreferencePropertyListMapper extends ReportPreferencePropertyListMapper
Implementation of theReportPreferencePropertyListMapper
used for HTML printing.- 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 PrintReportPreferencePropertyListMapper(ReportBean rb)
ConstructorPrintReportPreferencePropertyListMapper(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 aHashList
with all theReportPreferencePropertyListMapper.ReportProperty
objects contained on this listprotected ReportPreferencePropertyListMapper.ReportProperty
getSavePreferencesProperty()
Returns theReportPreferencePropertyListMapper.ReportProperty
used to determine whether to save the preferencesprotected java.lang.String
getSavePreferencesPropertyName()
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
-
PrintReportPreferencePropertyListMapper
public PrintReportPreferencePropertyListMapper(ReportBean rb, RequestKeys rk)
Constructor- Parameters:
rb
- The Report Beanrk
- The Request Keys
-
PrintReportPreferencePropertyListMapper
public PrintReportPreferencePropertyListMapper(ReportBean rb)
Constructor- Parameters:
rb
- The Report Bean
-
-
Method Detail
-
createPropertyList
protected HashList<java.lang.String,ReportPreferencePropertyListMapper.ReportProperty> createPropertyList()
Description copied from class:ReportPreferencePropertyListMapper
Creates aHashList
with all theReportPreferencePropertyListMapper.ReportProperty
objects contained on this list- Specified by:
createPropertyList
in classReportPreferencePropertyListMapper
- Returns:
- a
HashList
with all theReportPreferencePropertyListMapper.ReportProperty
objects contained on this list
-
getSavePreferencesProperty
protected ReportPreferencePropertyListMapper.ReportProperty getSavePreferencesProperty()
Description copied from class:ReportPreferencePropertyListMapper
Returns theReportPreferencePropertyListMapper.ReportProperty
used to determine whether to save the preferences- Overrides:
getSavePreferencesProperty
in classReportPreferencePropertyListMapper
- Returns:
- the
ReportPreferencePropertyListMapper.ReportProperty
used to determine whether to save the preferences
-
getSavePreferencesPropertyName
protected java.lang.String getSavePreferencesPropertyName()
Description copied from class:ReportPreferencePropertyListMapper
Returns the name of the property used to determine whether to save the preferences- Specified by:
getSavePreferencesPropertyName
in classReportPreferencePropertyListMapper
- Returns:
- the name of the property used to determine whether to save the preferences
-
-