public interface IImporterProcessor
Modifier and Type | Method and Description |
---|---|
String |
getCurrentFileName() |
long |
getNumberOfLinesToProcess() |
long |
getReadFileLine()
The number of read line for the current processed file
|
ImporterStatus |
getStatus() |
String |
getStatusMessage() |
long |
getTotalReadLine()
The number of read line for all the processed file
|
void |
process()
Do the stuff...
|
void |
resetStatus()
Reset status fields, it should be done when the import has been canceled
|
List<NameValueDTO<Integer>> |
rollback()
/!
|
boolean |
shouldBeSkipped() |
void process()
long getReadFileLine()
getTotalReadLine()
long getTotalReadLine()
getReadFileLine()
String getCurrentFileName()
long getNumberOfLinesToProcess()
ImporterStatus getStatus()
String getStatusMessage()
List<NameValueDTO<Integer>> rollback()
boolean shouldBeSkipped()
void resetStatus()
Copyright © 2015. All rights reserved.