Interface PickupWarehouseSelectionStrategy
-
- All Known Implementing Classes:
DefaultPickupWarehouseSelectionStrategy
public interface PickupWarehouseSelectionStrategyThis strategy returns warehouses where pickup is supported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<WarehouseModel>getWarehouses(PointOfServiceModel pos)Get all warehouses associated to the point of service that allow pickup.
-
-
-
Method Detail
-
getWarehouses
java.util.Collection<WarehouseModel> getWarehouses(PointOfServiceModel pos)
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
-
-