Class DefaultB2BCheckoutFlowFacade
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.impl.DefaultB2BCheckoutFlowFacade
- All Implemented Interfaces:
CheckoutFlowFacade
Default implementation of the
CheckoutFlowFacade. Delegates resolving the checkout flow to an injected
B2BCheckoutFlowStrategy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the checkout flow.protected B2BCheckoutFlowStrategyprotected B2BCheckoutPciStrategyGets the subscription PCI Option.voidvoidsetCheckoutPciStrategy(B2BCheckoutPciStrategy strategy)
-
Constructor Details
-
DefaultB2BCheckoutFlowFacade
public DefaultB2BCheckoutFlowFacade()
-
-
Method Details
-
getCheckoutFlow
Description copied from interface:CheckoutFlowFacadeGets the checkout flow.- Specified by:
getCheckoutFlowin interfaceCheckoutFlowFacade- Returns:
- the enum value of the checkout flow
-
getSubscriptionPciOption
Description copied from interface:CheckoutFlowFacadeGets the subscription PCI Option.- Specified by:
getSubscriptionPciOptionin interfaceCheckoutFlowFacade- Returns:
- the enum value for subscription PCI Option
-
getCheckoutFlowStrategy
-
setCheckoutFlowStrategy
-
getCheckoutPciStrategy
-
setCheckoutPciStrategy
-