Class PosOrderEntryMatcher
java.lang.Object
de.hybris.platform.warehousing.sourcing.context.grouping.impl.PosOrderEntryMatcher
- All Implemented Interfaces:
OrderEntryMatcher<PointOfServiceModel>
Matcher to match order entries based on similar delivery point of service used for pickup/click & collect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMatchingObject(AbstractOrderEntryModel orderEntry) Get the order entry model attribute used to match it to other order entries.
-
Constructor Details
-
PosOrderEntryMatcher
public PosOrderEntryMatcher()
-
-
Method Details
-
getMatchingObject
Description copied from interface:OrderEntryMatcherGet the order entry model attribute used to match it to other order entries.- Specified by:
getMatchingObjectin interfaceOrderEntryMatcher<PointOfServiceModel>- Parameters:
orderEntry- - the abstract order entry model- Returns:
- the matching attribute; or null if the attribute is null
-