public class DefaultWarehousingShippingService extends java.lang.Object implements WarehousingShippingService
WarehousingShippingService| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CONFIRM_PICKUP_CONSIGNMENT_CHOICE |
protected static java.lang.String |
CONFIRM_SHIP_CONSIGNMENT_CHOICE |
protected static java.lang.String |
PICKUP_TEMPLATE_CODE |
protected static java.lang.String |
SHIPPING_TEMPLATE_CODE |
| Constructor and Description |
|---|
DefaultWarehousingShippingService() |
protected static final java.lang.String CONFIRM_SHIP_CONSIGNMENT_CHOICE
protected static final java.lang.String CONFIRM_PICKUP_CONSIGNMENT_CHOICE
protected static final java.lang.String SHIPPING_TEMPLATE_CODE
protected static final java.lang.String PICKUP_TEMPLATE_CODE
public boolean isConsignmentConfirmable(ConsignmentModel consignment)
WarehousingShippingServiceConsignmentModelisConsignmentConfirmable in interface WarehousingShippingServiceconsignment - the ConsignmentModel to be confirmedpublic void confirmShipConsignment(ConsignmentModel consignment) throws BusinessProcessException
WarehousingShippingServiceConsignmentModelconfirmShipConsignment in interface WarehousingShippingServiceconsignment - the ConsignmentModel to be confirmedBusinessProcessException - when associated process cannot move to the confirmation statepublic void confirmPickupConsignment(ConsignmentModel consignment) throws BusinessProcessException
WarehousingShippingServiceConsignmentModelconfirmPickupConsignment in interface WarehousingShippingServiceconsignment - the ConsignmentModel to be confirmedBusinessProcessException - when associated process cannot move to the confirmation stateprotected java.util.List<ConsignmentStatus> getValidConsConfirmConsignmentStatusList()
public void setValidConsConfirmConsignmentStatusList(java.util.List<ConsignmentStatus> validConsConfirmConsignmentStatusList)
protected java.util.List<OrderStatus> getValidConsConfirmOrderStatusList()
public void setValidConsConfirmOrderStatusList(java.util.List<OrderStatus> validConsConfirmOrderStatusList)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected WarehousingConsignmentWorkflowService getWarehousingConsignmentWorkflowService()
public void setWarehousingConsignmentWorkflowService(WarehousingConsignmentWorkflowService warehousingConsignmentWorkflowService)
Copyright © 2018 SAP SE. All Rights Reserved.