this.statisticsManager = new StatisticsManager(StatisticsMode.THROUGHPUT, this.myFilteredDataSource, FacesContext.getCurrentInstance()
.getViewRoot().getLocale());
}
public void StatisticsProject() {
this.statisticsManager = new StatisticsManager(StatisticsMode.PROJECTS, this.myFilteredDataSource, FacesContext.getCurrentInstance()
.getViewRoot().getLocale());
this.statisticsManager.calculate();
}