Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 785:e764cab8c885
Save the relation between selected measurement and the parameter it belongs to (issue210). TODO: Adapt sql statements.
gnv-artifacts/trunk@867 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 30 Mar 2010 14:05:22 +0000 |
parents | 7b81d563c8c0 |
children | c907636c0288 |
comparison
equal
deleted
inserted
replaced
784:7b81d563c8c0 | 785:e764cab8c885 |
---|---|
1 2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue210 (First work for saving relation between selected measurement and | |
4 the parameter it belongs to completed) | |
5 | |
6 * src/main/java/de/intevation/gnv/state/DefaultInputData.java: Added a | |
7 further constructor and changed the visibility of the separator character | |
8 used by this class to public. | |
9 | |
10 * src/main/java/de/intevation/gnv/state/ExtendedInputData.java: This class | |
11 enhances DefaultInputData and has a further field storing a string | |
12 parameter. This is necessary to save the information about the | |
13 relation between selected measurement and the parameter it belongs to. | |
14 | |
15 * src/main/java/de/intevation/gnv/state/MeasurementState.java: Little | |
16 changes in the data of the describe document. The value for the checkboxes | |
17 are composed of the measurement id and the parameter id separated by a | |
18 semicolon. Furthermore the incoming document of a feed call is parsed in | |
19 this class to save the relation between selected measurement and the | |
20 parameter it belongs to. ExtendedInputData class is used as storage. | |
21 | |
22 * src/main/java/de/intevation/gnv/utils/InputValidator.java: Changed the | |
23 method signatures of all methods to static for using it without | |
24 instantiating an object of this class. | |
25 | |
1 2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 26 2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 27 |
3 Issue212 (Improved input validation) | 28 Issue212 (Improved input validation) |
4 | 29 |
5 * src/main/java/de/intevation/gnv/state/MinMaxDateState.java: Improved date | 30 * src/main/java/de/intevation/gnv/state/MinMaxDateState.java: Improved date |