Package org.openbravo.materialmgmt
Class VariantChDescUpdateProcess
- java.lang.Object
-
- org.openbravo.service.db.DalBaseProcess
-
- org.openbravo.materialmgmt.VariantChDescUpdateProcess
-
- All Implemented Interfaces:
Process
public class VariantChDescUpdateProcess extends DalBaseProcess
-
-
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 VariantChDescUpdateProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doExecute(ProcessBundle bundle)
void
update(String strProductId, String strChValueId)
Method to update the Characteristics Description.-
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
public void doExecute(ProcessBundle bundle) throws Exception
- Specified by:
doExecute
in classDalBaseProcess
- Throws:
Exception
-
update
public void update(String strProductId, String strChValueId)
Method to update the Characteristics Description.- Parameters:
strProductId
- Optional parameter, when given updates only the description of this product.strChValueId
- Optional parameter, when given updates only products with this characteristic value assigned.
-
-