comparison flys-client/src/main/java/de/intevation/flys/client/client/services/DescribeCollectionService.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 bc06a671ef60
comparison
equal deleted inserted replaced
228:bbe32496dc84 229:924da6695800
19 /** 19 /**
20 * Adds an artifact to a collection. 20 * Adds an artifact to a collection.
21 * 21 *
22 * @param uuid The uuid of the desired collection. 22 * @param uuid The uuid of the desired collection.
23 * @param url The url of the artifact server. 23 * @param url The url of the artifact server.
24 * @param locale The name of the locale used for the request.
24 * 25 *
25 * @return the Collection after the operation. 26 * @return the Collection after the operation.
26 */ 27 */
27 Collection describe(String uuid, String url) 28 Collection describe(String uuid, String url, String locale)
28 throws ServerException; 29 throws ServerException;
29 } 30 }
30 // 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