Class UOMManagementUtil
- java.lang.Object
-
- org.openbravo.test.copyLinesFromOrders.data.UOMManagementUtil
-
public class UOMManagementUtil extends Object
Class used for the UomManagement preference- Author:
- Mark
-
-
Constructor Summary
Constructors Constructor Description UOMManagementUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
existsUOMPreference()
boolean
isUOMPreferenceCreatedBeforeExecuteProcess()
boolean
isUOMPreferenceEnabledBeforeExecuteProcess()
void
removeUOMPreference()
void
restoreUOMPreferenceStatus()
void
saveUOMPreferenceStatusBeforeExecuteProcess()
void
setUOMPreference(String value, boolean doCommit)
void
setUOMPreferenceCreatedBeforeExecuteProcess(boolean uOMPreferenceCreatedBeforeExecuteProcess)
void
setUOMPreferenceEnabledBeforeExecuteProcess(boolean uOMPreferenceEnabledBeforeExecuteProcess)
-
-
-
Method Detail
-
saveUOMPreferenceStatusBeforeExecuteProcess
public void saveUOMPreferenceStatusBeforeExecuteProcess()
-
existsUOMPreference
public boolean existsUOMPreference()
-
restoreUOMPreferenceStatus
public void restoreUOMPreferenceStatus()
-
removeUOMPreference
public void removeUOMPreference()
-
setUOMPreference
public void setUOMPreference(String value, boolean doCommit)
-
isUOMPreferenceCreatedBeforeExecuteProcess
public boolean isUOMPreferenceCreatedBeforeExecuteProcess()
-
setUOMPreferenceCreatedBeforeExecuteProcess
public void setUOMPreferenceCreatedBeforeExecuteProcess(boolean uOMPreferenceCreatedBeforeExecuteProcess)
-
isUOMPreferenceEnabledBeforeExecuteProcess
public boolean isUOMPreferenceEnabledBeforeExecuteProcess()
-
setUOMPreferenceEnabledBeforeExecuteProcess
public void setUOMPreferenceEnabledBeforeExecuteProcess(boolean uOMPreferenceEnabledBeforeExecuteProcess)
-
-