public class FileProcessingServiceImpl extends Object implements FileProcessingService
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
LOG |
| Constructor and Description |
|---|
FileProcessingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getFileContentAndDeleteFile(HashMap<String,String> dataMap) |
String |
getMarcXMLFileDirLocation() |
boolean |
isCreateFileExist(HashMap<String,String> dataMap) |
boolean |
isEditFileExist(HashMap<String,String> dataMap) |
protected static org.apache.log4j.Logger LOG
public FileProcessingServiceImpl()
public HashMap<String,String> getFileContentAndDeleteFile(HashMap<String,String> dataMap) throws Exception
getFileContentAndDeleteFile in interface FileProcessingServiceExceptionpublic String getMarcXMLFileDirLocation() throws Exception
getMarcXMLFileDirLocation in interface FileProcessingServiceExceptionpublic boolean isCreateFileExist(HashMap<String,String> dataMap) throws Exception
isCreateFileExist in interface FileProcessingServiceExceptionpublic boolean isEditFileExist(HashMap<String,String> dataMap) throws Exception
isEditFileExist in interface FileProcessingServiceExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.