Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Mar 09 14:07:03 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Mar 09 14:13:57 2011 +0000 @@ -1,3 +1,16 @@ +2011-03-09 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: + Implemented the abstract method getName(). It returns the constant + 'winfo' string. + + * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: + Implemented the feed action. The data of an incoming feed() operation is + stored in StateData objects that are saved in a map in the artifact. + + NOTE: There is no input validation and no i18n of error messages (see + TODO). + 2011-03-09 Ingo Weinzierl <ingo@intevation.de> * TODO: This file contains some open points that need to be done.