Uses of Class
uk.ac.cisban.rod.database.data.Repeat

Packages that use Repeat
uk.ac.cisban.rod.dao Database access package containing all code for database access. 
uk.ac.cisban.rod.dao.specifics Grouping specific sets of tasks together in communication to the database. 
uk.ac.cisban.rod.data Manages all data incoming from the database and forwards database requests from the GUI. 
uk.ac.cisban.rod.database.data Storing experimental data classes. 
 

Uses of Repeat in uk.ac.cisban.rod.dao
 

Methods in uk.ac.cisban.rod.dao that return Repeat
 Repeat Find.findRepeat(javax.jdo.PersistenceManager pm, long id)
          Finds a Repeat given its database id.
 Repeat DAO.getRepeat(java.lang.Long repeatID)
          Return a repeat using its id.
 Repeat Persist.newRepeat(java.lang.String description, java.lang.String experimentSt, java.lang.String masterplateSetSt, java.lang.String protocolCVId)
           
 

Methods in uk.ac.cisban.rod.dao that return types with arguments of type Repeat
protected  java.util.Collection<Repeat> Find.findRepeats(javax.jdo.PersistenceManager pm, Experiment exp)
          Gets all repeats for a given experiment using experiment id as an identifier.
protected  java.util.Collection<Repeat> Find.findRepeats(javax.jdo.PersistenceManager pm, long id)
          Gets all repeats for a given experiment using experiment id as an identifier.
 java.util.Collection<Repeat> DAO.getRepeats(java.lang.Long experimentId)
          Returns all Repeats from an Experiment.
 

Methods in uk.ac.cisban.rod.dao with parameters of type Repeat
 void Delete.deleteLogs(Repeat r)
          Deletes from the database.
 void Delete.deleteRepeat(Repeat repeat)
          Deletes the given repeat.
 

Uses of Repeat in uk.ac.cisban.rod.dao.specifics
 

Methods in uk.ac.cisban.rod.dao.specifics with parameters of type Repeat
 void Export.printImageSpot(javax.jdo.PersistenceManager pm, Image image, long numSpots, Repeat repeat, ImageSpot imageSpot)
          Gathers up all of the information for the ROD export file, sticks it in a CompleteQueryResult, and then sends it to the printer for printing.
 

Uses of Repeat in uk.ac.cisban.rod.data
 

Methods in uk.ac.cisban.rod.data that return Repeat
 Repeat ExperimentManager.getCurrentRepeat()
           
 

Methods in uk.ac.cisban.rod.data that return types with arguments of type Repeat
 java.util.Collection<Repeat> ExperimentManager.getRepeats()
          gets the collection of repeats
 

Methods in uk.ac.cisban.rod.data with parameters of type Repeat
 javax.swing.SwingWorker ExperimentManager.loadExperiment(Experiment experiment, Repeat repeat)
          Returns a StateSwingWorker that can load the given Experiment and Repeat.
 void ExperimentManager.setCurrentRepeat(Repeat currentRepeat)
          changes the instance of the current repeat to a new Repeat
 void ExperimentManager.setRepeat(Repeat rep)
          Sets the currently displayed repeat.
 

Uses of Repeat in uk.ac.cisban.rod.database.data
 

Methods in uk.ac.cisban.rod.database.data that return types with arguments of type Repeat
 java.util.Set<Repeat> Experiment.getRepeats()
           
 

Methods in uk.ac.cisban.rod.database.data with parameters of type Repeat
 void Experiment.addRepeat(Repeat ssToAdd)
           
 int Repeat.compareTo(Repeat rep)
           
 

Method parameters in uk.ac.cisban.rod.database.data with type arguments of type Repeat
 void Experiment.setRepeats(java.util.Set<Repeat> repeats)
           
 

Constructor parameters in uk.ac.cisban.rod.database.data with type arguments of type Repeat
Experiment(java.lang.String experimentName, java.lang.String description, ProtocolCV protocol, boolean complete, MasterplateSet masterplateSet, java.util.Set<Repeat> repeats)
           
 



Copyright © 2010. All Rights Reserved.