org.kuali.student.r1.common.search.service.impl
Class SearchDispatcherImpl

java.lang.Object
  extended by org.kuali.student.r1.common.search.service.impl.SearchDispatcherImpl
All Implemented Interfaces:
SearchDispatcher

Deprecated.

@Deprecated
public class SearchDispatcherImpl
extends Object
implements SearchDispatcher


Constructor Summary
SearchDispatcherImpl()
          Deprecated.  
SearchDispatcherImpl(SearchService... services)
          Deprecated.  
 
Method Summary
 SearchResult dispatchSearch(SearchRequest searchRequest)
          Deprecated. Delegates to the service responsible for the given search type key
 void init()
          Deprecated.  
 void setServices(List<SearchService> services)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchDispatcherImpl

public SearchDispatcherImpl()
Deprecated. 

SearchDispatcherImpl

public SearchDispatcherImpl(SearchService... services)
Deprecated. 
Method Detail

init

public void init()
Deprecated. 

dispatchSearch

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

Specified by:
dispatchSearch in interface SearchDispatcher
Parameters:
searchRequest -
Returns:
The searchResult from the delegated search or null

setServices

public void setServices(List<SearchService> services)
Deprecated. 


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.