public interface WarehousingShippingService
ConsignmentModel| Modifier and Type | Method and Description |
|---|---|
void |
confirmPickupConsignment(ConsignmentModel consignment)
Confirms the pickup of
ConsignmentModel |
void |
confirmShipConsignment(ConsignmentModel consignment)
Confirms the shipping of
ConsignmentModel |
boolean |
isConsignmentConfirmable(ConsignmentModel consignment)
Checks if the confirm ship/pickup is possible for the given
ConsignmentModel |
boolean isConsignmentConfirmable(ConsignmentModel consignment)
ConsignmentModelconsignment - the ConsignmentModel to be confirmedvoid confirmShipConsignment(ConsignmentModel consignment) throws BusinessProcessException
ConsignmentModelconsignment - the ConsignmentModel to be confirmedBusinessProcessException - when associated process cannot move to the confirmation statevoid confirmPickupConsignment(ConsignmentModel consignment) throws BusinessProcessException
ConsignmentModelconsignment - the ConsignmentModel to be confirmedBusinessProcessException - when associated process cannot move to the confirmation stateCopyright © 2017 SAP SE. All Rights Reserved.