Uses of Interface
de.hybris.platform.ordercancel.impl.denialstrategies.StateMappingStrategyDependent
-
Packages that use StateMappingStrategyDependent Package Description de.hybris.platform.ordercancel.impl.denialstrategies -
-
Uses of StateMappingStrategyDependent in de.hybris.platform.ordercancel.impl.denialstrategies
Classes in de.hybris.platform.ordercancel.impl.denialstrategies that implement StateMappingStrategyDependent Modifier and Type Class Description class
OrderStateDenialStrategy
This strategy forbids cancel when Order is in one of the provided OrderCancelStates.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.
-