Interface IExperimentDAO

    • Method Detail

      • addExperiment

        Experiment addExperiment​(String p_experimentname)
        Deprecated.
      • removeExperiment

        void removeExperiment​(Experiment experiment,
                              boolean doCascade)
        Deprecated.
        delete the experiment data and remove it from the dao
        Parameters:
        experiment - the experiment to remove
        doCascade - should the remove cascade down to children and remove them aswell
      • findByExperimentName

        Collection<Experiment> findByExperimentName​(String searchKey)
        Deprecated.
        Finder methods to search for Experiments. Returns a collection of experiments with that name.
        Returns:
        A collection of matching experiment. The collection might be empty, but must not be null.
      • storeAll

        void storeAll()
        Deprecated.