| Interface | Description |
|---|---|
| StateMappingStrategyDependent |
A marker interface used to make junit tests easier.
|
| Class | Description |
|---|---|
| AbstractCancelDenialStrategy | |
| DefaultRequestOriginDenialStrategy |
Strategy that forbids cancel, when the end-customer makes the cancel request and configuration prevents cancels by
end-customers (only CSA is allowed to make request in that case).
|
| OrderStateDenialStrategy |
This strategy forbids cancel when Order is in one of the provided OrderCancelStates.
|
| PartialCancelRulesViolationStrategy |
This strategy forbids cancel when rules regarding partial cancel are violated.
|
| SentToWarehouseDenialStrategy |
This strategy forbids cancel when Order has already been sent to a Warehouse for fulfillment and the configuration
does not allow to cancel such orders.
|
| ShippingDenialStrategy |
This strategy forbids cancel when Order shipment has already started and the configuration does not allow to cancel
such orders.
|
| SingleCancelRequestDenialStrategy |
Strategy that forbids cancel, where there's already a previous (pending) order cancel requests.
|
Copyright © 2017 SAP SE. All Rights Reserved.