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

Packages that use QCResult
edu.mayo.bsi.ngsportal.client   
edu.mayo.bsi.ngsportal.server   
edu.mayo.bsi.ngsportal.shared   
 

Uses of QCResult in edu.mayo.bsi.ngsportal.client
 

Methods in edu.mayo.bsi.ngsportal.client that return types with arguments of type QCResult
 List<QCResult> ReportsPage.SampleTreeNode.getQcResults()
           
 List<QCResult> ProjectExplorerPage.SampleTreeNode.getQcResults()
           
 

Methods in edu.mayo.bsi.ngsportal.client with parameters of type QCResult
 void FastQCForm.populate(QCResult qcResult)
           
 

Method parameters in edu.mayo.bsi.ngsportal.client with type arguments of type QCResult
 void HandleQCSearch.onSuccess(List<QCResult> results)
           
 void ReportsPage.SampleTreeNode.setQcResults(List<QCResult> qcResults)
           
 void ProjectExplorerPage.SampleTreeNode.setQcResults(List<QCResult> qcResults)
           
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type QCResult
 List<QCResult> NGSPortalServiceImpl.getQCResults(int connectionID, String sampleName, String runID)
          Get all the information about the QCResults for a sample from a given run
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type QCResult
 List<QCResult> SampleInfo.getQCResult()
           
 List<QCResult> NGSPortalService.getQCResults(int connectionID, String sampleName, String runID)
          Get all the information about the QCResults for a sample from a given run
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type QCResult
 void NGSPortalServiceAsync.getQCResults(int connectionID, String sampleName, String runID, com.google.gwt.user.client.rpc.AsyncCallback<List<QCResult>> callback)
           
 void SampleInfo.setQCResult(List<QCResult> qcResult)
          Update the QC Result List.