Uses of Interface
de.hybris.platform.warehousing.sourcing.context.grouping.OrderEntryMatcher
-
-
Uses of OrderEntryMatcher in de.hybris.platform.warehousing.sourcing.context.grouping
Methods in de.hybris.platform.warehousing.sourcing.context.grouping with parameters of type OrderEntryMatcher Modifier and Type Method Description java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher)Split a single order entry group into multiple groups using a single matcher.java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitGroupsByMatcher(java.util.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 OrderEntryMatcher Modifier and Type Method Description java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitOrderByMatchers(AbstractOrderModel order, java.util.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 OrderEntryMatcher Modifier and Type Class Description classPosOrderEntryMatcherMatcher 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 OrderEntryMatcher Modifier and Type Method Description java.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitGroupByMatcher(OrderEntryGroup group, OrderEntryMatcher matcher)java.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitGroupsByMatcher(java.util.Set<OrderEntryGroup> groups, OrderEntryMatcher matcher)Method parameters in de.hybris.platform.warehousing.sourcing.context.grouping.impl with type arguments of type OrderEntryMatcher Modifier and Type Method Description java.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitOrderByMatchers(AbstractOrderModel order, java.util.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 OrderEntryMatcher Modifier and Type Method Description protected java.util.Collection<OrderEntryMatcher>DefaultSourcingService. getOrderEntryMatchers()Method parameters in de.hybris.platform.warehousing.sourcing.impl with type arguments of type OrderEntryMatcher Modifier and Type Method Description voidDefaultSourcingService. setOrderEntryMatchers(java.util.Collection<OrderEntryMatcher> orderEntryMatchers)
-