Modifier and Type | Method and Description |
---|---|
void |
OLEBatchProcessProfileMappingOptionsBo.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileInstanceWorkUnit.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileRenameField.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileBibStatus.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileBibWorkUnit.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OrderImportHelperBo.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchGloballyProtectedField.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileInstanceMatchPoint.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileMatchPoint.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileBibMatchPoint.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileProtectedField.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileFilterCriteriaBo.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileConstantsBo.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessProfileDeleteField.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
Modifier and Type | Method and Description |
---|---|
OLEBatchProcessProfileBo |
OLEBatchProcessProfileRecordProcessor.fromXML(String fileContent) |
Modifier and Type | Method and Description |
---|---|
String |
OLEBatchProcessProfileRecordProcessor.toXml(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
Modifier and Type | Method and Description |
---|---|
OLEBatchProcessProfileBo |
OLEBatchProcessDefinitionDocument.getBatchProcessProfileBo() |
OLEBatchProcessProfileBo |
OLEBatchProcessDefinitionDocument.getOleBatchProcessProfileBo() |
Modifier and Type | Method and Description |
---|---|
void |
OLEBatchProcessDefinitionDocument.setBatchProcessProfileBo(OLEBatchProcessProfileBo batchProcessProfileBo) |
void |
OLEBatchProcessDefinitionDocument.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
Modifier and Type | Method and Description |
---|---|
Object[] |
BatchProcessExportData.batchExport(OLEBatchProcessProfileBo profileBo)
The method receives the profile information and performs the solr query to retrieve the
solr document list and calls the ExportService to get the export data and writes the
formatted data to the file system
|
Modifier and Type | Method and Description |
---|---|
void |
OLEBatchProcessDataHelper.deleteFieldsSubfields(OLEBatchProcessProfileBo oleBatchProcessProfileBo,
BibMarcRecord record)
deletes the Marc Fields and subfileds of the given BibRecord for the given Batch process profile
|
List<DataField> |
EInstanceMappingHelper.generateDataFieldForEHolding(HoldingsTree holdingsTree,
OLEBatchProcessProfileBo profile,
StringBuilder errBuilder) |
List<DataField> |
InstanceMappingHelper.generateDataFieldForHolding(HoldingsTree holdingsTree,
OLEBatchProcessProfileBo profile,
StringBuilder errBuilder) |
OLEBatchBibImportDataObjects |
BatchBibImportHelper.processBatch(List<BibMarcRecord> bibMarcRecordList,
OLEBatchProcessProfileBo profile,
OLEBatchBibImportStatistics batchBibImportStatistics,
String user) |
OLEBatchBibImportDataObjects |
BatchBibImportHelper.processOrderBatch(List<OrderBibMarcRecord> orderBibMarcRecords,
OLEBatchProcessProfileBo profile,
OLEBatchBibImportStatistics batchBibImportStatistics,
String user) |
List<OLEBatchProcessProfileDataMappingOptionsBo> |
BatchBibImportHelper.processPriority(BibMarcRecord bibRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
OLEBatchProcessDataHelper.renameMarcFieldsSubFields(OLEBatchProcessProfileBo oleBatchProcessProfileBo,
BibMarcRecord record)
renames the marc fields ans subfields
|
Modifier and Type | Method and Description |
---|---|
void |
BatchProcessBibImportServiceImpl.deleteFields(BibMarcRecord bibRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo)
Deleted the bib record fields based on oleBatchProcessProfileBo profile
|
Bib |
BatchProcessBibImportServiceImpl.findMatchingBibRecord(BibMarcRecord bibRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo,
List<BibMarcRecord> failureRecordsList)
Finds matching bib record in the database based on the match points given in the profile.
|
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
|
BibMarcRecord |
BatchProcessBibImportServiceImpl.overlayFields(BibMarcRecord inComingRecord,
BibMarcRecord matchedRecord,
OLEBatchProcessProfileBo processProfile)
Overlays in the existing bib record with the incoming bib record except protected fields.
|
Bib |
BatchProcessBibImportServiceImpl.performProcessBib(BibMarcRecord bibRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo,
String staffOnly)
Process bib according to the selected profile by deleting fields, renaming fields, setting default values, sets Bib status and staff only flag and creates request document.
|
void |
BatchProcessBibImportServiceImpl.process001(BibMarcRecord bibMarcRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo)
Treats 001 Datafield in the bib record based on the profile.
|
void |
BatchProcessBibImportServiceImpl.renameFields(BibMarcRecord targetRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo)
Performs the rename the bib data fields according to rename data fileds in profile
|
void |
BatchProcessBibImportServiceImpl.setBibStatus(Bib requestBib,
OLEBatchProcessProfileBo oleBatchProcessProfileBo,
String uuid)
This method peforms to set the bib status based on overlay or new add record according to OLEBatchProcessProfileBo profile
|
void |
BatchProcessBibImportServiceImpl.setDefaultOrConstants(BibMarcRecord targetRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo)
performs to set default or constant values to bib record
|
Modifier and Type | Method and Description |
---|---|
OLEBatchProcessProfileBo |
BatchProcessBibImport.getOleBatchProcessProfileBo() |
Modifier and Type | Method and Description |
---|---|
void |
BatchProcessBibImport.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
Modifier and Type | Method and Description |
---|---|
Bib |
BatchProcessBibImportService.findMatchingBibRecord(BibMarcRecord bibRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo,
List<BibMarcRecord> failureRecordsList) |
Object[] |
ExportDataService.getExportDataBySolr(List<SearchResult> solrDocumentList,
OLEBatchProcessProfileBo profile) |
BibMarcRecord |
BatchProcessBibImportService.overlayFields(BibMarcRecord matchedRecord,
BibMarcRecord inComingRecord,
OLEBatchProcessProfileBo processProfile) |
Bib |
BatchProcessBibImportService.performProcessBib(BibMarcRecord bibRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo,
String staffOnly) |
void |
BatchProcessBibImportService.process001(BibMarcRecord bibMarcRecord,
OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
Modifier and Type | Method and Description |
---|---|
OLEBatchProcessProfileBo |
CreateBibAction.getOleBatchProcessProfileBo() |
Modifier and Type | Method and Description |
---|---|
void |
CreateBibAction.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
Modifier and Type | Method and Description |
---|---|
void |
OleInvoiceService.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
Modifier and Type | Method and Description |
---|---|
void |
OleInvoiceServiceImpl.setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.