Interface IExperimentDAO
- All Known Implementing Classes:
FileExperimentDAO,MemoryExperimentDAO
public interface IExperimentDAO
Deprecated.
Superseded by EDP2.
-
Method Summary
Modifier and TypeMethodDescriptionaddExperiment(String p_experimentname) Deprecated.findByExperimentName(String searchKey) Deprecated.Finder methods to search for Experiments.get(long id) Deprecated.Deprecated.voidremoveExperiment(Experiment experiment, boolean doCascade) Deprecated.delete the experiment data and remove it from the daovoidstoreAll()Deprecated.
-
Method Details
-
addExperiment
Deprecated. -
removeExperiment
Deprecated.delete the experiment data and remove it from the dao- Parameters:
experiment- the experiment to removedoCascade- should the remove cascade down to children and remove them aswell
-
findByExperimentName
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.
-
get
Deprecated. -
getExperiments
Collection<Experiment> getExperiments()Deprecated. -
storeAll
void storeAll()Deprecated.
-