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

All Known Implementing Classes:
DefaultPublisher

public interface Publisher


Method Summary
 File getBulkUpdates(boolean includeGis, boolean includeCustom, List<Resource> resources, long fromTime)
           
 List<File> getFileSetById(String fileSetId)
           
 List<File> getFileSetsByCoverage(Resource source, String parameters)
           
 String getJsonSubmittedByFilters(List<Field> filters, 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,
                                 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

getBulkUpdates

File getBulkUpdates(boolean includeGis,
                    boolean includeCustom,
                    List<Resource> resources,
                    long fromTime)
                    throws RemoteException,
                           Exception
Throws:
RemoteException
Exception


Copyright © 2014. All Rights Reserved.