Package org.openbravo.service.db
Class ImportClientProcess
- java.lang.Object
-
- org.openbravo.service.db.ImportClientProcess
-
- All Implemented Interfaces:
Process
public class ImportClientProcess extends Object implements Process
The import client process is called from the ui. It imports the data of a new client (including the client itself). It again calls theDataImportService
for the actual import.- 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 ImportClientProcess()
-
-
-
Method Detail
-
execute
public void execute(ProcessBundle bundle) throws Exception
Executes the import process. The expected parameters in the bundle are clientId (denoting the client) and fileLocation giving the full path location of the file with the data to import.
-
-