Class FileExperimentDAO

    • Constructor Detail

    • Method Detail

      • findByExperimentName

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

        public void removeExperiment​(Experiment experiment,
                                     boolean doCascade)
        Deprecated.
        Description copied from interface: IExperimentDAO
        delete the experiment data and remove it from the dao
        Specified by:
        removeExperiment in interface IExperimentDAO
        Parameters:
        experiment - the experiment to remove
        doCascade - should the remove cascade down to children and remove them aswell