Class SendEmailsForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.administrator.core.BaseAdministratorForm
com.softslate.commerce.administrator.order.SendEmailsForm
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static org.apache.commons.logging.Log
private String
private String
private String
private String
private static final long
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setOrderID
(String orderID) void
setSendCustomerEmail
(String sendCustomerEmail) void
setSendGiftCertificateEmails
(String sendGiftCertificateEmails) void
setSendNotificationEmail
(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
addingAndFieldIsBlank, addingAndFieldIsBlank, addingNewRecord, containsUnsafeCharacter, editingAndFieldIsBeingEmptiedOut, editingAndFieldIsBeingEmptiedOut, getAdministrator, getFormUtils, initializeProperties, mapOfIncomingParams, setAdministrator
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, html5OrXhtml, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
log
static org.apache.commons.logging.Log log -
orderID
-
sendCustomerEmail
-
sendNotificationEmail
-
sendGiftCertificateEmails
-
-
Constructor Details
-
SendEmailsForm
public SendEmailsForm()
-
-
Method Details
-
getOrderID
-
setOrderID
-
getSendCustomerEmail
-
setSendCustomerEmail
-
getSendNotificationEmail
-
setSendNotificationEmail
-
getSendGiftCertificateEmails
-
setSendGiftCertificateEmails
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validate
in classorg.apache.struts.action.ActionForm
-