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

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

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type ProjectInfo
 List<ProjectInfo> NGSPortalServiceImpl.getProjects(int connectionID, int[] projIDs)
           
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type ProjectInfo
 List<ProjectInfo> NGSPortalService.getProjects(int connectionID, int[] projIDs)
          Gets one or more projects.
 

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