comparison flys-client/src/main/java/de/intevation/flys/client/client/services/LoadArtifactService.java @ 1425:bc06a671ef60

Removed the URL parameter from service calls. The service implementations read the URL from the web.xml config file now. flys-client/trunk@3367 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 08 Dec 2011 09:12:27 +0000
parents 0d3bbe4240b1
children 4a6814be92ba
comparison
equal deleted inserted replaced
1424:8974e220b193 1425:bc06a671ef60
14 14
15 Artifact load( 15 Artifact load(
16 Collection parent, 16 Collection parent,
17 Recommendation recom, 17 Recommendation recom,
18 String factory, 18 String factory,
19 String url,
20 String locale) 19 String locale)
21 throws ServerException; 20 throws ServerException;
22 21
23 Artifact[] loadMany( 22 Artifact[] loadMany(
24 Collection parent, 23 Collection parent,

http://dive4elements.wald.intevation.org