Package org.openbravo.common.hooks
Class InventoryStatusHookManager
- java.lang.Object
-
- org.openbravo.common.hooks.InventoryStatusHookManager
-
@ApplicationScoped public class InventoryStatusHookManager extends Object
-
-
Constructor Summary
Constructors Constructor Description InventoryStatusHookManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeValidationHooks(StorageDetail storageDetail, InventoryStatus newStatus)
Execute Validation Hooks over the given Storage Detail
-
-
-
Method Detail
-
executeValidationHooks
public void executeValidationHooks(StorageDetail storageDetail, InventoryStatus newStatus) throws Exception
Execute Validation Hooks over the given Storage Detail- Parameters:
storageDetail
-- Throws:
Exception
-
-