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

Updated the client to build a default artifact for sq relations. * Removed code for special sq relation artifact * Updated MeasurementListGrid in info panel to create a new project * Updated i18n
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 24 Sep 2014 12:02:05 +0200
parents 519023ce3500
children 75ccacd37bec
comparison
equal deleted inserted replaced
8312:9f5059f4f01a 8313:e3a63d9c5bb1
38 public Artifact create( 38 public Artifact create(
39 String locale, 39 String locale,
40 String factory, 40 String factory,
41 Recommendation recommendation 41 Recommendation recommendation
42 ) throws ServerException; 42 ) throws ServerException;
43
44 /**
45 * Create a new SQRelationArtifact.
46 *
47 * @param collection the collection to add the artifact to.
48 * @param river the river.
49 * @param measurementStation the measurement station id.
50 */
51 public Artifact createSQRelationArtifact(
52 Collection collection,
53 String locale,
54 String river,
55 int measurementStation
56 ) throws ServerException;
57 } 43 }
58 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 44 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org