comparison flys-client/src/main/java/de/intevation/flys/client/client/services/CreateCollectionService.java @ 71:987567f31200

Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes). flys-client/trunk@1573 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 25 Mar 2011 11:51:54 +0000
parents c19985f75118
children e02f50a3ad59
comparison
equal deleted inserted replaced
70:493efc8e4e28 71:987567f31200
1 package de.intevation.flys.client.client.services; 1 package de.intevation.flys.client.client.services;
2 2
3 import com.google.gwt.user.client.rpc.RemoteService; 3 import com.google.gwt.user.client.rpc.RemoteService;
4 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; 4 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
5
6 import de.intevation.flys.client.shared.model.Collection;
5 7
6 8
7 /** 9 /**
8 * This interface describes the service for creating new collections. 10 * This interface describes the service for creating new collections.
9 * 11 *
16 * This method creates a new collection in the artifact server and returns 18 * This method creates a new collection in the artifact server and returns
17 * the uuid of this collection. 19 * the uuid of this collection.
18 * 20 *
19 * @return the uuid of the created collection. 21 * @return the uuid of the created collection.
20 */ 22 */
21 String create(String serverUrl, String ownerId); 23 Collection create(String serverUrl, String ownerId);
22 } 24 }
23 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 25 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org