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

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

Uses of ShoppingCartService in com.elasticpath.service.shoppingcart
 

Methods in com.elasticpath.service.shoppingcart with parameters of type ShoppingCartService
 void CheckoutService.setShoppingCartService(ShoppingCartService shoppingCartService)
          Set the shopping cart service.
 

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

Classes in com.elasticpath.service.shoppingcart.impl that implement ShoppingCartService
 class ShoppingCartServiceImpl
          Service for retrieving and saving Shopping Carts.
 

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type ShoppingCartService
 void CheckoutServiceImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Set the shopping cart service.
 

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

Methods in com.elasticpath.sfweb.ajax.service.impl with parameters of type ShoppingCartService
 void SkuConfigurationServiceImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Set a reference to the shopping cart service.
 void ShoppingCartAjaxControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type ShoppingCartService
 void RemoveCartItemControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 void ShoppingCartControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 void MoveToWishListControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 void AddToWishListControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 void AddToCartControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 void ProductViewControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 void AddToCartSimpleControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 void RemoveWishListItemControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 void MoveToCartControllerImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Sets the shopping cart service.
 

Uses of ShoppingCartService in com.elasticpath.sfweb.service
 

Methods in com.elasticpath.sfweb.service with parameters of type ShoppingCartService
 void WebCustomerSessionServiceImpl.setShoppingCartService(ShoppingCartService shoppingCartService)
          Set the shopping cart service.