public class DefaultOrderOnHoldService extends java.lang.Object implements OrderOnHoldService
OrderOnHoldService| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CANCEL_CONSIGNMENT_CHOICE |
protected static java.lang.String |
CONSIGNMENT_ACTION_EVENT_NAME |
| Constructor and Description |
|---|
DefaultOrderOnHoldService() |
protected static final java.lang.String CONSIGNMENT_ACTION_EVENT_NAME
protected static final java.lang.String CANCEL_CONSIGNMENT_CHOICE
public void processOrderOnHold(OrderModel order)
OrderOnHoldServiceOrderModel on hold. Meaning all of its consignments are cancelled as well as the associated
task assignment workflows.processOrderOnHold in interface OrderOnHoldServiceorder - the OrderModel to be put on holdprotected ModelService getModelService()
public void setModelService(ModelService modelService)
protected java.util.List<ConsignmentStatus> getNonCancellableConsignmentStatus()
public void setNonCancellableConsignmentStatus(java.util.List<ConsignmentStatus> nonCancellableConsignmentStatus)
protected WarehousingBusinessProcessService<ConsignmentModel> getConsignmentBusinessProcessService()
public void setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService)
protected WarehousingConsignmentWorkflowService getWarehousingConsignmentWorkflowService()
public void setWarehousingConsignmentWorkflowService(WarehousingConsignmentWorkflowService warehousingConsignmentWorkflowService)
protected InventoryEventService getInventoryEventService()
public void setInventoryEventService(InventoryEventService inventoryEventService)
Copyright © 2018 SAP SE. All Rights Reserved.