Package de.sub.goobi.helper

Examples of de.sub.goobi.helper.BatchProcessHelper


        Criteria crit = session.createCriteria(Prozess.class);
        crit.add(Restrictions.eq("istTemplate", Boolean.valueOf(false)));
//        List<Integer> ids = new ArrayList<Integer>();
        crit.add(Restrictions.eq("batchID", new Integer(this.selectedBatches.get(0))));
        List<Prozess> propertyBatch = crit.list();
        this.batchHelper = new BatchProcessHelper(propertyBatch);
        return "BatchProperties";
      } else {
        Helper.setFehlerMeldung("noBatchSelected");
        return "";
      }
View Full Code Here

TOP

Related Classes of de.sub.goobi.helper.BatchProcessHelper

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.