comparison flys-client/src/main/java/de/intevation/flys/client/client/services/AdvanceService.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 924da6695800
children
comparison
equal deleted inserted replaced
1424:8974e220b193 1425:bc06a671ef60
23 * @param target The identifier of the target state. 23 * @param target The identifier of the target state.
24 * 24 *
25 * @return the artifact which description might have been changed. 25 * @return the artifact which description might have been changed.
26 */ 26 */
27 public Artifact advance( 27 public Artifact advance(
28 String serverUrl,
29 String locale, 28 String locale,
30 Artifact artifact, 29 Artifact artifact,
31 String target) 30 String target)
32 throws ServerException; 31 throws ServerException;
33 } 32 }

http://dive4elements.wald.intevation.org