comparison flys-client/src/main/java/de/intevation/flys/client/client/services/CollectionAttributeService.java @ 526:96e60e0a4345

Added a service stub to update/modify the attribute of a collection (used in the theme control panel). flys-client/trunk@2005 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 25 May 2011 14:58:42 +0000
parents
children bc06a671ef60
comparison
equal deleted inserted replaced
525:fc994da131f9 526:96e60e0a4345
1 package de.intevation.flys.client.client.services;
2
3 import com.google.gwt.user.client.rpc.RemoteService;
4 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
5
6 import de.intevation.flys.client.shared.exceptions.ServerException;
7 import de.intevation.flys.client.shared.model.Collection;
8
9
10 /**
11 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
12 */
13 @RemoteServiceRelativePath("collection-attribute")
14 public interface CollectionAttributeService extends RemoteService {
15
16 Collection update(Collection collection, String url, String locale)
17 throws ServerException;
18 }
19 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org