Package org.openbravo.costing
Class PriceDifferenceBackground
- java.lang.Object
-
- org.openbravo.service.db.DalBaseProcess
-
- org.openbravo.costing.PriceDifferenceBackground
-
- All Implemented Interfaces:
Process
public class PriceDifferenceBackground extends DalBaseProcess
- Author:
- mdejuana
-
-
Field Summary
Fields Modifier and Type Field Description static String
AD_PROCESS_ID
-
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 PriceDifferenceBackground()
-
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
-
-
-
-
Field Detail
-
AD_PROCESS_ID
public static final String AD_PROCESS_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
doExecute
protected void doExecute(ProcessBundle bundle) throws Exception
- Specified by:
doExecute
in classDalBaseProcess
- Throws:
Exception
-
-