declared savesEntity method to return a flag indicating whether the creator class...
authorCherian Mathew <c.mathew@bgbm.org>
Mon, 22 Jul 2013 15:24:06 +0000 (15:24 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Mon, 22 Jul 2013 15:24:06 +0000 (15:24 +0000)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/annotatedlineeditor/IEntityCreator.java

index 0ea3e38e49c11f7dc6646c9627f9f091d19a8267..40572208fa7f1fa71fe76137f86aff6fb8c0f662 100644 (file)
@@ -49,4 +49,13 @@ public interface IEntityCreator<T> {
         * @return a {@link java.util.Map} object.
         */
        Map<Object, String> getKeyLabelPairs();
+       
+       /**
+        * Return a flag indicating whether this creator also saves the entities
+        *
+        * @return true or false
+        */
+       boolean savesEntity();
+       
+
 }