|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.ole.editor.service.DiscoveryHelperService
public class DiscoveryHelperService
DiscoveryHelperService is the service class to access Discovery services
| Constructor Summary | |
|---|---|
DiscoveryHelperService()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiscoveryHelperService()
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||