public interface B2BEscalationService
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEscalate(OrderModel order)
Checks if the order can be escalated to a different approver(s)
|
boolean |
escalate(OrderModel order)
Escalate the order's current approver to the next eligible approver.
|
boolean |
handleEscalationFailure(OrderModel order)
Deprecated.
Since 4.4.
|
void |
scheduleEscalationTask(OrderModel order)
Schedule escalation task based on configuration property 'escalationtask.executiontime.milliseconds'
|
boolean escalate(OrderModel order)
order - the order in which the approver will be escalated to the next higher eligible approver@Deprecated boolean handleEscalationFailure(OrderModel order)
order - the ordervoid scheduleEscalationTask(OrderModel order)
order - the order in which the approver will be escalated to the next higher eligible approverboolean canEscalate(OrderModel order)
order - An order placed in a b2b storeCopyright © 2018 SAP SE. All Rights Reserved.