comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java @ 1435:f6fbfdc813f0

Allow client to access artifacts data via CollectionItems and Themes. flys-client/trunk@3396 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 13 Dec 2011 09:51:47 +0000
parents 6bb6d43eeb2d
children 4df2d9a4b9b4
comparison
equal deleted inserted replaced
1434:9115b2a28be1 1435:f6fbfdc813f0
191 191
192 return null; 192 return null;
193 } 193 }
194 194
195 195
196 /** Set the outputname to themelist map. */
197 public void setThemeLists(Map<String, ThemeList> map) {
198 this.themeLists = map;
199 }
200
201
196 public List<Recommendation> getRecommendations() { 202 public List<Recommendation> getRecommendations() {
197 return recommendations; 203 return recommendations;
198 } 204 }
199 205
200 206

http://dive4elements.wald.intevation.org