comparison gwt-client/src/main/java/org/dive4elements/river/client/client/services/DischargeInfoService.java @ 6837:9da2298ae380

(issue1353) Add river name to query for discharge Info The previous assumption was that the official number is unique for a gauge. This assumption is broken by having multiple variants of a river in the database, like Donau (schleusenkanäle)
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 15 Aug 2013 15:57:13 +0200
parents ea9eef426962
children
comparison
equal deleted inserted replaced
6836:caf027fe0715 6837:9da2298ae380
26 /** 26 /**
27 * This method returns a list of DischargeInfoObjects for a specific gauge. 27 * This method returns a list of DischargeInfoObjects for a specific gauge.
28 */ 28 */
29 DischargeInfoObject[] getDischargeInfo( 29 DischargeInfoObject[] getDischargeInfo(
30 String locale, 30 String locale,
31 long gauge) 31 long gauge,
32 String river)
32 throws ServerException; 33 throws ServerException;
33 } 34 }
34 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 35 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org