Package org.openbravo.costing
Class CostingRuleProcess
- java.lang.Object
-
- org.openbravo.costing.CostingRuleProcess
-
-
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 CostingRuleProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
createCostingRuleInits(String ruleId, Set<String> childOrgs, Date date)
protected void
createCostingRuleInits(CostingRule rule, Set<String> childOrgs)
Deprecated.void
execute(ProcessBundle bundle)
protected InventoryCountLine
getInitIcl(InventoryCount initInventory, InventoryCountLine icl)
protected MaterialTransaction
getInventoryLineTransaction(InventoryCountLine icl)
-
-
-
Method Detail
-
execute
public void execute(ProcessBundle bundle) throws Exception
-
createCostingRuleInits
@Deprecated protected void createCostingRuleInits(CostingRule rule, Set<String> childOrgs)
Deprecated.
-
createCostingRuleInits
protected void createCostingRuleInits(String ruleId, Set<String> childOrgs, Date date)
-
getInventoryLineTransaction
protected MaterialTransaction getInventoryLineTransaction(InventoryCountLine icl)
-
getInitIcl
protected InventoryCountLine getInitIcl(InventoryCount initInventory, InventoryCountLine icl)
-
-