comparison gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactServiceAsync.java @ 6040:cbdf839008a7

Add a new function to create a GaugeDischarge+MainValueArtifact collection.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 16 May 2013 16:31:09 +0200
parents ea9eef426962
children 519023ce3500
comparison
equal deleted inserted replaced
6039:b6dab05553e2 6040:cbdf839008a7
42 String locale, 42 String locale,
43 String river, 43 String river,
44 int measurementStation, 44 int measurementStation,
45 AsyncCallback<Artifact> callback 45 AsyncCallback<Artifact> callback
46 ); 46 );
47
48 public void createGaugeDischargeView(
49 Collection collection,
50 String locale,
51 String river,
52 Long gaugeRef,
53 AsyncCallback<Artifact> callback);
47 } 54 }
48 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 55 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org