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

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

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type GroupInfo
 List<GroupInfo> NGSPortalServiceImpl.getGroups(int connectionID)
          Get the list of all the groups in the DB
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type GroupInfo
 List<GroupInfo> NGSPortalService.getGroups(int connectionID)
          Get the list of all the groups in the DB
 

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