org.kuali.student.common.ui.server.gwt
Class SearchDispatchRpcGwtServlet

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.kuali.student.common.ui.server.gwt.SearchDispatchRpcGwtServlet
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, Servlet, ServletConfig, SearchRpcService

public class SearchDispatchRpcGwtServlet
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements SearchRpcService

See Also:
Serialized Form

Field Summary
(package private)  Logger LOG
           
private  SearchDispatcher searchDispatcher
           
private static long serialVersionUID
           
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
SearchDispatchRpcGwtServlet()
           
 
Method Summary
 SearchResult search(SearchRequest searchRequest)
          Delegates to the service responsible for the given search type key
 void setSearchDispatcher(SearchDispatcher searchDispatcher)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

LOG

final Logger LOG

searchDispatcher

private SearchDispatcher searchDispatcher
Constructor Detail

SearchDispatchRpcGwtServlet

public SearchDispatchRpcGwtServlet()
Method Detail

search

public SearchResult search(SearchRequest searchRequest)
Delegates to the service responsible for the given search type key

Specified by:
search in interface SearchRpcService
Parameters:
searchRequest -
Returns:
The searchResult from the delegated search or null
Throws:
MissingParameterException

setSearchDispatcher

public void setSearchDispatcher(SearchDispatcher searchDispatcher)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.