add moveDescription to transientService
authorKatja Luther <k.luther@bgbm.org>
Mon, 12 Oct 2015 10:26:58 +0000 (12:26 +0200)
committerKatja Luther <k.luther@bgbm.org>
Mon, 12 Oct 2015 10:26:58 +0000 (12:26 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientDescriptionService.java

index 82a20be6d7df5d3077ea74a43ba2fc4708ac8f6a..2954833fc67296f5ddad51a71da81f925115058d 100644 (file)
@@ -1223,4 +1223,13 @@ public class TransientDescriptionService implements IDescriptionService {
         return defaultService.loadWithUpdate(arg0);
     }
 
         return defaultService.loadWithUpdate(arg0);
     }
 
+    /* (non-Javadoc)
+     * @see eu.etaxonomy.cdm.api.service.IDescriptionService#moveTaxonDescription(java.util.UUID, java.util.UUID)
+     */
+    @Override
+    public UpdateResult moveTaxonDescription(UUID arg0, UUID arg1) {
+
+        return defaultService.moveTaxonDescriptions(arg0, arg1);
+    }
+
 }
 }