com.softslate.commerce.customer.order
Class CheckoutAddressesFormAction

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bycom.softslate.commerce.customer.core.BaseAction
          extended bycom.softslate.commerce.customer.order.CheckoutAction
              extended bycom.softslate.commerce.customer.order.CheckoutAddressesFormAction

public class CheckoutAddressesFormAction
extends CheckoutAction

Struts action class for submissions to view the checkout addresses form. Used for requests to "/Checkout.do", if the user has not yet entered address information.

The execute method of this class invokes CheckoutAction.prepareCheckoutAddressesForm(CheckoutAddressesForm) to prepare the checkout addresses form.

Version:
$Id: CheckoutAddressesFormAction.java,v 1.2 2004/10/21 05:08:58 dtobey Exp $
Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
CheckoutAddressesFormAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Forwards the user to the appropriate checkout screen based on the status of the session and the store's database settings.
 
Methods inherited from class com.softslate.commerce.customer.order.CheckoutAction
findCheckoutScreen, loadShippingOptions, prepareCheckoutAddressesForm, prepareLoginForm, preparePaymentForm, preparePaymentForms, prepareRegisterForm, processCheckoutAddresses, processCheckoutConfirm, processCheckoutLogin, processCheckoutPayment, processCheckoutRegister, processDeclineLogin, processOrderComplete, processPayment, processShipping, processTax, sendInvoiceEmail, sendNotificationEmail, validateBillingFields, validateDeliveryFields, validatePaymentForm
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.commons.logging.Log log
Constructor Detail

CheckoutAddressesFormAction

public CheckoutAddressesFormAction()
Method Detail

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws java.lang.Exception
Description copied from class: CheckoutAction
Forwards the user to the appropriate checkout screen based on the status of the session and the store's database settings.

Overrides:
execute in class CheckoutAction
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005