Package de.xima.fc.gui.bean.statistics
Class StatisticsSessionBean
- java.lang.Object
-
- de.xima.fc.gui.bean.statistics.AStatisticsBean
-
- de.xima.fc.gui.bean.statistics.StatisticsSessionBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class StatisticsSessionBean extends AStatisticsBean
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.bean.statistics.AStatisticsBean
localeBean, MIME_TYPE_EXCEL, MIME_TYPE_PDF, SUFFIX_EXCEL, SUFFIX_IMAGE, SUFFIX_PDF, viewContext
-
-
Constructor Summary
Constructors Constructor Description StatisticsSessionBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChartWidgetVar()
String
getImageFilename()
org.primefaces.model.charts.bar.BarChartModel
getModel()
void
updateModel()
-
Methods inherited from class de.xima.fc.gui.bean.statistics.AStatisticsBean
insertImageFilename
-
-
-
-
Method Detail
-
getModel
public org.primefaces.model.charts.bar.BarChartModel getModel()
-
getImageFilename
public String getImageFilename()
- Specified by:
getImageFilename
in classAStatisticsBean
- Returns:
- The file name for the image file.
-
getChartWidgetVar
public String getChartWidgetVar()
- Specified by:
getChartWidgetVar
in classAStatisticsBean
- Returns:
- The chart widget var.
-
updateModel
public void updateModel()
-
-