comparison flys-client/src/main/java/de/intevation/flys/client/client/services/CSVExportService.java @ 550:605debcbb6a0

Adjusted the return values of the CSVExportService, so that GWT can handle those values better. flys-client/trunk@2063 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 07 Jun 2011 12:51:57 +0000
parents 71a7533555d0
children bc06a671ef60
comparison
equal deleted inserted replaced
549:e74bf6bfeeb6 550:605debcbb6a0
17 public interface CSVExportService extends RemoteService { 17 public interface CSVExportService extends RemoteService {
18 18
19 /** 19 /**
20 * This method returns a list of DistanceInfoObjects for a specific river. 20 * This method returns a list of DistanceInfoObjects for a specific river.
21 */ 21 */
22 List getCSV( 22 List<String[]> getCSV(
23 String serverUrl, 23 String serverUrl,
24 String locale, 24 String locale,
25 String uuid, 25 String uuid,
26 String name) 26 String name)
27 throws ServerException; 27 throws ServerException;

http://dive4elements.wald.intevation.org