Class WarehouseCache
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.WarehouseCache
- All Implemented Interfaces:
Serializable
Cache utility for
BOWarehouse events.- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWarehouse(Long warehouseId, PoolKit poolKit) Returns theBOWarehousewhich corresponds to the given id.
-
Constructor Details
-
WarehouseCache
public WarehouseCache()
-
-
Method Details
-
getWarehouse
Returns theBOWarehousewhich corresponds to the given id.- Parameters:
warehouseId- theBOWarehouseidpoolKit- thePoolKit- Returns:
- the corresponding
BOWarehouse
-