public interface SplittingStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
afterSplitting(OrderEntryGroup group,
ConsignmentModel createdOne)
After splitting.
|
List<OrderEntryGroup> |
perform(List<OrderEntryGroup> orderEntryGroup)
Perform the strategy.
|
List<OrderEntryGroup> perform(List<OrderEntryGroup> orderEntryGroup)
orderEntryGroup - the order entry listvoid afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne)
group - the groupcreatedOne - the created oneCopyright © 2017 SAP SE. All Rights Reserved.