| Modifier and Type | Method and Description |
|---|---|
Set<OrderEntryGroup> |
OrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group,
OrderEntryMatcher<?> matcher)
Split a single order entry group into multiple groups using a single matcher.
|
Set<OrderEntryGroup> |
OrderEntryGroupingService.splitGroupsByMatcher(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 |
|---|---|
Set<OrderEntryGroup> |
OrderEntryGroupingService.splitOrderByMatchers(AbstractOrderModel order,
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 |
|---|---|
Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group,
OrderEntryMatcher<?> matcher) |
Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitGroupsByMatcher(Set<OrderEntryGroup> groups,
OrderEntryMatcher<?> matcher) |
| Modifier and Type | Method and Description |
|---|---|
Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitOrderByMatchers(AbstractOrderModel order,
Collection<OrderEntryMatcher<?>> matchers) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<OrderEntryMatcher<?>> |
DefaultSourcingService.getOrderEntryMatchers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSourcingService.setOrderEntryMatchers(Collection<OrderEntryMatcher<?>> orderEntryMatchers) |
Copyright © 2017 SAP SE. All Rights Reserved.