public interface BatchProcessBibImportService
RequestDocument performProcessBib(BibliographicRecord bibRecord, OLEBatchProcessProfileBo oleBatchProcessProfileBo, AdditionalAttributes matchAdditionalAttributes) throws Exception
ExceptionList<RequestDocument> performProcessInstance(List<Instance> instanceRecords, OLEBatchProcessProfileBo oleBatchProcessProfileBo, String uuid) throws Exception
ExceptionResponseDocument findMatchingBibRecord(BibliographicRecord bibRecord, OLEBatchProcessProfileBo oleBatchProcessProfileBo, List<BibliographicRecord> failureRecordsList) throws Exception
ExceptionInstance findMatchingInstanceRecord(Instance instanceRecord, OLEBatchProcessProfileBo oleBatchProcessProfileBo) throws Exception
ExceptionList<Instance> createInstanceFromBibRecord(BibliographicRecord bibRecord, OLEBatchProcessProfileBo oleBatchProcessProfileBo) throws Exception
ExceptionList<BibliographicRecord> saveBatch(Map<String,List<RequestDocument>> requestDocumentMap, List<BibliographicRecord> misMatchRecordList) throws Exception
ExceptionString preProcessMarc(String marcFileContent) throws Exception
Exceptionvoid process001(BibliographicRecord bibliographicRecord, OLEBatchProcessProfileBo oleBatchProcessProfileBo)
BibliographicRecord overlayFields(BibliographicRecord matchedRecord, BibliographicRecord inComingRecord, OLEBatchProcessProfileBo processProfile)
Response deleteInstanceForBib(String id, String docType) throws Exception
ExceptionList<EInstance> createEInstanceFromBibRecord(BibliographicRecord bibRecord, OLEBatchProcessProfileBo oleBatchProcessProfileBo) throws Exception
ExceptionList<RequestDocument> performProcessEInstance(List<EInstance> instanceRecords, OLEBatchProcessProfileBo oleBatchProcessProfileBo, String uuid) throws Exception
ExceptionCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.