Examples of queryIsExperimentNameUnique()


Examples of eu.planets_project.tb.api.persistency.ExperimentPersistencyRemote.queryIsExperimentNameUnique()

  /* (non-Javadoc)
   * @see eu.planets_project.tb.api.TestbedManager#isExperimentNameUnique(java.lang.String)
   */
  public boolean isExperimentNameUnique(String expName) {
    ExperimentPersistencyRemote dao_r = ExperimentPersistencyImpl.getInstance();
    return dao_r.queryIsExperimentNameUnique(expName);
  }


  /* (non-Javadoc)
     * @see eu.planets_project.tb.api.TestbedManager#searchAllExperiments(java.lang.String)
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.