comparison flys-client/src/main/java/de/intevation/flys/client/client/services/StepForwardService.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 c0105b4dc6d1
children
comparison
equal deleted inserted replaced
1424:8974e220b193 1425:bc06a671ef60
17 17
18 /** 18 /**
19 * This method inserts new data into the an existing artifact and 19 * This method inserts new data into the an existing artifact and
20 * advances its state. 20 * advances its state.
21 * 21 *
22 * @param serverUrl The url of the artifact server.
23 * @param locale The locale used for the request. 22 * @param locale The locale used for the request.
24 * @param artifact The artifact. 23 * @param artifact The artifact.
25 * @param data The data that should be inserted. 24 * @param data The data that should be inserted.
26 * 25 *
27 * @return the artifact which description might have been changed. 26 * @return the artifact which description might have been changed.
28 */ 27 */
29 public Artifact go( 28 public Artifact go(
30 String serverUrl,
31 String locale, 29 String locale,
32 Artifact artifact, 30 Artifact artifact,
33 Data[] data) 31 Data[] data)
34 throws ServerException; 32 throws ServerException;
35 } 33 }

http://dive4elements.wald.intevation.org