Interface PickupStrategy
- All Known Implementing Classes:
DefaultPickupStrategy
public interface PickupStrategy
Abstraction for strategy determining Pickup mode.
-
Method Summary
Modifier and TypeMethodDescriptionReturns one of the possiblePickupInStoreModevalues - to select the pickup-in-store mode
-
Method Details
-
getPickupInStoreMode
PickupInStoreMode getPickupInStoreMode()Returns one of the possiblePickupInStoreModevalues - to select the pickup-in-store mode
-