comparison flys-client/src/main/java/de/intevation/flys/client/client/services/StepForwardService.java @ 229:924da6695800

Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient. flys-client/trunk@1681 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 14 Apr 2011 07:53:01 +0000
parents e02f50a3ad59
children c0105b4dc6d1
comparison
equal deleted inserted replaced
228:bbe32496dc84 229:924da6695800
17 17
18 /** 18 /**
19 * This method inserts new data into the an existing artifact. 19 * This method inserts new data into the an existing artifact.
20 * 20 *
21 * @param serverUrl The url of the artifact server. 21 * @param serverUrl The url of the artifact server.
22 * @param locale The locale used for the request.
22 * @param artifact The artifact. 23 * @param artifact The artifact.
23 * @param data The data that should be inserted. 24 * @param data The data that should be inserted.
24 * 25 *
25 * @return the artifact which description might have been changed. 26 * @return the artifact which description might have been changed.
26 */ 27 */
27 public Artifact go(String serverUrl, Artifact artifact, Data[] data) 28 public Artifact go(
29 String serverUrl,
30 String locale,
31 Artifact artifact,
32 Data[] data)
28 throws ServerException; 33 throws ServerException;
29 } 34 }
30 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 35 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org