comparison flys-client/src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeService.java @ 1292:bdc270ea6195

Edited item attributes are saved and send to the server on accept. flys-client/trunk@2898 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 05 Oct 2011 16:29:14 +0000
parents 0f3b19df1880
children d9cb362b8b34
comparison
equal deleted inserted replaced
1291:1d04f35b2cc0 1292:bdc270ea6195
22 String artifact, 22 String artifact,
23 String url, 23 String url,
24 String locale) 24 String locale)
25 throws ServerException; 25 throws ServerException;
26 26
27 void setCollectionItemAttribute(
28 Collection collection,
29 String artifact,
30 String url,
31 String locale,
32 CollectionItemAttribute attribute)
33 throws ServerException;
34
27 } 35 }
28 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 36 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org