public interface BatchLoadService extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
createErrorMrkFile(String failureRawData,
Integer acqSumId) |
void |
createReqIdTextFile(List reqList,
Integer acqSumId) |
boolean |
fileSizeValidation(Long fileSize) |
void |
foundAllDuplicateRecords(List<BibInfoBean> bibInfoBeanList,
List<BibInfoBean> reqFailureList,
List<BibInfoBean> titleFailureList,
List<BibInfoBean> isbnDupFailureList,
List<BibInfoBean> vendorPoNumberDupFailureList,
List bibIsbnList) |
List<BibInfoBean> |
getBibFailureRecordsList(List<BibInfoBean> isbnFailureList,
List<BibInfoBean> vendorPoNumberFailureList,
List<BibInfoBean> reqFailureList,
List<BibInfoBean> titleFailureList,
List<BibInfoBean> vendorPoNumberDupFailureList) |
List |
getBibIDList(String loadSumId) |
List<BibInfoBean> |
getBibInfoBeanList(String xmlString) |
String |
getDestinationPath() |
List |
getDocIsbnList(List bibIsbnList) |
int |
getDupRecordsCount(List<BibInfoBean> reqFailureList,
List<BibInfoBean> titleFailureList,
List<BibInfoBean> isbnDupFailureList,
List<BibInfoBean> vendorPoNumberDupFailureList) |
Long |
getFileSize(org.apache.struts.upload.FormFile upLoadFile) |
List<BibInfoBean> |
getIsbnFailureRecordsList(List isbnList,
List<BibInfoBean> bibInfoBeanList) |
int |
getNoOfDupIsbnRecords(List testList,
List bibList) |
List<OleLoadFailureRecords> |
getOleFailureRecordsList(Map loadRecordsMap) |
OleLoadSumRecords |
getOleLoadSumRecords(Map loadRecordsMap) |
List |
getPOList(String loadSumId) |
List<BibInfoBean> |
getRequisitionFailureRecords(List reqList,
List<BibInfoBean> bibInfoBeanList) |
List<BibInfoBean> |
getVendorPoNumberFailureRecordsList(List vendorNumberList,
List<BibInfoBean> bibInfoBeanList) |
List |
getVendorPoNumberList(List<BibInfoBean> bibInfoBeanList) |
void |
saveAllFailureRecords(List<BibInfoBean> isbnFailureList,
List<BibInfoBean> vendorPoNumberFailureList,
List<BibInfoBean> reqFailureList,
List<BibInfoBean> titleFailureList,
List<BibInfoBean> vendorPoNumberDupFailureList,
int acqLoadSumId) |
void |
saveFailureRecord(List<BibInfoBean> bibFailureRecordsList,
Integer loadSumId,
BigDecimal errorId) |
void |
saveSuccessRecord(OleLoadSumRecords oleLoadSumRecords,
int dupRecords,
int poSucRecords,
int sucRecords,
String batchDescription,
BigDecimal batchLoadProfile,
String fileName) |
List<BibInfoBean> getBibInfoBeanList(String xmlString)
void saveFailureRecord(List<BibInfoBean> bibFailureRecordsList, Integer loadSumId, BigDecimal errorId)
void saveSuccessRecord(OleLoadSumRecords oleLoadSumRecords, int dupRecords, int poSucRecords, int sucRecords, String batchDescription, BigDecimal batchLoadProfile, String fileName)
boolean fileSizeValidation(Long fileSize)
List getDocIsbnList(List bibIsbnList)
int getNoOfDupIsbnRecords(List testList, List bibList)
List<BibInfoBean> getIsbnFailureRecordsList(List isbnList, List<BibInfoBean> bibInfoBeanList)
List<BibInfoBean> getVendorPoNumberFailureRecordsList(List vendorNumberList, List<BibInfoBean> bibInfoBeanList)
OleLoadSumRecords getOleLoadSumRecords(Map loadRecordsMap)
List<OleLoadFailureRecords> getOleFailureRecordsList(Map loadRecordsMap)
List getVendorPoNumberList(List<BibInfoBean> bibInfoBeanList)
List<BibInfoBean> getRequisitionFailureRecords(List reqList, List<BibInfoBean> bibInfoBeanList)
String getDestinationPath()
void foundAllDuplicateRecords(List<BibInfoBean> bibInfoBeanList, List<BibInfoBean> reqFailureList, List<BibInfoBean> titleFailureList, List<BibInfoBean> isbnDupFailureList, List<BibInfoBean> vendorPoNumberDupFailureList, List bibIsbnList)
Long getFileSize(org.apache.struts.upload.FormFile upLoadFile)
int getDupRecordsCount(List<BibInfoBean> reqFailureList, List<BibInfoBean> titleFailureList, List<BibInfoBean> isbnDupFailureList, List<BibInfoBean> vendorPoNumberDupFailureList)
void saveAllFailureRecords(List<BibInfoBean> isbnFailureList, List<BibInfoBean> vendorPoNumberFailureList, List<BibInfoBean> reqFailureList, List<BibInfoBean> titleFailureList, List<BibInfoBean> vendorPoNumberDupFailureList, int acqLoadSumId)
List<BibInfoBean> getBibFailureRecordsList(List<BibInfoBean> isbnFailureList, List<BibInfoBean> vendorPoNumberFailureList, List<BibInfoBean> reqFailureList, List<BibInfoBean> titleFailureList, List<BibInfoBean> vendorPoNumberDupFailureList)
void createReqIdTextFile(List reqList, Integer acqSumId)
void createErrorMrkFile(String failureRawData, Integer acqSumId)
List getBibIDList(String loadSumId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.