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 StringgetChartWidgetVar()StringgetImageFilename()org.primefaces.model.charts.bar.BarChartModelgetModel()voidupdateModel()- 
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:
 getImageFilenamein classAStatisticsBean- Returns:
 - The file name for the image file.
 
 
- 
getChartWidgetVar
public String getChartWidgetVar()
- Specified by:
 getChartWidgetVarin classAStatisticsBean- Returns:
 - The chart widget var.
 
 
- 
updateModel
public void updateModel()
 
 - 
 
 -