| Modifier and Type | Method and Description |
|---|---|
Object[] |
ExportDataServiceImpl.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
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ExportDataService.getExportDataBySolr(List<SearchResult> solrDocumentList,
OLEBatchProcessProfileBo profile) |
| Modifier and Type | Field and Description |
|---|---|
protected List<SearchResult> |
SearchResponse.searchResults |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult> |
SearchResponse.getSearchResults()
Gets the value of the searchResults property.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
OleAcquisitionSearchService.getTitleIds(List<SearchResult> searchResults) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
OleAcquisitionSearchServiceImpl.getTitleIds(List<SearchResult> searchResults)
return a string array of titleIds from a List of docdata class
|
| Modifier and Type | Method and Description |
|---|---|
OLESerialReceivingRecord |
SerialReceivingSearchService.getSerialRecord(SearchResult searchResult) |
| Modifier and Type | Method and Description |
|---|---|
OLESerialReceivingRecord |
SerialReceivingSearchServiceImpl.getSerialRecord(SearchResult searchResult) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.