org.gcube.application.aquamaps.aquamapsservice.client.proxies
Interface Publisher

All Known Implementing Classes:
DefaultPublisher

public interface Publisher


Method Summary
 List<File> getFileSetById(String fileSetId)
           
 List<File> getFileSetsByCoverage(Resource source, String parameters)
           
 String getJsonSubmittedByFilters(List<Field> filters, org.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings settings)
           
 LayerInfo getLayerById(String layerId)
           
 List<LayerInfo> getLayersByCoverage(Resource source, String parameters)
           
 List<AquaMap> getMapsBySpecies(String[] speciesId, boolean includeGis, boolean includeCustom, List<Resource> resources)
           
 

Method Detail

getMapsBySpecies

List<AquaMap> getMapsBySpecies(String[] speciesId,
                               boolean includeGis,
                               boolean includeCustom,
                               List<Resource> resources)
                               throws RemoteException,
                                      Exception
Throws:
RemoteException
Exception

getJsonSubmittedByFilters

String getJsonSubmittedByFilters(List<Field> filters,
                                 org.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings settings)
                                 throws RemoteException,
                                        Exception
Throws:
RemoteException
Exception

getFileSetById

List<File> getFileSetById(String fileSetId)
                          throws RemoteException,
                                 Exception
Throws:
RemoteException
Exception

getLayerById

LayerInfo getLayerById(String layerId)
                       throws RemoteException,
                              Exception
Throws:
RemoteException
Exception

getLayersByCoverage

List<LayerInfo> getLayersByCoverage(Resource source,
                                    String parameters)
                                    throws RemoteException,
                                           Exception
Throws:
RemoteException
Exception

getFileSetsByCoverage

List<File> getFileSetsByCoverage(Resource source,
                                 String parameters)
                                 throws RemoteException,
                                        Exception
Throws:
RemoteException
Exception


Copyright © 2013. All Rights Reserved.