Examples of resetTransientDescription()


Examples of org.cipres.treebase.domain.study.Study.resetTransientDescription()

          }
        } else if (study.getTransientDescription().equals(StudyStatus.PUBLISHED)) {
          // check the status is ready before change to publish:
          if (!submission.isReady() && !submission.isPublished()) {
            // Undo the change:
            study.resetTransientDescription();

            errorsList.add("Submission with ID: " + submission.getId()
              + " could not be updated.");

          } else {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.