| Package | Description |
|---|---|
| de.hybris.platform.ordercancel.impl | |
| de.hybris.platform.ordercancel.impl.denialstrategies |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OrderCancelDenialStrategy> |
DefaultOrderCancelService.getCancelDenialStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrderCancelService.setCancelDenialStrategies(java.util.List<OrderCancelDenialStrategy> cancelDenialStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsignmentPaymentCapturedDenialStrategy
This strategy forbids order cancellation if if the system captures payment on consignment level
and the payment has been captured for all the consignments
and the order doesn't have any unallocated items
|
class |
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).
|
class |
OrderStateDenialStrategy
This strategy forbids cancel when Order is in one of the provided OrderCancelStates.
|
class |
PartialCancelRulesViolationStrategy
This strategy forbids cancel when rules regarding partial cancel are violated.
|
class |
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.
|
class |
ShippingDenialStrategy
This strategy forbids cancel when Order shipment has already started and the configuration does not allow to cancel
such orders.
|
class |
SingleCancelRequestDenialStrategy
Strategy that forbids cancel, where there's already a previous (pending) order cancel requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.