Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 67:74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
flys-client/trunk@1567 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 25 Mar 2011 09:19:29 +0000 |
parents | a361ce81abcf |
children | 157f7bea6299 |
comparison
equal
deleted
inserted
replaced
66:a361ce81abcf | 67:74257b95567b |
---|---|
1 2011-03-25 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/Facet.java, | |
4 src/main/java/de/intevation/flys/client/shared/model/DefaultFacet.java: | |
5 New. An interface and its default implementation that provide methods | |
6 to get information about facets. Currently, the only information that is | |
7 supported is the name of the facet. | |
8 | |
9 * src/main/java/de/intevation/flys/client/shared/model/CollectionItem.java, | |
10 src/main/java/de/intevation/flys/client/shared/model/DefaultCollectionItem.java: | |
11 New. An interface and its default implementation that provide methods to | |
12 get information about the available output modes and its facets of | |
13 artifacts -> a CollectionItem is related to an artifact - both have the | |
14 same identifier. | |
15 | |
16 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, | |
17 src/main/java/de/intevation/flys/client/shared/model/Collection.java: | |
18 The Collection no longer stores references to artifacts, but to | |
19 CollectionItems. I have changed this, because the artifact contains a | |
20 lot more information we need for the Collections. So, I decided to | |
21 create CollectionItems that are related to artiacts but just know about | |
22 the possible outputmodes and facets. | |
23 | |
1 2011-03-24 Raimund Renkert <rrenkert@intevation.de> | 24 2011-03-24 Raimund Renkert <rrenkert@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Set styles | 26 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Set styles |
4 for label. | 27 for label. |
5 | 28 |