Package de.hybris.platform.ordercancel.impl.denialstrategies
package de.hybris.platform.ordercancel.impl.denialstrategies
-
ClassDescriptionThis 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 itemsStrategy 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).This strategy forbids cancel when Order is in one of the provided OrderCancelStates.This strategy forbids cancel when rules regarding partial cancel are violated.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.This strategy forbids cancel when Order shipment has already started and the configuration does not allow to cancel such orders.Strategy that forbids cancel, where there's already a previous (pending) order cancel requests.A marker interface used to make junit tests easier.