public class ConfirmShippedConsignmentAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONSIGNMENT_ACTION_EVENT_NAME |
static String |
FAILED_MESSAGE |
protected static String |
SHIP_CONSIGNMENT_CHOICE |
static String |
SUCCESS_MESSAGE |
protected static int |
TIMEOUT |
| Constructor and Description |
|---|
ConfirmShippedConsignmentAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> actionContext) |
protected CockpitEventQueue |
getCockpitEventQueue() |
String |
getConfirmationMessage(<any> actionContext) |
protected WarehousingBusinessProcessService<ConsignmentModel> |
getConsignmentBusinessProcessService() |
ModelService |
getModelService() |
protected ConsignmentStatus |
getUpdatedReturnStatus(ConsignmentModel consignmentModel)
Returns the updated
ConsignmentStatus of the given ConsignmentModel as a result of workflow event
triggered by this action |
boolean |
needsConfirmation(<any> actionContext) |
<any> |
perform(<any> actionContext) |
void |
setCockpitEventQueue(CockpitEventQueue cockpitEventQueue) |
void |
setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
void |
setModelService(ModelService modelService) |
protected static final String SHIP_CONSIGNMENT_CHOICE
protected static final String CONSIGNMENT_ACTION_EVENT_NAME
public static final String SUCCESS_MESSAGE
public static final String FAILED_MESSAGE
protected static final int TIMEOUT
public boolean canPerform(<any> actionContext)
public String getConfirmationMessage(<any> actionContext)
public boolean needsConfirmation(<any> actionContext)
public <any> perform(<any> actionContext)
protected ConsignmentStatus getUpdatedReturnStatus(ConsignmentModel consignmentModel)
ConsignmentStatus of the given ConsignmentModel as a result of workflow event
triggered by this actionconsignmentModel - the consignment to be updatedprotected WarehousingBusinessProcessService<ConsignmentModel> getConsignmentBusinessProcessService()
public void setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService)
consignmentBusinessProcessService - protected CockpitEventQueue getCockpitEventQueue()
public void setCockpitEventQueue(CockpitEventQueue cockpitEventQueue)
cockpitEventQueue - the cockpitEventQueue to setpublic ModelService getModelService()
public void setModelService(ModelService modelService)
modelService - the modelService to setCopyright © 2017 SAP SE. All Rights Reserved.