| Modifier and Type | Method and Description |
|---|---|
Collection<SourcingContext> |
SourcingContextFactory.create(Collection<OrderEntryGroup> groups,
Collection<WarehouseModel> locations)
Create a new sourcing context.
|
| 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.
|
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 | Method and Description |
|---|---|
Set<OrderEntryGroup> |
OrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group,
OrderEntryMatcher<?> matcher)
Split a single order entry group into multiple groups using a single matcher.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
DefaultOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group,
OrderEntryMatcher<?> matcher) |
Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitGroupsByMatcher(Set<OrderEntryGroup> groups,
OrderEntryMatcher<?> matcher) |
Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitOrderByMatchers(AbstractOrderModel order,
Collection<OrderEntryMatcher<?>> matchers) |
| Modifier and Type | Method and Description |
|---|---|
Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitGroupByMatcher(OrderEntryGroup group,
OrderEntryMatcher<?> matcher) |
| Modifier and Type | Method and Description |
|---|---|
Set<OrderEntryGroup> |
DefaultOrderEntryGroupingService.splitGroupsByMatcher(Set<OrderEntryGroup> groups,
OrderEntryMatcher<?> matcher) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SourcingContext> |
DefaultSourcingContextFactory.create(Collection<OrderEntryGroup> groups,
Collection<WarehouseModel> locations) |
Copyright © 2017 SAP SE. All Rights Reserved.