Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 69:4bdb18e5f484
Added a service to add artifacts to collections.
flys-client/trunk@1571 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 25 Mar 2011 11:37:36 +0000 |
parents | 157f7bea6299 |
children | 493efc8e4e28 |
comparison
equal
deleted
inserted
replaced
68:157f7bea6299 | 69:4bdb18e5f484 |
---|---|
1 2011-03-25 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/services/AddArtifactServiceAsync.java, | |
4 src/main/java/de/intevation/flys/client/client/services/AddArtifactService.java, | |
5 src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java: | |
6 New. This service adds an existing artifact to an existing collection. | |
7 The return value of this service is a Collection that is filled with | |
8 CollectionItems and OutputModes. | |
9 | |
1 2011-03-25 Raimund Renkert <rrenkert@intevation.de> | 10 2011-03-25 Raimund Renkert <rrenkert@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Changed theme to | 12 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Changed theme to |
4 smartgwt Enterprise Blue. | 13 smartgwt Enterprise Blue. |
5 | 14 |