comparison gwt-client/src/main/java/org/dive4elements/river/client/client/services/DynamicMainValuesService.java @ 9404:bc9a45d2b1fa

common time range for gauges incl. error messages
author gernotbelger
date Wed, 15 Aug 2018 13:59:09 +0200
parents 82c67b859aa7
children
comparison
equal deleted inserted replaced
9403:e2da9c8a7c57 9404:bc9a45d2b1fa
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the 5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details. 6 * documentation coming with Dive4Elements River for details.
7 */ 7 */
8 8
9 package org.dive4elements.river.client.client.services; 9 package org.dive4elements.river.client.client.services;
10
11 import java.util.Date;
10 12
11 import org.dive4elements.river.client.shared.exceptions.ServerException; 13 import org.dive4elements.river.client.shared.exceptions.ServerException;
12 import org.dive4elements.river.client.shared.model.WQInfoObject; 14 import org.dive4elements.river.client.shared.model.WQInfoObject;
13 15
14 import com.google.gwt.user.client.rpc.RemoteService; 16 import com.google.gwt.user.client.rpc.RemoteService;
23 public interface DynamicMainValuesService extends RemoteService { 25 public interface DynamicMainValuesService extends RemoteService {
24 26
25 /** 27 /**
26 * This method returns a list of DistanceInfoObjects for a specific river. 28 * This method returns a list of DistanceInfoObjects for a specific river.
27 */ 29 */
28 WQInfoObject[] getWQInfo(String locale, String river, double start, double end, int startYear, int endYear) throws ServerException; 30 WQInfoObject[] getWQInfo(String locale, String river, double start, double end, Date startDate, Date endDate) throws ServerException;
29 } 31 }

http://dive4elements.wald.intevation.org