| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PosOrderEntryMatcher
Matcher to match order entries based on similar delivery point of service used for pickup/click & collect.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group,
OrderEntryMatcher<?> matcher) |
java.util.Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitGroupsByMatcher(java.util.Set<OrderEntryGroup> groups,
OrderEntryMatcher<?> matcher) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitOrderByMatchers(AbstractOrderModel order,
java.util.Collection<OrderEntryMatcher<?>> matchers) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<OrderEntryMatcher<?>> |
DefaultSourcingService.getOrderEntryMatchers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSourcingService.setOrderEntryMatchers(java.util.Collection<OrderEntryMatcher<?>> orderEntryMatchers) |
Copyright © 2018 SAP SE. All Rights Reserved.