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

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

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

Method parameters in edu.mayo.bsi.ngsportal.client with type arguments of type ResultInfo
 void HandleRunSearch.onSuccess(List<ResultInfo> results)
           
 void ReportsPage.populateProjectTreeByPI(List<ResultInfo> results)
           
 void ProjectExplorerPage.populateProjectTreeByPI(List<ResultInfo> results)
           
 void ReportsPage.populateTreeByProj(List<ResultInfo> results)
          Populates the tree widget with samples organized by project.
 void ProjectExplorerPage.populateTreeByProj(List<ResultInfo> results)
          Populates the tree widget with samples organized by project.
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type ResultInfo
 List<ResultInfo> NGSPortalServiceImpl.getMatchingRuns(int connectionID, String piName, String runID, String sample, String application, String rlimsProject, String rlimsID, Date startDate, Date endDate, boolean onlyAnalyzed, String projName)
           
 List<ResultInfo> NGSPortalServiceImpl.getRetainedSamples(int connectionID, String piName, String runID, String sample, boolean isPrimary)
          Get all the runs and samples that have data files that are currently marked for non-deletion
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type ResultInfo
 List<ResultInfo> NGSPortalService.getMatchingRuns(int connectionID, String piName, String runID, String sample, String application, String rlimsProject, String rlimsID, Date startDate, Date endDate, boolean onlyAnalyzed, String projName)
          Search the database for all the runs matching the criteria given, and return them
 List<ResultInfo> NGSPortalService.getRetainedSamples(int connectionID, String piName, String runID, String sample, boolean isPrimary)
          Get all the runs and samples that have data files that are currently marked for non-deletion
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type ResultInfo
 void NGSPortalServiceAsync.getMatchingRuns(int connectionID, String piName, String runID, String sample, String application, String rlimsProject, String rlimsID, Date startDate, Date endDate, boolean onlyAnalyzed, String projName, com.google.gwt.user.client.rpc.AsyncCallback<List<ResultInfo>> callback)
          Search the database for all the runs matching the criteria given, and return them
 void NGSPortalServiceAsync.getRetainedSamples(int connectionID, String piName, String runID, String sample, boolean isPrimary, com.google.gwt.user.client.rpc.AsyncCallback<List<ResultInfo>> callback)
           
static void ResultInfo.sortResultInfoListByPI(List<ResultInfo> result)
          Sort the result list in increasing alphabetical order of the PI name
static void ResultInfo.sortResultInfoListByRun(List<ResultInfo> result)
          Sort the result list in decreasing alphabetical order of the run name