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

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

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

Methods in edu.mayo.bsi.ngsportal.client with parameters of type PrimaryAnalysisBean
 void PrimaryStatusPanel.updateMessage(PrimaryAnalysisBean primaryBean)
           
 

Constructors in edu.mayo.bsi.ngsportal.client with parameters of type PrimaryAnalysisBean
PrimaryStatusPanel(PrimaryAnalysisBean primaryBean, InstrumentDashboardPage instrumentDashboardPage)
           
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type PrimaryAnalysisBean
 Map<String,PrimaryAnalysisBean> NGSPortalServiceImpl.getCurrentPrimaryStatus(int connectionID)
          Get the latest primary analysis statuses, from all the primary analysis results that have been updated in the last week
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type PrimaryAnalysisBean
 Map<String,PrimaryAnalysisBean> NGSPortalService.getCurrentPrimaryStatus(int connectionID)
          Get the latest primary analysis statuses, from all the primary analysis results that have been updated in the last week
 

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