comparison gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.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
40 String factory, 40 String factory,
41 Recommendation recommendation 41 Recommendation recommendation
42 ) throws ServerException; 42 ) throws ServerException;
43 43
44 /** 44 /**
45 * Create a new GaugeDischageCurveArtifact.
46 *
47 * @param collection the collection to add the artifact to.
48 * @param river the river.
49 * @param gaugeref reference id of the gauge.
50 */
51 public Artifact createGaugeDischargeCurveArtifact(
52 Collection collection,
53 String locale,
54 String river,
55 Long gaugeref
56 ) throws ServerException;
57
58 /**
59 * Create a new SQRelationArtifact. 45 * Create a new SQRelationArtifact.
60 * 46 *
61 * @param collection the collection to add the artifact to. 47 * @param collection the collection to add the artifact to.
62 * @param river the river. 48 * @param river the river.
63 * @param measurementStation the measurement station id. 49 * @param measurementStation the measurement station id.
66 Collection collection, 52 Collection collection,
67 String locale, 53 String locale,
68 String river, 54 String river,
69 int measurementStation 55 int measurementStation
70 ) throws ServerException; 56 ) throws ServerException;
71
72 /**
73 * Create a new GaugeDischageCurveArtifact and also a Mainvalueartifact.
74 *
75 * @param collection the collection to add the artifacts to.
76 * @param river the river.
77 * @param gaugeref reference id of the gauge.
78 */
79 public Artifact createGaugeDischargeView(
80 Collection collection,
81 String locale,
82 String river,
83 Long gaugeRef)
84 throws ServerException;
85 } 57 }
86 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 58 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org