public class WarehousingStorePickupDao
extends DefaultStorePickupDao
StorePickupDao using the warehousing deliveryMode relations to
determine if a product is available for pickup.| Modifier and Type | Field and Description |
|---|---|
protected static String |
PICKUP_CHECK_QUERY |
protected static String |
PICKUP_CODE |
| Constructor and Description |
|---|
WarehousingStorePickupDao() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
checkProductForPickup(String productCode,
BaseStoreModel baseStoreModel) |
protected static final String PICKUP_CODE
protected static final String PICKUP_CHECK_QUERY
public Boolean checkProductForPickup(String productCode, BaseStoreModel baseStoreModel)
Copyright © 2017 SAP SE. All Rights Reserved.