Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1320:5733c05ce24c
Added removeArtifact CollectionHelper method.
flys-client/trunk@2961 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 13 Oct 2011 12:30:08 +0000 |
parents | 6ba17b628552 |
children | cfbfaadf4b6f |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Oct 13 12:28:21 2011 +0000 +++ b/flys-client/ChangeLog Thu Oct 13 12:30:08 2011 +0000 @@ -1,3 +1,11 @@ +2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Added helper in use of new RemoveArtifactService. + + * src/main/java/de/intevation/flys/client/server/CollectionHelper.java + (removeArtifact): New method to remove an artifact from a + collection. + 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> Added implementation and configuration of RemoveArtifactService.