public abstract class ReleaseButtonCellRenderer
extends java.lang.Object
| Constructor and Description |
|---|
ReleaseButtonCellRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canPerformOperation(ConsignmentModel consignmentModel,
ConsignmentStatus consignmentStatus)
Checks if the
ConsignmentModel has the given ConsignmentStatus |
protected BusinessProcessService |
getBusinessProcessService() |
void |
setBusinessProcessService(BusinessProcessService businessProcessService) |
protected void |
triggerBusinessProcessEvent(ConsignmentModel consignmentModel,
java.lang.String eventName,
java.lang.String eventChoice)
Triggers the
BusinessProcessService with the given event and event choice |
protected boolean canPerformOperation(ConsignmentModel consignmentModel, ConsignmentStatus consignmentStatus)
ConsignmentModel has the given ConsignmentStatusconsignmentModel - the ConsignmentModel to checkConsignmentModel has the given ConsignmentStatusprotected void triggerBusinessProcessEvent(ConsignmentModel consignmentModel, java.lang.String eventName, java.lang.String eventChoice)
BusinessProcessService with the given event and event choiceconsignmentModel - the ConsignmentModel for which the event is to be triggeredeventName - the event to be triggeredeventChoice - the event choiceprotected BusinessProcessService getBusinessProcessService()
public void setBusinessProcessService(BusinessProcessService businessProcessService)
Copyright © 2018 SAP SE. All Rights Reserved.