Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 598:031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
flys-client/trunk@2202 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 22 Jun 2011 11:47:07 +0000 |
parents | 14e5e51a7de4 |
children | 1dbffe4c6d12 |
comparison
equal
deleted
inserted
replaced
597:14e5e51a7de4 | 598:031357c3e23e |
---|---|
1 2011-06-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/services/SetCollectionNameServiceAsync.java, | |
4 src/main/java/de/intevation/flys/client/client/services/SetCollectionNameService.java, | |
5 src/main/java/de/intevation/flys/client/server/SetCollectionNameServiceImpl.java: | |
6 New. This service is used to set the name of a collection. Note, that | |
7 this is currently just a stub. The ServiceImpl currently throws a "NOT | |
8 IMPLEMENTED" exception. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/services/SetCollectionTTLServiceAsync.java, | |
11 src/main/java/de/intevation/flys/client/client/services/SetCollectionTTLService.java, | |
12 src/main/java/de/intevation/flys/client/server/SetCollectionTTLServiceImpl.java: | |
13 New. This service is used to set the time-to-live of a collection. Note, | |
14 that this is currently just a stub. The ServiceImpl currently throws a | |
15 "NOT IMPLEMENTED" exception. | |
16 | |
17 * src/main/java/de/intevation/flys/client/client/services/DeleteCollectionServiceAsync.java, | |
18 src/main/java/de/intevation/flys/client/client/services/DeleteCollectionService.java, | |
19 src/main/java/de/intevation/flys/client/server/DeleteCollectionServiceImpl.java: | |
20 New. This service is used to delete a collection. Note, that this is | |
21 currently just a stub. The ServiceImpl currently throws a "NOT | |
22 IMPLEMENTED" exception. | |
23 | |
24 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: | |
25 Calls the services SetCollectionTTLService, SetCollectionNameService and | |
26 DeleteCollectionService and display a warning if an error occured. | |
27 | |
28 * src/main/webapp/WEB-INF/web.xml: Registered the new services. | |
29 | |
1 2011-06-22 Ingo Weinzierl <ingo@intevation.de> | 30 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 31 |
3 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, | 32 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
4 src/main/java/de/intevation/flys/client/shared/model/Collection.java: | 33 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
5 There are setter methods for 'name' and 'ttl' now. The project list | 34 There are setter methods for 'name' and 'ttl' now. The project list |