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

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

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

Method parameters in edu.mayo.bsi.ngsportal.client with type arguments of type AnalysisInfo
 void HandleAnalysisSearch.onSuccess(List<AnalysisInfo> results)
           
 void NGSPortalDashboard.showAnalysisResults(List<AnalysisInfo> results)
          Clear out the old analysis results and then display the new results from the server.
 void NGSPortal.showAnalysisResults(List<AnalysisInfo> results)
          Clear out the old analysis results and then display the new results from the server.
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type AnalysisInfo
 List<AnalysisInfo> NGSPortalServiceImpl.getAnalyzedSamples(int connectionID, String theRun)
           
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type AnalysisInfo
 List<AnalysisInfo> NGSPortalService.getAnalyzedSamples(int connectionID, String theRun)
          Finds all the samples for a run that have had an analysis done
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type AnalysisInfo
 void NGSPortalServiceAsync.getAnalyzedSamples(int connectionID, String runID, com.google.gwt.user.client.rpc.AsyncCallback<List<AnalysisInfo>> callback)