comparison flys-client/src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java @ 836:0fe456332785

Datacage: s/db-ids/ids/g to unify system and user specific loading. flys-client/trunk@2551 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 24 Aug 2011 10:35:38 +0000
parents f14cefeed243
children 6a1cd38e6e18
comparison
equal deleted inserted replaced
835:c89a42950d11 836:0fe456332785
420 420
421 for (int i = 0; i < num; i++) { 421 for (int i = 0; i < num; i++) {
422 Element rec = (Element) list.item(i); 422 Element rec = (Element) list.item(i);
423 423
424 String factory = rec.getAttributeNS(uri, "factory"); 424 String factory = rec.getAttributeNS(uri, "factory");
425 String dbids = rec.getAttributeNS(uri, "db-ids"); 425 String dbids = rec.getAttributeNS(uri, "ids");
426 426
427 if (factory != null && factory.length() > 0) { 427 if (factory != null && factory.length() > 0) {
428 recs.add(new DefaultRecommendation(factory, dbids)); 428 recs.add(new DefaultRecommendation(factory, dbids));
429 } 429 }
430 } 430 }

http://dive4elements.wald.intevation.org