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:
  • Field Details

  • Constructor Details

    • AStatisticsBean

      public AStatisticsBean()
  • Method Details

    • 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.