Package org.goobi.production.flow.statistics.hibernate

Examples of org.goobi.production.flow.statistics.hibernate.UserTemplatesFilter


  public String FilterVorlagen() {
    this.statisticsManager = null;
    this.myAnzahlList = null;
    try {
      this.myFilteredDataSource = new UserTemplatesFilter(true);
      Criteria crit = this.myFilteredDataSource.getCriteria();
      if (!this.showArchivedProjects) {
        crit.add(Restrictions.not(Restrictions.eq("proj.projectIsArchived", true)));
      }
      sortList(crit, false);
View Full Code Here

TOP

Related Classes of org.goobi.production.flow.statistics.hibernate.UserTemplatesFilter

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.