comparison flys-client/src/main/java/de/intevation/flys/client/client/services/MetaDataService.java @ 278:f33af25b7490

Datacage: transport rpc result to ui. flys-client/trunk@1905 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 11 May 2011 16:38:54 +0000
parents f4c8ce11df33
children 8fa303586f14
comparison
equal deleted inserted replaced
277:50b88b641be6 278:f33af25b7490
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.exceptions.ServerException;
7 7
8 import java.util.List; 8 import de.intevation.flys.client.shared.model.DataCageTree;
9 9
10 @RemoteServiceRelativePath("meta-data") 10 @RemoteServiceRelativePath("meta-data")
11 public interface MetaDataService extends RemoteService 11 public interface MetaDataService extends RemoteService
12 { 12 {
13 List getMetaData(String serverUrl, String locale, String name) 13 DataCageTree getMetaData(String serverUrl, String locale, String name)
14 throws ServerException; 14 throws ServerException;
15 } 15 }
16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
17 17
18 18

http://dive4elements.wald.intevation.org