|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.serviceimpl.OleSRUDataServiceImpl
public class OleSRUDataServiceImpl
Created with IntelliJ IDEA. User: ? Date: 7/9/12 Time: 7:41 PM To change this template use File | Settings | File Templates.
Field Summary | |
---|---|
OleDiagnosticsService |
oleDiagnosticsService
|
SRUCQLQueryService |
srucqlQueryService
|
Constructor Summary | |
---|---|
OleSRUDataServiceImpl()
|
Method Summary | |
---|---|
List |
generateBibIDList(List<OleDocument> oleDocumentsList)
this will generate the list of document from docstore |
String |
getBibliographicRecordInfo(String uuid)
this method will do checkout operation of docstore which gives the bib info details |
List |
getBibRecordsIdList(Map reqParamMap,
String solrQuery)
this method will fetch the bib id list from the docstore |
String |
getExtraReqDataInfo(Map reqParamMap)
|
List<OleSRUCirculationDocument> |
getOleSRUCirculationDocument()
|
List<OleSRUInstanceDocument> |
getOleSRUInstanceDocument()
|
List<OleSRUInstanceVolume> |
getOleSRUInstanceVolumes()
|
String |
getOPACXMLSearchRetrieveResponse(List oleBibIDList,
Map reqParamMap)
this method will fetch the bib details , holding details from the docstore data base , creates an object for bib and holdings , and generates OPAC xml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public SRUCQLQueryService srucqlQueryService
public OleDiagnosticsService oleDiagnosticsService
Constructor Detail |
---|
public OleSRUDataServiceImpl()
Method Detail |
---|
public List getBibRecordsIdList(Map reqParamMap, String solrQuery)
getBibRecordsIdList
in interface OleSRUDataService
reqParamMap
- solrQuery
-
public String getOPACXMLSearchRetrieveResponse(List oleBibIDList, Map reqParamMap)
getOPACXMLSearchRetrieveResponse
in interface OleSRUDataService
oleBibIDList
- reqParamMap
-
public List generateBibIDList(List<OleDocument> oleDocumentsList)
oleDocumentsList
- (list of OleDocument)
public String getBibliographicRecordInfo(String uuid)
uuid
-
public List<OleSRUInstanceDocument> getOleSRUInstanceDocument()
public List<OleSRUCirculationDocument> getOleSRUCirculationDocument()
public List<OleSRUInstanceVolume> getOleSRUInstanceVolumes()
public String getExtraReqDataInfo(Map reqParamMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |