Uses of Class
edu.mayo.bsi.ngsportal.shared.ReportData

Packages that use ReportData
edu.mayo.bsi.ngsportal.server   
edu.mayo.bsi.ngsportal.shared   
 

Uses of ReportData in edu.mayo.bsi.ngsportal.server
 

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type ReportData
 List<ReportData> NGSPortalServiceImpl.getReport(int connectionID, String piName, String instrument, int appType, Date minStartDate, Date maxStartDate, Date minEndDate, Date maxEndDate)
          Get a report on the runs specified by the following criteria
 

Uses of ReportData in edu.mayo.bsi.ngsportal.shared
 

Methods in edu.mayo.bsi.ngsportal.shared with parameters of type ReportData
 int ReportData.compareTo(ReportData other)
           
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type ReportData
static void ReportData.printCollection(Collection<ReportData> theReport, PrintStream out)
          Print out a Collection of ReportData to a PrintStream