Class ValidateCheckoutActivity

java.lang.Object
org.broadleafcommerce.core.workflow.BaseActivity<ProcessContext<CheckoutSeed>>
org.broadleafcommerce.core.checkout.service.workflow.ValidateCheckoutActivity
All Implemented Interfaces:
Activity<ProcessContext<CheckoutSeed>>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.core.Ordered

@Component("blValidateCheckoutActivity") public class ValidateCheckoutActivity extends BaseActivity<ProcessContext<CheckoutSeed>>
This activity is responsible for providing an extension point for validating a checkout request.
Author:
Nick Crum ncrum