Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 530:26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
flys-client/trunk@2018 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 27 May 2011 08:59:26 +0000 |
parents | a1048d310829 |
children | c17c593f8732 |
comparison
equal
deleted
inserted
replaced
529:a1048d310829 | 530:26e38b79658d |
---|---|
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/CollectionAttributeServiceImpl.java: | |
4 Connected this service with the artifact server. Modifications of a | |
5 Collection will be stored in the artifact database now. | |
6 | |
7 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: | |
8 New. This helper is currently used to create the attribute document of a | |
9 collection based on a Collection itself. This helper now takes the | |
10 attributes of the Collection and transforms those values into XML. | |
11 | |
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | 12 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, | 14 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, |
4 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: | 15 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: |
5 Added a setter method to set the 'active' attribute if a theme. | 16 Added a setter method to set the 'active' attribute if a theme. |