Uses of Class
com.elasticpath.sfweb.ajax.validation.DwrValidationException

Packages that use DwrValidationException
com.elasticpath.sfweb.ajax.service   
com.elasticpath.sfweb.ajax.service.impl   
 

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

Methods in com.elasticpath.sfweb.ajax.service that throw DwrValidationException
 ShoppingCartBean CustomerAjaxController.anonymousSignIn(AnonymousSignInFormBean anonymousSignInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform anonymous customer sign in for dwr.
 ShoppingCartBean CustomerAjaxController.signIn(SignInFormBean signInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform customer sign in for dwr.
 

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

Methods in com.elasticpath.sfweb.ajax.service.impl that throw DwrValidationException
 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.
 java.lang.String CheckoutAjaxControllerImpl.checkout(CreditCardFormBean creditCardFormBean, boolean saveCard, javax.servlet.http.HttpServletRequest request)
          Perform the checkout operation with the given 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 CustomerAjaxControllerImpl.signIn(SignInFormBean signInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform customer sign in for dwr.
 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.