Interface EntryMergeFilter

All Superinterfaces:
BiFunction<AbstractOrderEntryModel,AbstractOrderEntryModel,Boolean>
All Known Implementing Classes:
EntryMergeFilterBundleTemplate, EntryMergeFilterConfigurableProduct, EntryMergeFilterEntryGroup, EntryMergeFilterGiveAway, EntryMergeFilterIsEntryUpdatable, EntryMergeFilterPointOfService, EntryMergeFilterProduct, EntryMergeFilterSubscription, EntryMergeFilterUnits

public interface EntryMergeFilter extends BiFunction<AbstractOrderEntryModel,AbstractOrderEntryModel,Boolean>
Filter to reject entry merge for particular pair of entries. Second entry (which is going to be added to cart) is presented by CommerceCartParameter, because it does not exist in cart so far.