Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 610:6484464d2059
Changed the mechanism for searching for specific parameter collections.
gnv-artifacts/trunk@676 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 11 Feb 2010 11:58:39 +0000 |
parents | 22e65fb4c64a |
children | 4b818f13e20a |
comparison
equal
deleted
inserted
replaced
609:22e65fb4c64a | 610:6484464d2059 |
---|---|
1 2010-02-11 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/StateBase.java: Declared method as | |
4 'protected' to be allowed to use it in derived classes. | |
5 | |
6 * src/main/java/de/intevation/gnv/state/OutputStateBase.java: Changed the | |
7 key to store into cache and restore data from it. Added a workarround to | |
8 find min and max value fields in InputData. | |
9 | |
10 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
11 Adapted the search mechanism for specific parameter collections. This is | |
12 required, because the the former mechanism searched in the big cache blob | |
13 - which doesn't exist anymore. | |
14 | |
15 TODO: Repair chart generation. Although there are results existing for | |
16 chart generation, no chart in drawn. | |
17 | |
1 2010-02-11 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 18 2010-02-11 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/gnv/state/StateBase.java: Improved hash | 20 * src/main/java/de/intevation/gnv/state/StateBase.java: Improved hash |
4 creation of each state. The hash is created using the uuid, state-id and | 21 creation of each state. The hash is created using the uuid, state-id and |
5 the hash code of the input data required for the sql statement. | 22 the hash code of the input data required for the sql statement. |