Package de.sub.goobi.helper

Examples of de.sub.goobi.helper.BatchStepHelper


        Helper.setFehlerMeldung(Helper.getTranslation("stepSaveError"), e);
        myLogger.error("step couldn't get saved", e);
      }
    }

    this.setBatchHelper(new BatchStepHelper(currentStepsOfBatch));
    return "BatchesEdit";
  }
View Full Code Here


    // Helper.setMeldung("found " + currentStepsOfBatch.size() + " elements in batch");

    if (currentStepsOfBatch.size() == 1) {
      return "AktuelleSchritteBearbeiten";
    }
    this.setBatchHelper(new BatchStepHelper(currentStepsOfBatch));
    return "BatchesEdit";
  }
View Full Code Here

TOP

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

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.