org.kuali.ole.service
Class OleAgreementSearchService

java.lang.Object
  extended by org.kuali.ole.service.OleAgreementSearchService

public class OleAgreementSearchService
extends Object

OleAgreementSearchService performs search operation and return list of agreement related information.


Constructor Summary
OleAgreementSearchService()
           
 
Method Summary
 List<OleAgreementSearch> getAgreementInformation(Map searchCriteria)
          This method returns list of agreement information based on search criteria.
 List getResponseFromSOLR(String queryField, String value)
          This method returns the responses from Solr.
 SolrRequestReponseHandler getSolrRequestReponseHandler()
          Gets the solrRequestReponseHandler attribute value.
 void setSolrRequestReponseHandler(SolrRequestReponseHandler solrRequestReponseHandler)
          Sets the solrRequestReponseHandler attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleAgreementSearchService

public OleAgreementSearchService()
Method Detail

getResponseFromSOLR

public List getResponseFromSOLR(String queryField,
                                String value)
This method returns the responses from Solr.

Parameters:
queryField -
value -
Returns:
List

getAgreementInformation

public List<OleAgreementSearch> getAgreementInformation(Map searchCriteria)
This method returns list of agreement information based on search criteria.

Parameters:
searchCriteria -
Returns:
List

getSolrRequestReponseHandler

public SolrRequestReponseHandler getSolrRequestReponseHandler()
Gets the solrRequestReponseHandler attribute value.

Returns:
solrRequestReponseHandler

setSolrRequestReponseHandler

public void setSolrRequestReponseHandler(SolrRequestReponseHandler solrRequestReponseHandler)
Sets the solrRequestReponseHandler attribute value.

Parameters:
solrRequestReponseHandler -


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