Class TmaEntryMergeRegionFilter
java.lang.Object
de.hybris.platform.b2ctelcoservices.order.impl.TmaEntryMergeRegionFilter
- All Implemented Interfaces:
de.hybris.platform.commerceservices.order.EntryMergeFilter,BiFunction<AbstractOrderEntryModel,AbstractOrderEntryModel, Boolean>
public class TmaEntryMergeRegionFilter
extends Object
implements de.hybris.platform.commerceservices.order.EntryMergeFilter
Merge only entries that contain the region equals to target entry region.
- Since:
- 2003
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
TmaEntryMergeRegionFilter
public TmaEntryMergeRegionFilter()
-
-
Method Details
-
apply
public Boolean apply(@Nonnull AbstractOrderEntryModel candidate, @Nonnull AbstractOrderEntryModel target) - Specified by:
applyin interfaceBiFunction<AbstractOrderEntryModel,AbstractOrderEntryModel, Boolean> - Specified by:
applyin interfacede.hybris.platform.commerceservices.order.EntryMergeFilter
-