com.softslate.commerce.customer.customer
Class OrderDetailsForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.softslate.commerce.customer.core.BaseForm
          extended bycom.softslate.commerce.customer.customer.AccountForm
              extended bycom.softslate.commerce.customer.customer.OrderDetailsForm
All Implemented Interfaces:
java.io.Serializable

public class OrderDetailsForm
extends AccountForm

Struts form class for submissions to view the detail of an order in a customer's order history. Used for requests to "/OrderDetails.do".

The validate method of this class checks for the existance of the orderNumber property.

Author:
David Tobey
See Also:
Serialized Form

Field Summary
(package private) static org.apache.commons.logging.Log log
           
private  java.lang.String orderNumber
           
private static long serialVersionUID
           
 
Fields inherited from class com.softslate.commerce.customer.customer.AccountForm
 
Fields inherited from class com.softslate.commerce.customer.core.BaseForm
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
OrderDetailsForm()
           
 
Method Summary
 java.lang.String getOrderNumber()
           
 void setOrderNumber(java.lang.String orderNumber)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class com.softslate.commerce.customer.customer.AccountForm
getAddressesForm, getLoginForm, getRegisterForm, setAddressesForm, setLoginForm, setRegisterForm
 
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettingsBean, getUser, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettingsBean, setUser
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

log

static org.apache.commons.logging.Log log

orderNumber

private java.lang.String orderNumber
Constructor Detail

OrderDetailsForm

public OrderDetailsForm()
Method Detail

getOrderNumber

public java.lang.String getOrderNumber()

setOrderNumber

public void setOrderNumber(java.lang.String orderNumber)

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)


Copyright © SoftSlate, Inc. 2003–2005