Uses of Interface
com.elasticpath.sfweb.ajax.bean.ShoppingCartBean

Packages that use ShoppingCartBean
com.elasticpath.sfweb.ajax.bean.impl   
com.elasticpath.sfweb.ajax.service   
com.elasticpath.sfweb.ajax.service.impl   
 

Uses of ShoppingCartBean in com.elasticpath.sfweb.ajax.bean.impl
 

Classes in com.elasticpath.sfweb.ajax.bean.impl that implement ShoppingCartBean
 class ShoppingCartBeanImpl
          A convenience wrapper for sending the ShoppingCart and a List of CartItemBean objects via dwr.
 

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

Methods in com.elasticpath.sfweb.ajax.service that return ShoppingCartBean
 ShoppingCartBean CustomerAjaxController.addCustomer(Customer customer, javax.servlet.http.HttpServletRequest request)
          Pass call on to the service layer to add the customer.
 ShoppingCartBean CustomerAjaxController.anonymousSignIn(AnonymousSignInFormBean anonymousSignInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform anonymous customer sign in for dwr.
 ShoppingCartBean ShoppingCartAjaxController.calculateShipping(long selectedShippingServiceLevelUid, javax.servlet.http.HttpServletRequest request)
          Calculate shopping cart with the selected shipping service level.
 ShoppingCartBean ShoppingCartAjaxController.getCartBean(javax.servlet.http.HttpServletRequest request)
          Retrieve the ShoppingCartBean wrapper.
 ShoppingCartBean ShoppingCartAjaxController.removeCartItem(long itemUid, javax.servlet.http.HttpServletRequest request)
          Remove an item from the cart.
 ShoppingCartBean ShoppingCartAjaxController.setPromotionCode(java.lang.String promotionCode, javax.servlet.http.HttpServletRequest request)
          Attempts to apply a given promotion code to the shopping cart.
 ShoppingCartBean ShoppingCartAjaxController.setShippingServiceLevel(long selectedShippingServiceLevelUid, javax.servlet.http.HttpServletRequest request)
          Calculate shopping cart with the selected shipping service level.
 ShoppingCartBean CustomerAjaxController.signIn(SignInFormBean signInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform customer sign in for dwr.
 ShoppingCartBean CustomerAjaxController.updateAddress(CustomerAddress address, boolean isShippingAddress, javax.servlet.http.HttpServletRequest request)
          Updates the billing or shipping address selection and adds the address if it is new.
 ShoppingCartBean ShoppingCartAjaxController.updateCartItemById(long uidPk, java.lang.String guid, int quantity, javax.servlet.http.HttpServletRequest request)
          Handles validation of cart item, such as inventory checks, for dwr before updating.
 

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

Methods in com.elasticpath.sfweb.ajax.service.impl that return ShoppingCartBean
 ShoppingCartBean CustomerAjaxControllerImpl.addCustomer(Customer customer, javax.servlet.http.HttpServletRequest request)
          Pass call on to the service layer to add the customer.
 ShoppingCartBean CustomerAjaxControllerImpl.anonymousSignIn(AnonymousSignInFormBean anonymousSignInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform anonymous customer sign in for dwr.
 ShoppingCartBean ShoppingCartAjaxControllerImpl.calculateShipping(long selectedShippingServiceLevelUid, javax.servlet.http.HttpServletRequest request)
          Calculate shopping cart with the selected shipping service level.
 ShoppingCartBean ShoppingCartAjaxControllerImpl.getCartBean(javax.servlet.http.HttpServletRequest request)
          Retrieve the ShoppingCartBean wrapper.
 ShoppingCartBean ShoppingCartAjaxControllerImpl.removeCartItem(long itemUid, javax.servlet.http.HttpServletRequest request)
          Remove an item from the cart.
 ShoppingCartBean ShoppingCartAjaxControllerImpl.setPromotionCode(java.lang.String promotionCode, javax.servlet.http.HttpServletRequest request)
          Attempts to apply a given promotion code to the shopping cart.
 ShoppingCartBean ShoppingCartAjaxControllerImpl.setShippingServiceLevel(long selectedShippingServiceLevelUid, javax.servlet.http.HttpServletRequest request)
          Calculate shopping cart with the selected shipping service level.
 ShoppingCartBean CustomerAjaxControllerImpl.signIn(SignInFormBean signInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform customer sign in for dwr.
 ShoppingCartBean CustomerAjaxControllerImpl.updateAddress(CustomerAddress address, boolean isShippingAddress, javax.servlet.http.HttpServletRequest request)
          Updates the billing or shipping address selection and adds the address if it is new.
 ShoppingCartBean ShoppingCartAjaxControllerImpl.updateCartItemById(long uidPk, java.lang.String guid, int quantity, javax.servlet.http.HttpServletRequest request)
          Handles validation of cart item, such as inventory checks, for dwr before updating.