Interface PickupStrategy
-
- All Known Implementing Classes:
DefaultPickupStrategy
public interface PickupStrategyAbstraction for strategy determining Pickup mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PickupInStoreModegetPickupInStoreMode()Returns one of the possiblePickupInStoreModevalues - to select the pickup-in-store mode
-
-
-
Method Detail
-
getPickupInStoreMode
PickupInStoreMode getPickupInStoreMode()
Returns one of the possiblePickupInStoreModevalues - to select the pickup-in-store mode
-
-