Package org.openbravo.materialmgmt
Class InventoryCountProcess
- java.lang.Object
-
- org.openbravo.materialmgmt.InventoryCountProcess
-
-
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 InventoryCountProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ProcessBundle bundle)
OBError
processInventory(InventoryCount inventory)
OBError
processInventory(InventoryCount inventory, boolean checkReservationQty)
OBError
processInventory(InventoryCount inventory, boolean checkReservationQty, boolean checkPermanentCost)
-
-
-
Method Detail
-
execute
public void execute(ProcessBundle bundle) throws Exception
-
processInventory
public OBError processInventory(InventoryCount inventory) throws OBException
- Throws:
OBException
-
processInventory
public OBError processInventory(InventoryCount inventory, boolean checkReservationQty) throws OBException
- Throws:
OBException
-
processInventory
public OBError processInventory(InventoryCount inventory, boolean checkReservationQty, boolean checkPermanentCost) throws OBException
- Throws:
OBException
-
-