public class DiscoveryHelperService extends Object
| Constructor and Description |
|---|
DiscoveryHelperService() |
| Modifier and Type | Method and Description |
|---|---|
List |
getBibInformationFromBibId(String bibUUID)
Returns the List of BibInformation records based on the BibUUID.
|
List |
getBibInformationFromInsatnceId(String instanceUUID)
Returns the List of BibInformation records based on the instanceUUID.
|
List |
getResponseFromSOLR(String queryField,
String value)
Returns the Response List based on the queryField and Value from the SolrRequestReponseHandler class.
|
SolrRequestReponseHandler |
getSolrRequestReponseHandler()
Returns the new instance of SolrRequestReponseHandler provided there should not be any existing instance,Otherwise returns existing instance.
|
void |
setSolrRequestReponseHandler(SolrRequestReponseHandler solrRequestReponseHandler)
Sets the SolrRequestReponseHandler attribute value.
|
public DiscoveryHelperService()
public List getResponseFromSOLR(String queryField, String value)
queryField - value - public List getBibInformationFromInsatnceId(String instanceUUID)
instanceUUID - public List getBibInformationFromBibId(String bibUUID)
bibUUID - public SolrRequestReponseHandler getSolrRequestReponseHandler()
public void setSolrRequestReponseHandler(SolrRequestReponseHandler solrRequestReponseHandler)
solrRequestReponseHandler - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.