org.gcube.application.aquamaps.aquamapsspeciesview.servlet
Class AquaMapsSpeciesViewLocalServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.gcube.application.aquamaps.aquamapsspeciesview.servlet.AquaMapsSpeciesViewLocalServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, AquaMapsSpeciesViewLocalService

public class AquaMapsSpeciesViewLocalServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements AquaMapsSpeciesViewLocalService

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
AquaMapsSpeciesViewLocalServiceImpl()
           
 
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 searchValue)
           
 Response setSource(ClientResource selected)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaMapsSpeciesViewLocalServiceImpl

public AquaMapsSpeciesViewLocalServiceImpl()
Method Detail

setGenericSearchFilter

public Response setGenericSearchFilter(String searchValue)
                                throws Exception
Specified by:
setGenericSearchFilter in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

getFilterSettings

public SpeciesSearchDescriptor getFilterSettings()
                                          throws Exception
Specified by:
getFilterSettings in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

setAdvancedSpeciesFilter

public Response setAdvancedSpeciesFilter(List<SpeciesFilter> updatedList)
                                  throws Exception
Specified by:
setAdvancedSpeciesFilter in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

dummyOperation

public Response dummyOperation(EnumSerializationForcer forcer)
                        throws Exception
Specified by:
dummyOperation in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

getSessionSettings

public SettingsDescriptor getSessionSettings()
                                      throws Exception
Specified by:
getSessionSettings in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

setSource

public Response setSource(ClientResource selected)
                   throws Exception
Specified by:
setSource in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

retrieveMapPerSpeciesList

public Response retrieveMapPerSpeciesList(List<String> species)
                                   throws Exception
Specified by:
retrieveMapPerSpeciesList in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

getSaveProgress

public SaveOperationProgress getSaveProgress()
                                      throws Exception
Specified by:
getSaveProgress in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

saveOperationRequest

public SaveOperationProgress saveOperationRequest(SaveRequest request)
                                           throws Exception
Specified by:
saveOperationRequest in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

getDefaultLayers

public List<String> getDefaultLayers()
                              throws Exception
Specified by:
getDefaultLayers in interface AquaMapsSpeciesViewLocalService
Throws:
Exception

loadSpeciesByMapsId

public String loadSpeciesByMapsId(String id)
                           throws Exception
Specified by:
loadSpeciesByMapsId in interface AquaMapsSpeciesViewLocalService
Throws:
Exception


Copyright © 2014. All Rights Reserved.