comparison gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactServiceAsync.java @ 8303:519023ce3500

Updated the client to build a default artifact for gauge discharge curve. * Removed code for special gauge discharge artifact * Updated GaugeListGrid in info panel to create a the new project * Updated i18n
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 22 Sep 2014 17:08:48 +0200
parents cbdf839008a7
children e3a63d9c5bb1
comparison
equal deleted inserted replaced
8302:8578babdb2c8 8303:519023ce3500
27 String locale, 27 String locale,
28 String factory, 28 String factory,
29 Recommendation recommendation, 29 Recommendation recommendation,
30 AsyncCallback<Artifact> callback); 30 AsyncCallback<Artifact> callback);
31 31
32 public void createGaugeDischargeCurveArtifact(
33 Collection collection,
34 String locale,
35 String river,
36 Long gaugeref,
37 AsyncCallback<Artifact> callback
38 );
39
40 public void createSQRelationArtifact( 32 public void createSQRelationArtifact(
41 Collection collection, 33 Collection collection,
42 String locale, 34 String locale,
43 String river, 35 String river,
44 int measurementStation, 36 int measurementStation,
45 AsyncCallback<Artifact> callback 37 AsyncCallback<Artifact> callback
46 ); 38 );
47
48 public void createGaugeDischargeView(
49 Collection collection,
50 String locale,
51 String river,
52 Long gaugeRef,
53 AsyncCallback<Artifact> callback);
54 } 39 }
55 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 40 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org