Interface WarehouseSelectionStrategy
-
- All Known Implementing Classes:
DefaultWarehouseSelectionStrategy,WarehousingWarehouseSelectionStrategy
public interface WarehouseSelectionStrategyThis strategy abstracts the relationship between BaseStore and Warehouse allowing the logic to be easily changed. The Warehouses returned are the "Web" or "Online" warehouses which are typically used for home delivery.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<WarehouseModel>getWarehousesForBaseStore(BaseStoreModel baseStore)
-
-
-
Method Detail
-
getWarehousesForBaseStore
java.util.List<WarehouseModel> getWarehousesForBaseStore(BaseStoreModel baseStore)
-
-