comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/ThemeList.java @ 526:96e60e0a4345

Added a service stub to update/modify the attribute of a collection (used in the theme control panel). flys-client/trunk@2005 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 25 May 2011 14:58:42 +0000
parents ba238f917b94
children 39d9291513cc
comparison
equal deleted inserted replaced
525:fc994da131f9 526:96e60e0a4345
47 } 47 }
48 } 48 }
49 49
50 return null; 50 return null;
51 } 51 }
52
53
54 public void removeTheme(Theme theme) {
55 if (theme != null) {
56 themes.remove(theme);
57 }
58 }
59
60
61 public void addTheme(Theme theme) {
62 if (theme != null) {
63 themes.add(theme);
64 }
65 }
52 } 66 }
53 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 67 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org