Package org.openbravo.materialmgmt
Class RelevantCharacteristicFieldTerminologySynchronizer
- java.lang.Object
-
- org.openbravo.materialmgmt.RelevantCharacteristicFieldTerminologySynchronizer
-
- All Implemented Interfaces:
Prioritizable
,ProcessRunnerHook
public class RelevantCharacteristicFieldTerminologySynchronizer extends Object implements ProcessRunnerHook
Synchronizes the terminology of the fields based in relevant characteristic properties. This kind of fields are not backed by a DB physical column and therefore their terminology cannot be synchronized through the AD_Synchronize DB procedure. Note that the synchronization logic used by this class is a simplification respect of the DB procedure, as this class assumes that the language of the module of each of the relevant characteristics whose translation is synchronized is the same as the language of the module of the fields.
-
-
Constructor Summary
Constructors Constructor Description RelevantCharacteristicFieldTerminologySynchronizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onExecutionFinish(ProcessBundle bundle)
Executed when the processrunner ends successfully-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openbravo.base.Prioritizable
getPriority
-
-
-
-
Method Detail
-
onExecutionFinish
public void onExecutionFinish(ProcessBundle bundle)
Description copied from interface:ProcessRunnerHook
Executed when the processrunner ends successfully- Specified by:
onExecutionFinish
in interfaceProcessRunnerHook
- Parameters:
bundle
- a collection with the processRunner args and the system process data
-
-