Class StatisticsHistoryBean

    • Constructor Detail

      • StatisticsHistoryBean

        public StatisticsHistoryBean()
    • Method Detail

      • init

        @PostConstruct
        protected void init()
      • getCurrentProjekt

        public Projekt getCurrentProjekt()
      • setCurrentProjekt

        public void setCurrentProjekt​(Projekt currentProject)
      • setOffset

        public void setOffset​(int offset)
        Parameters:
        offset - the offset to set
      • getOffset

        public int getOffset()
        Returns:
        the offset
      • incrementOffset

        public void incrementOffset()
      • decrementOffset

        public void decrementOffset()
      • getCurrentTimeSpan

        public ETimeSpan getCurrentTimeSpan()
        Returns:
        the currentTimeSpan
      • setCurrentTimeSpan

        public void setCurrentTimeSpan​(ETimeSpan currentTimeSpan)
        Parameters:
        currentTimeSpan - the currentTimeSpan to set
      • getHistoryModel

        public org.primefaces.model.charts.line.LineChartModel getHistoryModel()
      • isLive

        public boolean isLive()
      • fillHistoryModel

        public void fillHistoryModel()
      • fillLiveModel

        public void fillLiveModel()
        Befüllung für die Live-Ansicht (6 Stunden)
      • fillDayModel

        public void fillDayModel()
        Befüllung für die 24-Stunden-Anischt
      • fillWeekModel

        public void fillWeekModel()
        Befüllung für die 7-Tage-Ansicht
      • fillMonthModel

        public void fillMonthModel()
        Befüllung für die Ansicht eines Monats (28 Tage)
      • fillYearModel

        public void fillYearModel()
        Befüllung für die Jahres-Anischt (12 Monate)