Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1074:21b9eb24bd47 | 1075:feaf778d510e |
---|---|
1 2011-08-24 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/RiverFactory.java: | |
4 Added a method that returns a River object based on its database id. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java: The | |
7 data that is required for this artifact is fetched from database instead | |
8 from a Master-Artifact. The creation of static artifacts should use | |
9 database ids instead of cloning a Master-Artifact. | |
10 | |
1 2011-08-24 Ingo Weinzierl <ingo@intevation.de> | 11 2011-08-24 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: | 13 * src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: |
4 Removed needless imports. | 14 Removed needless imports. |
5 | 15 |