public class DefaultPickupWarehouseSelectionStrategy extends java.lang.Object implements PickupWarehouseSelectionStrategy
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CODE_PICKUP |
| Constructor and Description |
|---|
DefaultPickupWarehouseSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.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 java.lang.String CODE_PICKUP
public DefaultPickupWarehouseSelectionStrategy()
public java.util.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 © 2018 SAP SE. All Rights Reserved.