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

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

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

Method parameters in edu.mayo.bsi.ngsportal.client with type arguments of type FileLocation
 boolean NGSPortal.handleFileLocationListResults(String callback, List<FileLocation> result)
          Handle the results of a call to the server that returns a list of FileLocation
 void HandleFileLocationList.onSuccess(List<FileLocation> result)
           
static void MetadataTab.setFileLocations(List<FileLocation> locations)
          Give MetaDataTab the list of FileLocations for teh sample file locations
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type FileLocation
 List<FileLocation> NGSPortalServiceImpl.getFileLocations()
          Get a List of the available FileLocations that files might be saved in
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type FileLocation
 List<FileLocation> NGSPortalService.getFileLocations()
          Get a List of the available FileLocations that files might be saved in
 

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