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

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

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

Methods in edu.mayo.bsi.ngsportal.client with parameters of type SecondaryAnalysisBean
 void SecondaryStatusPanel.updateMessage(SecondaryAnalysisBean secondaryBean)
           
 void SecondaryRunStatusPanel.updateMessage(SecondaryAnalysisBean secondaryBean)
           
 

Constructors in edu.mayo.bsi.ngsportal.client with parameters of type SecondaryAnalysisBean
SecondaryStatusPanel(SecondaryAnalysisBean secondaryBean, InstrumentDashboardPage instrumentDashboardPage)
           
 

Constructor parameters in edu.mayo.bsi.ngsportal.client with type arguments of type SecondaryAnalysisBean
SecondaryRunStatusPanel(String runName, List<SecondaryAnalysisBean> list, InstrumentDashboardPage instrumentDashboardPage)
           
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type SecondaryAnalysisBean
 Map<String,List<SecondaryAnalysisBean>> NGSPortalServiceImpl.getSecondaryStatus(int connectID)
          SQL query and result set to Return current Secondary Analysis status
 Map<String,List<SecondaryAnalysisBean>> NGSPortalServiceImpl.sqlresultToSecondaryAnalysis(ResultSet rs)
          Converts Secondary Analysis Result set to SecondaryAnalysisBean
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type SecondaryAnalysisBean
 Map<String,SecondaryAnalysisBean> SecondaryAnalysisBuilder.getSecdashboard()
           
 Map<String,List<SecondaryAnalysisBean>> NGSPortalService.getSecondaryStatus(int connectionID)
           
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type SecondaryAnalysisBean
 void NGSPortalServiceAsync.getSecondaryStatus(int connectID, com.google.gwt.user.client.rpc.AsyncCallback<Map<String,List<SecondaryAnalysisBean>>> asyncCallback)
           
 void SecondaryAnalysisBuilder.setSecdashboard(Map<String,SecondaryAnalysisBean> secdashboard)