Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 929:960dc6328e70
Facets created by the WaterlevelState store information about state's id and artifact's hash value now.
flys-artifacts/trunk@2286 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 06 Jul 2011 09:18:31 +0000 |
parents | e7664917dbdf |
children | 3fd891d5228d |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Jul 05 17:28:57 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Jul 06 09:18:31 2011 +0000 @@ -1,3 +1,15 @@ +2011-07-06 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/ReportFacet.java: A + report facet can now store the state's id and the artifact's hash value + when it has been created. + + * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: + Initialize the ReportFacet and WaterlevelFacet with state id and hash + information. This has been necessary to retrieve reports and waterlevels + in states after this one - in states that we need to enter for floodmap + parameterization. + 2011-07-05 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/states/WaterlevelGroundDifferences.java: