comparison flys-client/src/main/java/de/intevation/flys/client/client/services/RiverInfoService.java @ 4250:ef154fbf58f1

Add method to get the MeasurementStations from the RiverInfoService Also refactor the RiverInfoServiceImpl to use common code for getting GaugeInfo and MeasurementStations.
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 24 Oct 2012 17:09:04 +0200
parents flys-client/src/main/java/de/intevation/flys/client/client/services/GaugeOverviewInfoService.java@4e33aa341e51
children
comparison
equal deleted inserted replaced
4249:7a889098bcc6 4250:ef154fbf58f1
16 * Returns a RiverInfo object with GaugeInfos 16 * Returns a RiverInfo object with GaugeInfos
17 */ 17 */
18 public RiverInfo getGauges(String river) 18 public RiverInfo getGauges(String river)
19 throws ServerException; 19 throws ServerException;
20 20
21 /**
22 * Returns a RiverInfo object with MeasurementStations
23 */
24 public RiverInfo getMeasurementStations(String river)
25 throws ServerException;
26
21 } 27 }

http://dive4elements.wald.intevation.org