Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 930:3fd891d5228d
The DataFacets are now able to store the ID of the create which created them.
flys-artifacts/trunk@2292 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 06 Jul 2011 13:37:52 +0000 |
parents | 960dc6328e70 |
children | 057cc0bf4aef |
comparison
equal
deleted
inserted
replaced
929:960dc6328e70 | 930:3fd891d5228d |
---|---|
1 2011-07-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/DataFacet.java: | |
4 DataFacet are now able to store the ID of the state which has created | |
5 this Facet. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: | |
8 Initialize DataFacets with the ID of this state. This is necessary to | |
9 renew the waterlevel data if it is no longer existing in the cache. | |
10 | |
1 2011-07-06 Ingo Weinzierl <ingo@intevation.de> | 11 2011-07-06 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/artifacts/model/ReportFacet.java: A | 13 * 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 | 14 report facet can now store the state's id and the artifact's hash value |
5 when it has been created. | 15 when it has been created. |