public class ExportDataServiceImpl extends Object implements ExportDataService
Constructor and Description |
---|
ExportDataServiceImpl() |
Modifier and Type | Method and Description |
---|---|
DocstoreServiceImpl |
getDocstoreService() |
Object[] |
getExportDataBySolr(List<SearchResult> searchResultList,
OLEBatchProcessProfileBo profile)
public method to retrieves the list of bib / instance records for the given profile
Returns object array - array size is 4
Following positions of the array has the details of the data it contains
0 - has the count of bib records
1 - List with xml data of the bib records , if the export type is marc xml the list will have only one item will
all the bib records in a single String object, if the export type is marc the list will have each record as an item
2 - Errors generated
3 - Error count
|
public ExportDataServiceImpl()
public DocstoreServiceImpl getDocstoreService()
public Object[] getExportDataBySolr(List<SearchResult> searchResultList, OLEBatchProcessProfileBo profile) throws Exception
getExportDataBySolr
in interface ExportDataService
searchResultList
- profile
- Exception
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.