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

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

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type SecondaryProjectInfo
 List<SecondaryProjectInfo> NGSPortalServiceImpl.getProjects(int connectionID, String projectName)
           
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type SecondaryProjectInfo
 List<SecondaryProjectInfo> NGSPortalService.getProjects(int connectionID, String projectName)
          Get all the Secondary Projects created by this individual, or the single project projectName
 

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