diff 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
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java	Wed Sep 24 11:59:49 2014 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java	Wed Sep 24 12:02:05 2014 +0200
@@ -40,19 +40,5 @@
         String         factory,
         Recommendation recommendation
     ) throws ServerException;
-
-    /**
-     * Create a new SQRelationArtifact.
-     *
-     * @param collection the collection to add the artifact to.
-     * @param river      the river.
-     * @param measurementStation the measurement station id.
-     */
-    public Artifact createSQRelationArtifact(
-            Collection collection,
-            String locale,
-            String river,
-            int measurementStation
-    ) throws ServerException;
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org