Package de.xima.fc.gui.bean.statistics
Class AStatisticsBean
- java.lang.Object
 - 
- de.xima.fc.gui.bean.statistics.AStatisticsBean
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 StatisticsHistoryBean,StatisticsSessionBean,StatisticsTopListBean
public abstract class AStatisticsBean extends Object implements Serializable
Base class for statistics beans. Provides method for image export.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected LocaleBeanlocaleBeanprotected static StringMIME_TYPE_EXCELprotected static StringMIME_TYPE_PDFprotected static StringSUFFIX_EXCELprotected static StringSUFFIX_IMAGEprotected static StringSUFFIX_PDFprotected ViewContextBeanviewContext 
- 
Constructor Summary
Constructors Constructor Description AStatisticsBean() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetChartWidgetVar()abstract StringgetImageFilename()voidinsertImageFilename()Insert image filename and chart widget var into ajax callback parameters. 
 - 
 
- 
- 
Field Detail
- 
MIME_TYPE_EXCEL
protected static final String MIME_TYPE_EXCEL
- See Also:
 - Constant Field Values
 
 
- 
MIME_TYPE_PDF
protected static final String MIME_TYPE_PDF
- See Also:
 - Constant Field Values
 
 
- 
SUFFIX_PDF
protected static final String SUFFIX_PDF
- See Also:
 - Constant Field Values
 
 
- 
SUFFIX_EXCEL
protected static final String SUFFIX_EXCEL
- See Also:
 - Constant Field Values
 
 
- 
SUFFIX_IMAGE
protected static final String SUFFIX_IMAGE
- See Also:
 - Constant Field Values
 
 
- 
viewContext
@Inject protected ViewContextBean viewContext
 
- 
localeBean
@Inject protected LocaleBean localeBean
 
 - 
 
- 
Method Detail
- 
insertImageFilename
public void insertImageFilename()
Insert image filename and chart widget var into ajax callback parameters. 
- 
getImageFilename
public abstract String getImageFilename()
- Returns:
 - The file name for the image file.
 
 
- 
getChartWidgetVar
public abstract String getChartWidgetVar()
- Returns:
 - The chart widget var.
 
 
 - 
 
 -