diff 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
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/Collection.java	Tue Dec 13 09:13:03 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/Collection.java	Tue Dec 13 09:51:47 2011 +0000
@@ -38,6 +38,9 @@
 
     public ThemeList getThemeList(String outName);
 
+    /** Sets mapping outputname to ThemeList. */
+    public void setThemeLists(Map<String, ThemeList> map);
+
     public List<Recommendation> getRecommendations();
 
     public void addRecommendation(Recommendation recommendation);

http://dive4elements.wald.intevation.org