Uses of Interface
de.hybris.platform.warehousing.sourcing.context.grouping.OrderEntryMatcher
Packages that use OrderEntryMatcher
Package
Description
-
Uses of OrderEntryMatcher in de.hybris.platform.warehousing.sourcing.context.grouping
Methods in de.hybris.platform.warehousing.sourcing.context.grouping with parameters of type OrderEntryMatcherModifier and TypeMethodDescriptionOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher) Split a single order entry group into multiple groups using a single matcher.OrderEntryGroupingService.splitGroupsByMatcher(Set<OrderEntryGroup> groups, OrderEntryMatcher matcher) Split an existing collection of order entry groups into smaller groups using a single matcher.Method parameters in de.hybris.platform.warehousing.sourcing.context.grouping with type arguments of type OrderEntryMatcherModifier and TypeMethodDescriptionOrderEntryGroupingService.splitOrderByMatchers(AbstractOrderModel order, Collection<OrderEntryMatcher> matchers) Split an order into a groups of order entries based on a collection of matchers. -
Uses of OrderEntryMatcher in de.hybris.platform.warehousing.sourcing.context.grouping.impl
Classes in de.hybris.platform.warehousing.sourcing.context.grouping.impl that implement OrderEntryMatcherModifier and TypeClassDescriptionclassMatcher to match order entries based on similar delivery point of service used for pickup/click & collect.Methods in de.hybris.platform.warehousing.sourcing.context.grouping.impl with parameters of type OrderEntryMatcherModifier and TypeMethodDescriptionDefaultOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher) DefaultOrderEntryGroupingService.splitGroupsByMatcher(Set<OrderEntryGroup> groups, OrderEntryMatcher matcher) Method parameters in de.hybris.platform.warehousing.sourcing.context.grouping.impl with type arguments of type OrderEntryMatcherModifier and TypeMethodDescriptionDefaultOrderEntryGroupingService.splitOrderByMatchers(AbstractOrderModel order, Collection<OrderEntryMatcher> matchers) -
Uses of OrderEntryMatcher in de.hybris.platform.warehousing.sourcing.impl
Methods in de.hybris.platform.warehousing.sourcing.impl that return types with arguments of type OrderEntryMatcherModifier and TypeMethodDescriptionprotected Collection<OrderEntryMatcher>DefaultSourcingService.getOrderEntryMatchers()Method parameters in de.hybris.platform.warehousing.sourcing.impl with type arguments of type OrderEntryMatcherModifier and TypeMethodDescriptionvoidDefaultSourcingService.setOrderEntryMatchers(Collection<OrderEntryMatcher> orderEntryMatchers)