comparison flys-client/src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeServiceAsync.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
17 Collection collection, 17 Collection collection,
18 String artifact, 18 String artifact,
19 String serverUrl, 19 String serverUrl,
20 String locale, 20 String locale,
21 AsyncCallback<CollectionItemAttribute> callback); 21 AsyncCallback<CollectionItemAttribute> callback);
22
23 public void setCollectionItemAttribute(
24 Collection collection,
25 String artifact,
26 String serverUrl,
27 String locale,
28 CollectionItemAttribute attributes,
29 AsyncCallback<Void> callback);
30
22 } 31 }
23 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 32 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org