comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/ToLoad.java @ 837:29966a53cfeb

Datacage: Use 'ids' instead of 'num' in user specific part, too. flys-client/trunk@2553 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 24 Aug 2011 10:58:15 +0000
parents 77469d7f3c93
children e47ef0ca8f33
comparison
equal deleted inserted replaced
836:0fe456332785 837:29966a53cfeb
26 public void add( 26 public void add(
27 String artifactName, 27 String artifactName,
28 String factory, 28 String factory,
29 String out, 29 String out,
30 String name, 30 String name,
31 String num 31 String ids
32 ) { 32 ) {
33 if (artifactName == null) { 33 if (artifactName == null) {
34 artifactName = uniqueKey(artifacts); 34 artifactName = uniqueKey(artifacts);
35 } 35 }
36 36
45 if (filter == null) { 45 if (filter == null) {
46 filter = new ArtifactFilter(factory); 46 filter = new ArtifactFilter(factory);
47 artifact.put(factory, filter); 47 artifact.put(factory, filter);
48 } 48 }
49 49
50 filter.add(out, name, num); 50 filter.add(out, name, ids);
51 } 51 }
52 52
53 public boolean isEmpty() { 53 public boolean isEmpty() {
54 return artifacts.isEmpty(); 54 return artifacts.isEmpty();
55 } 55 }

http://dive4elements.wald.intevation.org