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 FileProcessingService
Exception
public String getMarcXMLFileDirLocation() throws Exception
getMarcXMLFileDirLocation
in interface FileProcessingService
Exception
public boolean isCreateFileExist(HashMap<String,String> dataMap) throws Exception
isCreateFileExist
in interface FileProcessingService
Exception
public boolean isEditFileExist(HashMap<String,String> dataMap) throws Exception
isEditFileExist
in interface FileProcessingService
Exception
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.