Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1075:feaf778d510e
Changed the way of collecting the data for the RiverAxisArtifact - use the database instead of a Master-Artifact.
flys-artifacts/trunk@2568 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 24 Aug 2011 14:35:38 +0000 |
parents | 21b9eb24bd47 |
children | 6ada2b84ddf8 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Aug 24 14:30:27 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Aug 24 14:35:38 2011 +0000 @@ -1,3 +1,13 @@ +2011-08-24 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/RiverFactory.java: + Added a method that returns a River object based on its database id. + + * src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java: The + data that is required for this artifact is fetched from database instead + from a Master-Artifact. The creation of static artifacts should use + database ids instead of cloning a Master-Artifact. + 2011-08-24 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: