comparison gwt-client/src/main/java/org/dive4elements/river/client/client/services/DynamicMainValuesTimeRangeDeterminationService.java @ 9412:0fb76f2d4e5b

bundu wst time range globalErrorMsg to client - no error thrown
author gernotbelger
date Thu, 16 Aug 2018 11:40:28 +0200
parents bc9a45d2b1fa
children
comparison
equal deleted inserted replaced
9411:fe7edef5af47 9412:0fb76f2d4e5b
7 */ 7 */
8 8
9 package org.dive4elements.river.client.client.services; 9 package org.dive4elements.river.client.client.services;
10 10
11 import org.dive4elements.river.client.shared.exceptions.ServerException; 11 import org.dive4elements.river.client.shared.exceptions.ServerException;
12 import org.dive4elements.river.client.shared.model.GaugeInfoObject; 12 import org.dive4elements.river.client.shared.model.GaugeInfoResult;
13 13
14 import com.google.gwt.user.client.rpc.RemoteService; 14 import com.google.gwt.user.client.rpc.RemoteService;
15 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; 15 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
16 16
17 /** 17 /**
25 /** 25 /**
26 * This method returns a list of DistanceInfoObjects for a specific river. 26 * This method returns a list of DistanceInfoObjects for a specific river.
27 * 27 *
28 * @throws ServerException 28 * @throws ServerException
29 */ 29 */
30 GaugeInfoObject[] getGaugeInfo(String locale, String river, final String[] gauges, int startYear, int endYear) throws ServerException; 30 GaugeInfoResult getGaugeInfo(String locale, String river, final String[] gauges, int startYear, int endYear) throws ServerException;
31 31
32 } 32 }

http://dive4elements.wald.intevation.org