Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
928:e7664917dbdf | 929:960dc6328e70 |
---|---|
1 2011-07-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/ReportFacet.java: A | |
4 report facet can now store the state's id and the artifact's hash value | |
5 when it has been created. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: | |
8 Initialize the ReportFacet and WaterlevelFacet with state id and hash | |
9 information. This has been necessary to retrieve reports and waterlevels | |
10 in states after this one - in states that we need to enter for floodmap | |
11 parameterization. | |
12 | |
1 2011-07-05 Ingo Weinzierl <ingo@intevation.de> | 13 2011-07-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelGroundDifferences.java: | 15 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelGroundDifferences.java: |
4 Changed the desired UI provider. | 16 Changed the desired UI provider. |
5 | 17 |