comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Collection.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
36 36
37 public Map<String, OutputMode> getOutputModes(); 37 public Map<String, OutputMode> getOutputModes();
38 38
39 public ThemeList getThemeList(String outName); 39 public ThemeList getThemeList(String outName);
40 40
41 /** Sets mapping outputname to ThemeList. */
42 public void setThemeLists(Map<String, ThemeList> map);
43
41 public List<Recommendation> getRecommendations(); 44 public List<Recommendation> getRecommendations();
42 45
43 public void addRecommendation(Recommendation recommendation); 46 public void addRecommendation(Recommendation recommendation);
44 47
45 public void addRecommendations(List<Recommendation> recommendations); 48 public void addRecommendations(List<Recommendation> recommendations);

http://dive4elements.wald.intevation.org