comparison artifacts/src/main/java/org/dive4elements/river/artifacts/StaticWQKmsArtifact.java @ 7842:8d5ca5175038

Updated signature of artifacts setup method; Removed unnecessary setup overrides.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 30 Apr 2014 15:12:32 +0200
parents 49a92f7e2017
children e4606eae8ea5
comparison
equal deleted inserted replaced
7841:8036688f24e1 7842:8d5ca5175038
94 public void setup( 94 public void setup(
95 String identifier, 95 String identifier,
96 ArtifactFactory factory, 96 ArtifactFactory factory,
97 Object context, 97 Object context,
98 CallMeta callMeta, 98 CallMeta callMeta,
99 Document data) 99 Document data,
100 List<Class> loadFacets)
100 { 101 {
101 logger.debug("StaticWQKmsArtifact.setup"); 102 logger.debug("StaticWQKmsArtifact.setup");
102 103
103 // Store the 'ids' (from datacage). 104 // Store the 'ids' (from datacage).
104 if (logger.isDebugEnabled()) { 105 if (logger.isDebugEnabled()) {
123 addStringData("wst_id", parts[3]); 124 addStringData("wst_id", parts[3]);
124 } 125 }
125 } 126 }
126 127
127 // Do this AFTER we have set the col_pos etc. 128 // Do this AFTER we have set the col_pos etc.
128 super.setup(identifier, factory, context, callMeta, data); 129 super.setup(identifier, factory, context, callMeta, data, loadFacets);
129 } 130 }
130 131
131 132
132 /** 133 /**
133 * Called via setup. 134 * Called via setup.

http://dive4elements.wald.intevation.org