Uses of Interface
com.elasticpath.service.shoppingcart.CheckoutService

Packages that use CheckoutService
com.elasticpath.service.shoppingcart.impl   
com.elasticpath.sfweb.ajax.service   
com.elasticpath.sfweb.ajax.service.impl   
com.elasticpath.sfweb.controller.impl   
 

Uses of CheckoutService in com.elasticpath.service.shoppingcart.impl
 

Classes in com.elasticpath.service.shoppingcart.impl that implement CheckoutService
 class CheckoutServiceImpl
          Provides a service to execute a shopping cart checkout.
 

Uses of CheckoutService in com.elasticpath.sfweb.ajax.service
 

Methods in com.elasticpath.sfweb.ajax.service with parameters of type CheckoutService
 void ShoppingCartAjaxController.setCheckoutService(CheckoutService checkoutService)
          Set the checkout service for processing a checkout.
 void CustomerAjaxController.setCheckoutService(CheckoutService checkoutService)
           
 void CheckoutAjaxController.setCheckoutService(CheckoutService checkoutService)
           
 

Uses of CheckoutService in com.elasticpath.sfweb.ajax.service.impl
 

Methods in com.elasticpath.sfweb.ajax.service.impl with parameters of type CheckoutService
 void ShoppingCartAjaxControllerImpl.setCheckoutService(CheckoutService checkoutService)
          Set the checkout service for processing a checkout.
 void CustomerAjaxControllerImpl.setCheckoutService(CheckoutService checkoutService)
           
 void CheckoutAjaxControllerImpl.setCheckoutService(CheckoutService checkoutService)
           
 

Uses of CheckoutService in com.elasticpath.sfweb.controller.impl
 

Methods in com.elasticpath.sfweb.controller.impl with parameters of type CheckoutService
 void DeliveryOptionsFormControllerImpl.setCheckoutService(CheckoutService checkoutService)
          Set the checkout service.
 void ShippingAddressFormControllerImpl.setCheckoutService(CheckoutService checkoutService)
          Set the checkout service.
 void PayPalExpressCheckoutController.setCheckoutService(CheckoutService checkoutService)
          Set the checkout service for processing a checkout.
 void BillingAndReviewFormControllerImpl.setCheckoutService(CheckoutService checkoutService)
          Set the checkout service for processing a checkout.