Uses of Enum Class
com.broadleafcommerce.cartoperation.domain.DefaultCheckoutFailureTypes
Packages that use DefaultCheckoutFailureTypes
Package
Description
-
Uses of DefaultCheckoutFailureTypes in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return DefaultCheckoutFailureTypesModifier and TypeMethodDescriptionstatic DefaultCheckoutFailureTypes
Returns the enum constant of this class with the specified name.static DefaultCheckoutFailureTypes[]
DefaultCheckoutFailureTypes.values()
Returns an array containing the constants of this enum class, 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 DefaultCheckoutFailureTypesModifier and TypeMethodDescriptionprotected String
CartStalePricingValidationActivity.getFailureMessage
(@NonNull DefaultCheckoutFailureTypes checkoutFailureTypes)