comparison flys-client/src/main/java/de/intevation/flys/client/client/services/LoadArtifactService.java @ 913:9976d99aea34

Added loadMany-function to LoadArtifactService. flys-client/trunk@2774 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 16 Sep 2011 11:09:39 +0000
parents 478a571f1f94
children 0d3bbe4240b1
comparison
equal deleted inserted replaced
912:2c8f1112be37 913:9976d99aea34
17 Recommendation recom, 17 Recommendation recom,
18 String factory, 18 String factory,
19 String url, 19 String url,
20 String locale) 20 String locale)
21 throws ServerException; 21 throws ServerException;
22
23 Artifact[] loadMany(
24 Collection parent,
25 Recommendation[] recom,
26 String factory,
27 String url,
28 String locale)
29 throws ServerException;
22 } 30 }
23 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 31 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org