Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 804:374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
flys-client/trunk@2362 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 19 Jul 2011 16:32:52 +0000 |
parents | 653ae84533e7 |
children | f43d06d6a4a2 |
comparison
equal
deleted
inserted
replaced
803:653ae84533e7 | 804:374712890b94 |
---|---|
1 2011-07-19 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/AttributedTheme.java: | |
4 New. This theme stores all its attributes in a map. The intent of this | |
5 theme is to save all the facet's values contained in the DESCRIBE of the | |
6 Collection to be able to write an equivalent attribute part as the | |
7 incoming DESCRIBE has -> no loss of attributes like WMS URL or | |
8 layernames in a map theme! | |
9 | |
10 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: | |
11 Instantiate new AttributedThemes to save all information of a facet. | |
12 | |
13 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: | |
14 Write all attributes of an AttributedTheme into a facet's element. | |
15 | |
16 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, | |
17 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java, | |
18 src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java, | |
19 src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: | |
20 The 'active' member variable is an integer value now as it is in the | |
21 Collection's DESCRIBE document, too. | |
22 | |
1 2011-07-18 Ingo Weinzierl <ingo@intevation.de> | 23 2011-07-18 Ingo Weinzierl <ingo@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, | 25 * src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, |
4 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, | 26 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, |
5 src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: | 27 src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: |