public class PickupSourcingStrategyMapper extends AbstractSourcingStrategyMapper
Mapper to map a sourcing strategy to handle pickup in store.
This mapper will return a match if and only if every order entry in the context has a delivery point of service set.
| Constructor and Description |
|---|
PickupSourcingStrategyMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Boolean |
isMatch(AbstractOrderEntryModel entry)
Check to see if the order entry provides a match.
|
java.lang.Boolean |
isMatch(SourcingContext context)
Determines if this mapper produces a match for the given sourcing context.
|
getStrategy, setStrategypublic java.lang.Boolean isMatch(SourcingContext context)
SourcingStrategyMappercontext - - the sourcing contextprotected java.lang.Boolean isMatch(AbstractOrderEntryModel entry)
entry - - the abstract order entry modelCopyright © 2018 SAP SE. All Rights Reserved.