comparison gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java @ 6039:b6dab05553e2

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 16 May 2013 16:30:36 +0200
parents ea9eef426962
children cbdf839008a7
comparison
equal deleted inserted replaced
6038:a0dd303f4a08 6039:b6dab05553e2
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 45 * Create a new GaugeDischageCurveArtifact.
46 * 46 *
47 * @param collection the collection to add the artifact to 47 * @param collection the collection to add the artifact to.
48 * @param river the river 48 * @param river the river.
49 * @param gaugeref reference id of the gauge 49 * @param gaugeref reference id of the gauge.
50 */ 50 */
51 public Artifact createGaugeDischargeCurveArtifact( 51 public Artifact createGaugeDischargeCurveArtifact(
52 Collection collection, 52 Collection collection,
53 String locale, 53 String locale,
54 String river, 54 String river,
55 Long gaugeref 55 Long gaugeref
56 ) throws ServerException; 56 ) throws ServerException;
57 57
58 /** 58 /**
59 * Create a new SQRelationArtifact 59 * Create a new SQRelationArtifact.
60 * 60 *
61 * @param collection the collection to add the artifact to 61 * @param collection the collection to add the artifact to.
62 * @param river the river 62 * @param river the river.
63 * @param measurementStation the measurement station id 63 * @param measurementStation the measurement station id.
64 */ 64 */
65 public Artifact createSQRelationArtifact( 65 public Artifact createSQRelationArtifact(
66 Collection collection, 66 Collection collection,
67 String locale, 67 String locale,
68 String river, 68 String river,

http://dive4elements.wald.intevation.org