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

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

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

Method parameters in edu.mayo.bsi.ngsportal.client with type arguments of type Analysis2
 void HandleSecondaryAnalysis.onSuccess(List<Analysis2> results)
           
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type Analysis2
 List<Analysis2> NGSPortalServiceImpl.getSecondaryAnalysisResults(int connectionID, Date finishedCutoff)
          Get all the information about the Secondary Analysis results for a sample from a given run
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type Analysis2
 List<Analysis2> NGSPortalService.getSecondaryAnalysisResults(int connectionID, Date finishedCutoff)
          Get all the information about the Secondary Analysis results for a sample from a given run
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type Analysis2
 void NGSPortalServiceAsync.getSecondaryAnalysisResults(int connectionID, Date finishedCutoff, com.google.gwt.user.client.rpc.AsyncCallback<List<Analysis2>> callback)