com.softslate.commerce.administrator.order
Class SendEmailsForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.softslate.commerce.customer.core.BaseForm
          extended by com.softslate.commerce.administrator.core.BaseAdministratorForm
              extended by com.softslate.commerce.administrator.order.SendEmailsForm
All Implemented Interfaces:
java.io.Serializable

public class SendEmailsForm
extends BaseAdministratorForm

Struts form class corresponding to requests to "/administrator/SendEmailsForm.do" and "/administrator/SendEmails.do". Simply prompts the administrator to indicate which emails he or she wants (re)sent.

Author:
David Tobey
See Also:
Serialized Form

Field Summary
(package private) static org.apache.commons.logging.Log log
           
private  java.lang.String orderID
           
private  java.lang.String sendCustomerEmail
           
private  java.lang.String sendNotificationEmail
           
private static long serialVersionUID
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SendEmailsForm()
           
 
Method Summary
 java.lang.String getOrderID()
           
 java.lang.String getSendCustomerEmail()
           
 java.lang.String getSendNotificationEmail()
           
 void setOrderID(java.lang.String orderID)
           
 void setSendCustomerEmail(java.lang.String sendCustomerEmail)
           
 void setSendNotificationEmail(java.lang.String sendNotificationEmail)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class com.softslate.commerce.administrator.core.BaseAdministratorForm
getAdministrator, initializeProperties, setAdministrator
 
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, 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

orderID

private java.lang.String orderID

sendCustomerEmail

private java.lang.String sendCustomerEmail

sendNotificationEmail

private java.lang.String sendNotificationEmail
Constructor Detail

SendEmailsForm

public SendEmailsForm()
Method Detail

getOrderID

public java.lang.String getOrderID()

setOrderID

public void setOrderID(java.lang.String orderID)

getSendCustomerEmail

public java.lang.String getSendCustomerEmail()

setSendCustomerEmail

public void setSendCustomerEmail(java.lang.String sendCustomerEmail)

getSendNotificationEmail

public java.lang.String getSendNotificationEmail()

setSendNotificationEmail

public void setSendNotificationEmail(java.lang.String sendNotificationEmail)

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm


Copyright ? SoftSlate, LLC 2003?2005