Uses of Interface
de.hybris.platform.commerceservices.order.EntryMergeFilter
-
-
Uses of EntryMergeFilter in de.hybris.platform.commerceservices.order.impl
Classes in de.hybris.platform.commerceservices.order.impl that implement EntryMergeFilter Modifier and Type Class Description classEntryMergeFilterConfigurableProductDisable to merge complex products.classEntryMergeFilterEntryGroupMerge only entries on the same entry group.classEntryMergeFilterGiveAwayDo not merge entries when new entry creation is demanded.classEntryMergeFilterIsEntryUpdatableDo not merge entries that are not updatable.classEntryMergeFilterPointOfServiceMerge only entries that have the same point of service.classEntryMergeFilterProductMerge only entries with the same product.classEntryMergeFilterSubscriptionDenies merging of entries with subscription products.classEntryMergeFilterUnitsMerge only entries with the same measurement units. -
Uses of EntryMergeFilter in de.hybris.platform.commerceservices.order.strategies.impl
Methods in de.hybris.platform.commerceservices.order.strategies.impl that return types with arguments of type EntryMergeFilter Modifier and Type Method Description protected java.util.List<EntryMergeFilter>DefaultEntryMergeStrategy. getEntryMergeFilters()Method parameters in de.hybris.platform.commerceservices.order.strategies.impl with type arguments of type EntryMergeFilter Modifier and Type Method Description voidDefaultEntryMergeStrategy. setEntryMergeFilters(java.util.List<EntryMergeFilter> items)Filters to reject entities that can not be merged. -
Uses of EntryMergeFilter in de.hybris.platform.configurablebundleservices.order.impl
Classes in de.hybris.platform.configurablebundleservices.order.impl that implement EntryMergeFilter Modifier and Type Class Description classEntryMergeFilterBundleTemplatePrevents merging of entries with different bundle templates.
-