Class PosOrderEntryMatcher
- java.lang.Object
-
- de.hybris.platform.warehousing.sourcing.context.grouping.impl.PosOrderEntryMatcher
-
- All Implemented Interfaces:
OrderEntryMatcher<PointOfServiceModel>
public class PosOrderEntryMatcher extends java.lang.Object implements OrderEntryMatcher<PointOfServiceModel>
Matcher to match order entries based on similar delivery point of service used for pickup/click & collect.
-
-
Constructor Summary
Constructors Constructor Description PosOrderEntryMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointOfServiceModelgetMatchingObject(AbstractOrderEntryModel orderEntry)Get the order entry model attribute used to match it to other order entries.
-
-
-
Method Detail
-
getMatchingObject
public PointOfServiceModel getMatchingObject(AbstractOrderEntryModel orderEntry)
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
-
-