public class DefaultPickupWarehouseSelectionStrategy extends Object implements PickupWarehouseSelectionStrategy
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CODE_PICKUP |
| Constructor and Description |
|---|
DefaultPickupWarehouseSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
getWarehouses(PointOfServiceModel pos)
Get all warehouses associated to the point of service that allow pickup.
|
protected WarehousesFilterProcessor |
getWarehousesFilterProcessor() |
void |
setWarehousesFilterProcessor(WarehousesFilterProcessor warehousesFilterProcessor) |
protected static final String CODE_PICKUP
public DefaultPickupWarehouseSelectionStrategy()
public Collection<WarehouseModel> getWarehouses(PointOfServiceModel pos)
PickupWarehouseSelectionStrategygetWarehouses in interface PickupWarehouseSelectionStrategypos - - the point of service associated to the warehouses which allow pickupprotected WarehousesFilterProcessor getWarehousesFilterProcessor()
public void setWarehousesFilterProcessor(WarehousesFilterProcessor warehousesFilterProcessor)
Copyright © 2017 SAP SE. All Rights Reserved.