Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 486:8ea09ec7f0c8
Importer: Attach a time interval to a discharge table if we find one during import.
flys-backend/trunk@1813 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 03 May 2011 17:34:52 +0000 |
parents | 6b231041dc18 |
children | cf513cbe88c3 |
comparison
equal
deleted
inserted
replaced
485:6b231041dc18 | 486:8ea09ec7f0c8 |
---|---|
1 2011-05-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/importer/ImportTimeInterval.java: | |
4 New. Importer model help fetching the database peer. | |
5 | |
6 * src/main/java/de/intevation/flys/model/TimeInterval.java: | |
7 Add convinience constructor with start and stop time. | |
8 | |
9 * src/main/java/de/intevation/flys/importer/AtFileParser.java: | |
10 Attach a time interval to a discharge table if we find one. | |
11 | |
12 * src/main/java/de/intevation/flys/importer/ImportDischargeTable.java: | |
13 Store the reference to the importer model of the | |
14 time interval of the discharge table. | |
15 | |
1 2011-05-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 16 2011-05-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/importer/AtFileParser.java: | 18 * src/main/java/de/intevation/flys/importer/AtFileParser.java: |
4 Try to extract time ranges from at files. | 19 Try to extract time ranges from at files. |
5 | 20 |