public class ConfirmPickupAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONFIRM_PICKUP_CONSIGNMENT_CHOICE |
protected static String |
CONSIGNMENT_ACTION_EVENT_NAME |
static String |
FAILED_MESSAGE |
static String |
SUCCESS_MESSAGE |
protected static int |
TIMEOUT |
| Constructor and Description |
|---|
ConfirmPickupAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> actionContext) |
String |
getConfirmationMessage(<any> actionContext) |
protected WarehousingBusinessProcessService<ConsignmentModel> |
getConsignmentBusinessProcessService() |
protected 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 |
setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
void |
setModelService(ModelService modelService) |
protected static final String CONFIRM_PICKUP_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)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
Copyright © 2017 SAP SE. All Rights Reserved.