Class ImportReprocessErrorEntries
- java.lang.Object
-
- org.openbravo.service.db.DalBaseProcess
-
- org.openbravo.service.importprocess.ImportReprocessErrorEntries
-
- All Implemented Interfaces:
Process
public class ImportReprocessErrorEntries extends DalBaseProcess
For allImportEntry
with importstatus Error sets it back to Initial and notifies the ImportEntryManager to process them.- Author:
- mtaal
-
-
Field Summary
-
Fields inherited from interface org.openbravo.scheduling.Process
COMPLETE, ERROR, EXECUTION_ID, KILLED, MISFIRED, PREVENT_CONCURRENT_EXECUTIONS, PROCESS_ID, PROCESS_NAME, PROCESSING, SCHEDULED, SUCCESS, SYSTEM_RESTART, UNSCHEDULED
-
-
Constructor Summary
Constructors Constructor Description ImportReprocessErrorEntries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(ProcessBundle bundle)
-
Methods inherited from class org.openbravo.service.db.DalBaseProcess
execute, isDoCommit, setDoCommit
-
-
-
-
Method Detail
-
doExecute
protected void doExecute(ProcessBundle bundle) throws Exception
- Specified by:
doExecute
in classDalBaseProcess
- Throws:
Exception
-
-