comparison gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.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 b6dab05553e2
children 519023ce3500
comparison
equal deleted inserted replaced
6039:b6dab05553e2 6040:cbdf839008a7
66 Collection collection, 66 Collection collection,
67 String locale, 67 String locale,
68 String river, 68 String river,
69 int measurementStation 69 int measurementStation
70 ) throws ServerException; 70 ) 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;
71 } 85 }
72 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 86 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org