Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 121:e0ded17a4846
Implemented the feed() operation.
flys-artifacts/trunk@1442 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Mar 2011 14:13:57 +0000 |
parents | 5243ac559e16 |
children | d3b8b0b1d010 |
comparison
equal
deleted
inserted
replaced
120:5243ac559e16 | 121:e0ded17a4846 |
---|---|
1 2011-03-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
4 Implemented the abstract method getName(). It returns the constant | |
5 'winfo' string. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: | |
8 Implemented the feed action. The data of an incoming feed() operation is | |
9 stored in StateData objects that are saved in a map in the artifact. | |
10 | |
11 NOTE: There is no input validation and no i18n of error messages (see | |
12 TODO). | |
13 | |
1 2011-03-09 Ingo Weinzierl <ingo@intevation.de> | 14 2011-03-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * TODO: This file contains some open points that need to be done. | 16 * TODO: This file contains some open points that need to be done. |
4 | 17 |
5 2011-03-09 Ingo Weinzierl <ingo@intevation.de> | 18 2011-03-09 Ingo Weinzierl <ingo@intevation.de> |