comparison flys-client/src/main/java/de/intevation/flys/client/client/services/CreateCollectionService.java @ 215:e02f50a3ad59

Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception. flys-client/trunk@1657 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 08 Apr 2011 08:51:28 +0000
parents 987567f31200
children 924da6695800
comparison
equal deleted inserted replaced
214:29c6d9573ae7 215:e02f50a3ad59
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 5
6 import de.intevation.flys.client.shared.exceptions.ServerException;
6 import de.intevation.flys.client.shared.model.Collection; 7 import de.intevation.flys.client.shared.model.Collection;
7 8
8 9
9 /** 10 /**
10 * This interface describes the service for creating new collections. 11 * This interface describes the service for creating new collections.
18 * This method creates a new collection in the artifact server and returns 19 * This method creates a new collection in the artifact server and returns
19 * the uuid of this collection. 20 * the uuid of this collection.
20 * 21 *
21 * @return the uuid of the created collection. 22 * @return the uuid of the created collection.
22 */ 23 */
23 Collection create(String serverUrl, String ownerId); 24 Collection create(String serverUrl, String ownerId)
25 throws ServerException;
24 } 26 }
25 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 27 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org