public interface OrderSplittingService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConsignmentModel> |
splitOrderForConsignment(AbstractOrderModel order,
java.util.List<AbstractOrderEntryModel> orderEntryList)
Split order entries for consignments.
|
java.util.List<ConsignmentModel> |
splitOrderForConsignmentNotPersist(AbstractOrderModel order,
java.util.List<AbstractOrderEntryModel> orderEntryList)
Split order entries for consignments w/o persisting changes
|
java.util.List<ConsignmentModel> splitOrderForConsignment(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList) throws ConsignmentCreationException
order - order to splitorderEntryList - the order entry listConsignmentCreationException - if the consignment was not created correctlyjava.util.List<ConsignmentModel> splitOrderForConsignmentNotPersist(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList) throws ConsignmentCreationException
order - order to splitorderEntryList - list of order entriesConsignmentCreationException - if the consignment was not created correctlyCopyright © 2018 SAP SE. All Rights Reserved.