public class OLEBatchProcessDataHelper extends Object
Modifier and Type | Method and Description |
---|---|
void |
createBatchBibImportFailureFile(String failureRecordData,
String batchProcessType,
String batchFileName) |
void |
createBatchFailureFile(String failureRecordData,
String batchProcessType,
String batchFileName)
Create the failure record file in the batch process type dirctory
|
void |
createBatchProcessFile(String batchProcessType,
String batchFileName,
String fileContent)
Copy the upload batch file in to the batch process file directory
|
void |
createBatchProcessFile(String batchProcessType,
String mrcFileName,
String ediFileName,
String mrcfileContent,
String ediFileContent)
Copy the upload batch file in to the batch process file directory
|
void |
createFile(String[] content,
String batchProcessType,
String batchFileName,
String jobId) |
void |
createMarcRecord(String marcRecordContent,
String filePath) |
void |
deleteBatchFailureFile(String batchProcessType,
String batchFileName)
Delete the failure record file in the batch process type dirctory
|
void |
deleteBatchFile(String batchProcessType,
String batchFileName)
Delete the upload file in the batch process type dirctory
|
void |
deleteFieldsSubfields(OLEBatchProcessProfileBo oleBatchProcessProfileBo,
BibliographicRecord record)
deletes the Marc Fields and subfileds of the given BibRecord for the given Batch process profile
|
void |
deleteMarcFields(BibliographicRecord record,
OLEBatchProcessProfileDeleteField deleteField)
deletes marc fields
|
void |
deleteMarcSubFields(BibliographicRecord record,
OLEBatchProcessProfileDeleteField deleteField)
deletes marc subfields
|
List<Integer> |
findDataFieldIndex(List<DataField> dataFieldList,
String tag,
String ind1,
String ind2)
Method will return the index of the matchin tag , indicator 1 and indicator 2 for the giving dataFieldList
for null indicators only tag is matched
|
List<Integer> |
findSubFieldIndex(List<SubField> subFieldList,
String subField,
String content)
Method will return the index of the matching subfield and subfield content for the given subFieldList
For null content only the subfield will be matched
|
String |
getBatchProcessFileContent(String batchProcessType,
String batchFileName)
Get the upload file content from the batch process type dirctory by using job id an upload file name
|
String |
getBatchProcessFilePath(String batchProceesType)
create and return the dirctory based on batch process type in the server file system
|
String |
getBibPathUrl(OLEBatchProcessJobDetailsBo job) |
String |
getDeletePathUrl(OLEBatchProcessJobDetailsBo job) |
String |
getExportPathUrl(OLEBatchProcessJobDetailsBo job) |
static OLEBatchProcessDataHelper |
getInstance() |
void |
renameMarcFields(BibliographicRecord record,
OLEBatchProcessProfileRenameField renameField)
renames marc fields and indicators
|
void |
renameMarcFieldsSubFields(OLEBatchProcessProfileBo oleBatchProcessProfileBo,
BibliographicRecord record)
renames the marc fields ans subfields
|
void |
renameMarcSubFields(BibliographicRecord record,
OLEBatchProcessProfileRenameField renameField)
renames marc subfields
|
void |
setRecordNumber(BibliographicRecord record,
String localId) |
public static OLEBatchProcessDataHelper getInstance()
public void deleteFieldsSubfields(OLEBatchProcessProfileBo oleBatchProcessProfileBo, BibliographicRecord record)
oleBatchProcessProfileBo
- record
- public void deleteMarcFields(BibliographicRecord record, OLEBatchProcessProfileDeleteField deleteField)
record
- deleteField
- public void deleteMarcSubFields(BibliographicRecord record, OLEBatchProcessProfileDeleteField deleteField)
record
- deleteField
- public void renameMarcFieldsSubFields(OLEBatchProcessProfileBo oleBatchProcessProfileBo, BibliographicRecord record)
oleBatchProcessProfileBo
- record
- public void renameMarcFields(BibliographicRecord record, OLEBatchProcessProfileRenameField renameField)
record
- renameField
- public void renameMarcSubFields(BibliographicRecord record, OLEBatchProcessProfileRenameField renameField)
record
- renameField
- public List<Integer> findDataFieldIndex(List<DataField> dataFieldList, String tag, String ind1, String ind2)
dataFieldList
- tag
- ind1
- ind2
- public List<Integer> findSubFieldIndex(List<SubField> subFieldList, String subField, String content)
subFieldList
- subField
- content
- public String getBatchProcessFilePath(String batchProceesType)
public void createBatchFailureFile(String failureRecordData, String batchProcessType, String batchFileName) throws Exception
Exception
public void deleteBatchFailureFile(String batchProcessType, String batchFileName) throws Exception
Exception
public void createFile(String[] content, String batchProcessType, String batchFileName, String jobId) throws Exception
Exception
public void deleteBatchFile(String batchProcessType, String batchFileName) throws Exception
Exception
public String getBatchProcessFileContent(String batchProcessType, String batchFileName) throws Exception
Exception
public void createBatchProcessFile(String batchProcessType, String batchFileName, String fileContent) throws Exception
Exception
public void createBatchProcessFile(String batchProcessType, String mrcFileName, String ediFileName, String mrcfileContent, String ediFileContent) throws Exception
Exception
public void setRecordNumber(BibliographicRecord record, String localId)
public void createBatchBibImportFailureFile(String failureRecordData, String batchProcessType, String batchFileName) throws Exception
Exception
public void createMarcRecord(String marcRecordContent, String filePath) throws Exception
Exception
public String getExportPathUrl(OLEBatchProcessJobDetailsBo job)
public String getBibPathUrl(OLEBatchProcessJobDetailsBo job)
public String getDeletePathUrl(OLEBatchProcessJobDetailsBo job)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.