comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 2737:83b22ccf48da

Introduced theme groups and added new service to get themes filtered by name. flys-artifacts/trunk@4470 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 23 May 2012 08:46:45 +0000
parents 306b9d0f0fb3
children 26119b7b3154
comparison
equal deleted inserted replaced
2736:8839086c4b7b 2737:83b22ccf48da
953 } 953 }
954 catch (ArtifactDatabaseException dbe) { 954 catch (ArtifactDatabaseException dbe) {
955 log.error("Exception caught when trying to get art.", dbe); 955 log.error("Exception caught when trying to get art.", dbe);
956 } 956 }
957 957
958 Theme t = ThemeFactory.getTheme(flysContext, facet, pattern, outName); 958 Theme t = ThemeFactory.getTheme(
959 flysContext,
960 facet,
961 pattern,
962 outName,
963 "default");
959 964
960 if (t != null) { 965 if (t != null) {
961 t.setFacet(facet); 966 t.setFacet(facet);
962 t.setIndex(index); 967 t.setIndex(index);
963 } 968 }

http://dive4elements.wald.intevation.org