Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 71:987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
flys-client/trunk@1573 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 25 Mar 2011 11:51:54 +0000 |
parents | 493efc8e4e28 |
children | 9b726350ab07 |
comparison
equal
deleted
inserted
replaced
70:493efc8e4e28 | 71:987567f31200 |
---|---|
1 2011-03-25 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/services/CreateCollectionService.java, | |
4 src/main/java/de/intevation/flys/client/client/services/CreateCollectionServiceAsync.java, | |
5 src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java: | |
6 Changed the return type to 'Collection' - returned a UUID (String) | |
7 before. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
10 The artifact is put into the collection (or new collection) if we reach | |
11 a step in the parameterization in that an artifact has reachable | |
12 outputs. Furthermore, some adjustments related to the changes of the | |
13 return type in the CreateCollectionService. | |
14 | |
1 2011-03-25 Ingo Weinzierl <ingo@intevation.de> | 15 2011-03-25 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/webapp/WEB-INF/web.xml: Made the AddArtifactService accessible. | 17 * src/main/webapp/WEB-INF/web.xml: Made the AddArtifactService accessible. |
4 | 18 |
5 2011-03-25 Ingo Weinzierl <ingo@intevation.de> | 19 2011-03-25 Ingo Weinzierl <ingo@intevation.de> |