org.gcube.application.aquamaps.aquamapsservice.stubs.wrapper
Interface PublisherInterface

All Known Implementing Classes:
PublisherServiceCall

public interface PublisherInterface


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 Exception
Throws:
Exception

getJsonSubmittedByFilters

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

getFileSetById

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

getLayerById

LayerInfo getLayerById(String layerId)
                       throws Exception
Throws:
Exception

getLayersByCoverage

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

getFileSetsByCoverage

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


Copyright © 2013. All Rights Reserved.