uk.ac.cisban.rod.dao.specifics
Class Export

java.lang.Object
  extended by uk.ac.cisban.rod.dao.specifics.Export

public class Export
extends java.lang.Object

Retrieves all information from the database necessary to export an Experiment to file.

Since:
22-Jan-2010, 15:36:19
Author:
Morgan Taschuk

Constructor Summary
Export(Find find, Exists exists, ResultPrinter srl)
          Main constructor.
 
Method Summary
 void 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export

public Export(Find find,
              Exists exists,
              ResultPrinter srl)
Main constructor.

Parameters:
find -
exists -
srl - prints the exported experiment
Method Detail

printImageSpot

public void printImageSpot(javax.jdo.PersistenceManager pm,
                           Image image,
                           long numSpots,
                           Repeat repeat,
                           ImageSpot imageSpot)
                    throws QueryNotFoundException
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.

Parameters:
pm - the persistence manager
image - the image that the imagespot comes from to print
numSpots -
repeat - the repeat that the image is from
imageSpot - the ImageSpot to print
Throws:
QueryNotFoundException


Copyright © 2010. All Rights Reserved.