diff flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java @ 3422:118fe1cc8cc8

OutGenerators got a setCollection() method; analogous to setMasterArtifact(). Registered the SQOverviewGenerator as OutGenerator for 'sq_overview' Output. flys-artifacts/trunk@5076 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 20 Jul 2012 06:50:25 +0000
parents 4ac581062c40
children a707ef048188
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java	Thu Jul 19 21:12:57 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java	Fri Jul 20 06:50:25 2012 +0000
@@ -22,6 +22,7 @@
 import de.intevation.artifacts.common.utils.XMLUtils;
 
 import de.intevation.flys.artifacts.resources.Resources;
+import de.intevation.flys.collections.FLYSArtifactCollection;
 
 import de.intevation.flys.utils.Formatter;
 
@@ -67,6 +68,9 @@
     /** The selected facet. */
     protected String facet;
 
+    /** The collection.*/
+    protected FLYSArtifactCollection collection;
+
     /** The master artifact. */
     protected Artifact master;
 
@@ -113,6 +117,12 @@
     }
 
 
+    @Override
+    public void setCollection(FLYSArtifactCollection collection) {
+        this.collection = collection;
+    }
+
+
     /**
      * This doOut() just collects the data of multiple artifacts. Therefore, it
      * makes use of the addData() method which enables concrete subclasses to

http://dive4elements.wald.intevation.org