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

Packages that use SecondaryDetails
edu.mayo.bsi.ngsportal.server   
edu.mayo.bsi.ngsportal.shared   
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type SecondaryDetails
 List<SecondaryDetails> NGSPortalServiceImpl.getSecondaryAnalysisHistory(int connectid, int projectid)
           
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type SecondaryDetails
 List<SecondaryDetails> NGSPortalService.getSecondaryAnalysisHistory(int connectionID, int secondaryProjectID)
           
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type SecondaryDetails
 void NGSPortalServiceAsync.getSecondaryAnalysisHistory(int connectID, int secondaryProjectID, com.google.gwt.user.client.rpc.AsyncCallback<List<SecondaryDetails>> asyncCallback)