Class AddItemForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.order.CartAddForm
com.softslate.commerce.administrator.ordermanagement.AddItemForm
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String(package private) static org.apache.commons.logging.Logprivate Stringprivate Stringprivate static final longprivate Stringprivate StringFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomerID(String customerID) voidsetOrderID(String orderID) voidsetOrderNumber(String orderNumber) voidsetShippingOption(String shippingOption) voidsetUserName(String userName) org.apache.struts.action.ActionErrorsvalidate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Methods inherited from class com.softslate.commerce.customer.order.CartAddForm
getOrderAttributes, getOrderProductCodes, getOrderProductQuantities, getProductNames, getRequiredAttributeCodes, getRequiredAttributeNames, setOrderAttributes, setOrderProductCodes, setOrderProductQuantities, setProductNames, setRequiredAttributeCodes, setRequiredAttributeNames, validateAttributes, validateMaxItemsPerOrder, validateProductCode, validateQuantityMethods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, html5OrXhtml, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUserMethods 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
-
orderNumber
-
shippingOption
-
customerID
-
userName
-
-
Constructor Details
-
AddItemForm
public AddItemForm()
-
-
Method Details
-
getOrderID
-
setOrderID
-
getOrderNumber
-
setOrderNumber
-
getShippingOption
-
setShippingOption
-
getCustomerID
-
setCustomerID
-
getUserName
-
setUserName
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validatein classCartAddForm
-