org.kuali.student.r1.common.search.service.impl
Class SearchDispatcherImpl
java.lang.Object
org.kuali.student.r1.common.search.service.impl.SearchDispatcherImpl
- All Implemented Interfaces:
- SearchDispatcher
Deprecated.
@Deprecated
public class SearchDispatcherImpl
- extends Object
- implements SearchDispatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchDispatcherImpl
public SearchDispatcherImpl()
- Deprecated.
SearchDispatcherImpl
public SearchDispatcherImpl(SearchService... services)
- Deprecated.
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.