Interface PickupWarehouseSelectionStrategy
- All Known Implementing Classes:
DefaultPickupWarehouseSelectionStrategy
public interface PickupWarehouseSelectionStrategy
This strategy returns warehouses where pickup is supported.
-
Method Summary
Modifier and TypeMethodDescriptionGet all warehouses associated to the point of service that allow pickup.
-
Method Details
-
getWarehouses
Get all warehouses associated to the point of service that allow pickup.- Parameters:
pos- - the point of service associated to the warehouses which allow pickup- Returns:
- a list of warehouses for pickup
-