org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc
Interface AquaMapsSpeciesViewLocalService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
AquaMapsSpeciesViewLocalServiceImpl

@RemoteServiceRelativePath(value="AquaMapsSpeciesViewLocalImpl")
public interface AquaMapsSpeciesViewLocalService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 Response dummyOperation(EnumSerializationForcer forcer)
           
 List<String> getDefaultLayers()
           
 SpeciesSearchDescriptor getFilterSettings()
           
 SaveOperationProgress getSaveProgress()
           
 SettingsDescriptor getSessionSettings()
           
 String loadSpeciesByMapsId(String id)
           
 Response retrieveMapPerSpeciesList(List<String> species)
           
 SaveOperationProgress saveOperationRequest(SaveRequest request)
           
 Response setAdvancedSpeciesFilter(List<SpeciesFilter> updatedList)
           
 Response setGenericSearchFilter(String descriptor)
           
 Response setSource(ClientResource selected)
           
 

Method Detail

setGenericSearchFilter

Response setGenericSearchFilter(String descriptor)
                                throws Exception
Throws:
Exception

getFilterSettings

SpeciesSearchDescriptor getFilterSettings()
                                          throws Exception
Throws:
Exception

setAdvancedSpeciesFilter

Response setAdvancedSpeciesFilter(List<SpeciesFilter> updatedList)
                                  throws Exception
Throws:
Exception

dummyOperation

Response dummyOperation(EnumSerializationForcer forcer)
                        throws Exception
Throws:
Exception

getSessionSettings

SettingsDescriptor getSessionSettings()
                                      throws Exception
Throws:
Exception

setSource

Response setSource(ClientResource selected)
                   throws Exception
Throws:
Exception

retrieveMapPerSpeciesList

Response retrieveMapPerSpeciesList(List<String> species)
                                   throws Exception
Throws:
Exception

saveOperationRequest

SaveOperationProgress saveOperationRequest(SaveRequest request)
                                           throws Exception
Throws:
Exception

getSaveProgress

SaveOperationProgress getSaveProgress()
                                      throws Exception
Throws:
Exception

getDefaultLayers

List<String> getDefaultLayers()
                              throws Exception
Throws:
Exception

loadSpeciesByMapsId

String loadSpeciesByMapsId(String id)
                           throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.