Class FixedB2BCheckoutFlowStrategy
java.lang.Object
de.hybris.platform.b2bacceleratorservices.order.checkout.flow.impl.FixedB2BCheckoutFlowStrategy
- All Implemented Interfaces:
B2BCheckoutFlowStrategy
Uses fixed
CheckoutFlowEnum as result. Used most likely on the end of checkout flow strategy chain.- Since:
- 4.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns one of the possibleCheckoutFlowEnumvalues - to select the checkout flowvoidsetCheckoutFlow(CheckoutFlowEnum checkoutFlow)
-
Constructor Details
-
FixedB2BCheckoutFlowStrategy
public FixedB2BCheckoutFlowStrategy()
-
-
Method Details
-
getCheckoutFlow
Description copied from interface:B2BCheckoutFlowStrategyReturns one of the possibleCheckoutFlowEnumvalues - to select the checkout flow- Specified by:
getCheckoutFlowin interfaceB2BCheckoutFlowStrategy
-
setCheckoutFlow
-