org.overlord.sramp.ui.server.rsvcs
Class QueryRemoteService

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.overlord.sramp.ui.server.rsvcs.QueryRemoteService
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, IQueryRemoteService

public class QueryRemoteService
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements IQueryRemoteService

Implementation of the query remote service.

Author:
eric.wittmann@redhat.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
QueryRemoteService()
          Constructor.
 
Method Summary
 List<ArtifactSummary> findArtifacts(PageInfo page, ArtifactTypeFilter filter, String nameFilter)
          Finds artfiacts.
 
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

QueryRemoteService

public QueryRemoteService()
Constructor.

Method Detail

findArtifacts

public List<ArtifactSummary> findArtifacts(PageInfo page,
                                           ArtifactTypeFilter filter,
                                           String nameFilter)
                                    throws RemoteServiceException
Description copied from interface: IQueryRemoteService
Finds artfiacts.

Specified by:
findArtifacts in interface IQueryRemoteService
Throws:
RemoteServiceException
See Also:
IQueryRemoteService.findArtifacts(org.overlord.sramp.ui.shared.beans.PageInfo, org.overlord.sramp.ui.shared.types.ArtifactTypeFilter, java.lang.String)


Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.