Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java @ 475:c0504976e606
Renamed FISSelectArtifact to SelectProductArtifact which fits better, because the intent of this artifact is to choose a product - not a fis.
gnv-artifacts/trunk@542 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 14 Jan 2010 11:07:27 +0000 |
parents | a6a33ef35809 |
children | 0e0c64c821dc |
comparison
equal
deleted
inserted
replaced
474:ab29e4ff2fda | 475:c0504976e606 |
---|---|
30 import de.intevation.artifacts.ArtifactNamespaceContext; | 30 import de.intevation.artifacts.ArtifactNamespaceContext; |
31 import de.intevation.artifacts.CallContext; | 31 import de.intevation.artifacts.CallContext; |
32 import de.intevation.artifacts.CallMeta; | 32 import de.intevation.artifacts.CallMeta; |
33 import de.intevation.gnv.artifacts.cache.CacheFactory; | 33 import de.intevation.gnv.artifacts.cache.CacheFactory; |
34 import de.intevation.gnv.artifacts.context.GNVArtifactContext; | 34 import de.intevation.gnv.artifacts.context.GNVArtifactContext; |
35 import de.intevation.gnv.artifacts.fis.FISSelectArtifact; | 35 import de.intevation.gnv.artifacts.fis.SelectProductArtifact; |
36 import de.intevation.gnv.artifacts.fis.product.Product; | 36 import de.intevation.gnv.artifacts.fis.product.Product; |
37 import de.intevation.gnv.artifacts.ressource.RessourceFactory; | 37 import de.intevation.gnv.artifacts.ressource.RessourceFactory; |
38 import de.intevation.gnv.state.DefaultInputData; | 38 import de.intevation.gnv.state.DefaultInputData; |
39 import de.intevation.gnv.state.InputData; | 39 import de.intevation.gnv.state.InputData; |
40 import de.intevation.gnv.state.InputValue; | 40 import de.intevation.gnv.state.InputValue; |
185 ); | 185 ); |
186 } | 186 } |
187 | 187 |
188 // goto initial step | 188 // goto initial step |
189 else if(targetState.equals(INITIAL_STATE)) { | 189 else if(targetState.equals(INITIAL_STATE)) { |
190 FISSelectArtifact select = new FISSelectArtifact(); | 190 SelectProductArtifact select = new SelectProductArtifact(); |
191 select.setup(identifier, new GNVArtifactFactory(), context); | 191 select.setup(identifier, new GNVArtifactFactory(), context); |
192 context.putContextValue(ProxyArtifact.REPLACE_PROXY, select); | 192 context.putContextValue(ProxyArtifact.REPLACE_PROXY, select); |
193 | 193 |
194 result = createReport( | 194 result = createReport( |
195 result, "result", "success", "Advance success" | 195 result, "result", "success", "Advance success" |