Uses of Class
uk.ac.cisban.rod.database.plates.Plate

Packages that use Plate
uk.ac.cisban.rod.dao Database access package containing all code for database access. 
uk.ac.cisban.rod.data Manages all data incoming from the database and forwards database requests from the GUI. 
uk.ac.cisban.rod.database.plates Stores everything to do with plates, including barcodes, positions, etc. 
uk.ac.cisban.rod.parsing.logfiles Parsers for log files. 
 

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

Methods in uk.ac.cisban.rod.dao that return Plate
 Plate Find.findPlate(javax.jdo.PersistenceManager pm, java.lang.Long id)
          Finds a Plate given its database id .
 Plate Find.findPlate(javax.jdo.PersistenceManager pm, java.lang.String barcode)
          Locates a Plate in the database, given a barcode String.
 Plate Persist.newPlate(java.lang.String barcodeSt, java.lang.String mediumName, java.lang.String plateCVName, java.util.Date datePoured)
           
 

Methods in uk.ac.cisban.rod.dao that return types with arguments of type Plate
 java.util.Collection<Plate> DAO.getPlates()
          Returns the whole list of Plates in the database.
 java.util.Collection<Plate> Persist.newPlates(java.util.Collection<Plate> plates)
          Presumes that the CVs are detached...
 

Method parameters in uk.ac.cisban.rod.dao with type arguments of type Plate
 java.util.Map<java.lang.String,java.lang.Exception> Find.fillPlateList(javax.jdo.PersistenceManager pm, java.util.List<java.lang.String> barcodes, java.util.List<Plate> listToFill)
          Fills the given list using the given barcodes with Plates from the DB.
 java.util.Collection<Plate> Persist.newPlates(java.util.Collection<Plate> plates)
          Presumes that the CVs are detached...
 

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

Methods in uk.ac.cisban.rod.data that return types with arguments of type Plate
 java.util.Collection<Plate> PlateManager.getPlates()
          creates a link to the database and retrieves all plates.
 

Uses of Plate in uk.ac.cisban.rod.database.plates
 

Methods in uk.ac.cisban.rod.database.plates with parameters of type Plate
 int Plate.compareTo(Plate obj)
           
 

Uses of Plate in uk.ac.cisban.rod.parsing.logfiles
 

Methods in uk.ac.cisban.rod.parsing.logfiles that return Plate
 Plate ImageResultParse.getPlate()
           
 

Methods in uk.ac.cisban.rod.parsing.logfiles with parameters of type Plate
 void ImageResultParse.setPlate(Plate plate)
           
 

Constructors in uk.ac.cisban.rod.parsing.logfiles with parameters of type Plate
ImageResultParse(Plate plate, java.lang.String imageFile, int row, int column, int x_off, int y_off, int area, int trimmed_area, int intensity, int edgePixels, double threshold, java.util.Date date)
           
ImageResultParse(Plate barcode, java.lang.String imageFile, int row, int column, int x_off, int y_off, int area, int trimmed_area, int intensity, int edgePixels, double threshold, java.util.Date date, java.awt.Color colonies, java.awt.Color background, int edgeLength, int xDim, int yDim)
           
 



Copyright © 2010. All Rights Reserved.