Package org.goobi.production.flow.statistics

Examples of org.goobi.production.flow.statistics.StatisticsManager


    this.statisticsManager = new StatisticsManager(StatisticsMode.CORRECTIONS, this.myFilteredDataSource, FacesContext.getCurrentInstance()
        .getViewRoot().getLocale());
  }

  public void StatisticsTroughput() {
    this.statisticsManager = new StatisticsManager(StatisticsMode.THROUGHPUT, this.myFilteredDataSource, FacesContext.getCurrentInstance()
        .getViewRoot().getLocale());
  }
View Full Code Here


    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();
  }
View Full Code Here

TOP

Related Classes of org.goobi.production.flow.statistics.StatisticsManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.