Uses of Class
com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
-
Packages that use DefaultCheckoutFailureTypes Package Description com.broadleafcommerce.cartoperation.domain com.broadleafcommerce.cartoperation.service.checkout.workflow.activity -
-
Uses of DefaultCheckoutFailureTypes in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return DefaultCheckoutFailureTypes Modifier and Type Method Description static DefaultCheckoutFailureTypes
DefaultCheckoutFailureTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultCheckoutFailureTypes[]
DefaultCheckoutFailureTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DefaultCheckoutFailureTypes in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
Methods in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity with parameters of type DefaultCheckoutFailureTypes Modifier and Type Method Description protected String
CartStalePricingValidationActivity. getFailureMessage(DefaultCheckoutFailureTypes checkoutFailureTypes)
-