Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 379:c21fb8de54f8
Enabled the FLYSArtifact to handle an array of inserted WQ values (without given ranges).
flys-artifacts/trunk@1793 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 02 May 2011 15:17:04 +0000 |
parents | 20c3a5b36434 |
children | 5f55047a17e8 |
comparison
equal
deleted
inserted
replaced
378:20c3a5b36434 | 379:c21fb8de54f8 |
---|---|
1 2011-05-02 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/winfo.xml: Added two further data items in the WQ | |
4 selection state. Those items are necessary to store the information | |
5 about the selected mode (range/single selection) and the values of the | |
6 single selection. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/states/DefaultState.java: If | |
9 there is no value for a data item, this item is not written into the | |
10 static DESCRIBE part. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/states/RangeState.java, | |
13 src/main/java/de/intevation/flys/artifacts/states/LocationDistanceSelect.java: | |
14 Renamed the method to validate upper and lower values. | |
15 | |
16 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: This | |
17 state can now handle values inserted in the single selection. Therefore, | |
18 new validate methods has been added. | |
19 | |
20 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: The | |
21 methods getWs() and getWs() take care on the values inserted in the | |
22 single insert mode of the client which enables the user to insert single | |
23 W and Q. | |
24 | |
1 2011-05-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 25 2011-05-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 26 |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | 27 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: |
4 Repaired getQForW() by calculating indices on right dimension. | 28 Repaired getQForW() by calculating indices on right dimension. |
5 | 29 |