Uses of Class
de.hybris.platform.acceleratorservices.enums.CheckoutFlowEnum
-
Packages that use CheckoutFlowEnum Package Description de.hybris.platform.acceleratorfacades.flow.impl de.hybris.platform.acceleratorservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.b2bacceleratorfacades.api.cart de.hybris.platform.b2bacceleratorfacades.order.impl de.hybris.platform.b2bacceleratorservices.order.checkout.flow de.hybris.platform.b2bacceleratorservices.order.checkout.flow.impl -
-
Uses of CheckoutFlowEnum in de.hybris.platform.acceleratorfacades.flow.impl
Methods in de.hybris.platform.acceleratorfacades.flow.impl with parameters of type CheckoutFlowEnum Modifier and Type Method Description static voidSessionOverrideCheckoutFlowFacade. setSessionOverrideCheckoutFlow(CheckoutFlowEnum checkoutFlow) -
Uses of CheckoutFlowEnum in de.hybris.platform.acceleratorservices.enums
Methods in de.hybris.platform.acceleratorservices.enums that return CheckoutFlowEnum Modifier and Type Method Description static CheckoutFlowEnumCheckoutFlowEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CheckoutFlowEnum[]CheckoutFlowEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CheckoutFlowEnum in de.hybris.platform.b2bacceleratorfacades.api.cart
Methods in de.hybris.platform.b2bacceleratorfacades.api.cart that return CheckoutFlowEnum Modifier and Type Method Description CheckoutFlowEnumCheckoutFlowFacade. getCheckoutFlow()Gets the checkout flow. -
Uses of CheckoutFlowEnum in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return CheckoutFlowEnum Modifier and Type Method Description CheckoutFlowEnumDefaultB2BCheckoutFlowFacade. getCheckoutFlow() -
Uses of CheckoutFlowEnum in de.hybris.platform.b2bacceleratorservices.order.checkout.flow
Methods in de.hybris.platform.b2bacceleratorservices.order.checkout.flow that return CheckoutFlowEnum Modifier and Type Method Description CheckoutFlowEnumB2BCheckoutFlowStrategy. getCheckoutFlow()Returns one of the possibleCheckoutFlowEnumvalues - to select the checkout flow -
Uses of CheckoutFlowEnum in de.hybris.platform.b2bacceleratorservices.order.checkout.flow.impl
Methods in de.hybris.platform.b2bacceleratorservices.order.checkout.flow.impl that return CheckoutFlowEnum Modifier and Type Method Description CheckoutFlowEnumFixedB2BCheckoutFlowStrategy. getCheckoutFlow()Methods in de.hybris.platform.b2bacceleratorservices.order.checkout.flow.impl with parameters of type CheckoutFlowEnum Modifier and Type Method Description voidFixedB2BCheckoutFlowStrategy. setCheckoutFlow(CheckoutFlowEnum checkoutFlow)
-