Class SearchServiceImpl

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, SearchService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class SearchServiceImpl
    extends com.google.gwt.user.server.rpc.RemoteServiceServlet
    implements SearchService
    Implementation of the SearchService
    Since:
    6.0
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete​(String[] names)
      Deletes a previously saved search
      List<SearchOptions> getSearches​(Session session)
      Load all the search options associated to all the searches saved for the current user
      GUISearchOptions load​(String name)
      Loads a saved search
      boolean save​(GUISearchOptions options)
      Saves the search options in the user's working dir
      GUIResult search​(GUISearchOptions options)
      Performs a search against the database
      • Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet

        getSerializationPolicy, init, processCall, processCall, processPost
      • Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

        doPost
      • Methods inherited from class javax.servlet.http.HttpServlet

        service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log