Class SKUAddEditForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.administrator.core.BaseAdministratorForm
com.softslate.commerce.administrator.product.SKUAddEditForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to
"/administrator/SKUAddForm.do", "/administrator/SKUEditForm.do",
"/administrator/SKUAdd.do", and "/administrator/SKUEdit.do". Provides
properties corresponding to the fields for a single sku record.
- Author:
- David Tobey
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
(package private) static org.apache.commons.logging.Log
private String
private String
private String
private String
private String
private String
private String
private String
private String
private static final long
private String
private String
private String
private String
private String
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNotes()
getSkuID()
getSKUID()
void
void
setAttributeID1
(String attributeID1) void
setAttributeID2
(String attributeID2) void
setAttributeID3
(String attributeID3) void
setAttributeID4
(String attributeID4) void
setAttributeID5
(String attributeID5) void
setAttributeOption1
(String attributeOption1) void
setAttributeOption2
(String attributeOption2) void
setAttributeOption3
(String attributeOption3) void
setAttributeOption4
(String attributeOption4) void
setAttributeOption5
(String attributeOption5) void
void
void
void
setInventoryLevel
(String inventoryLevel) void
void
setOptionID1
(String optionID1) void
setOptionID2
(String optionID2) void
setOptionID3
(String optionID3) void
setOptionID4
(String optionID4) void
setOptionID5
(String optionID5) void
setParentIDField
(String parentIDField) void
setParentName
(String parentName) void
setProductID
(String productID) void
void
void
setSkuMessage
(String skuMessage) void
setSkuName
(String skuName) void
setSkuNumber
(String skuNumber) void
setTrackInventory
(String trackInventory) void
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 -
parentName
-
skuID
-
parentIDField
-
productID
-
attributeOption1
-
attributeOption2
-
attributeOption3
-
attributeOption4
-
attributeOption5
-
attributeID1
-
attributeID2
-
attributeID3
-
attributeID4
-
attributeID5
-
optionID1
-
optionID2
-
optionID3
-
optionID4
-
optionID5
-
skuNumber
-
skuName
-
skuMessage
-
trackInventory
-
inventoryLevel
-
extra1
-
extra2
-
extra3
-
notes
-
-
Constructor Details
-
SKUAddEditForm
public SKUAddEditForm()
-
-
Method Details
-
getAttributeOption1
-
setAttributeOption1
-
getAttributeOption2
-
setAttributeOption2
-
getAttributeOption3
-
setAttributeOption3
-
getAttributeOption4
-
setAttributeOption4
-
getAttributeOption5
-
setAttributeOption5
-
getAttributeID1
-
setAttributeID1
-
getAttributeID2
-
setAttributeID2
-
getAttributeID3
-
setAttributeID3
-
getAttributeID4
-
setAttributeID4
-
getAttributeID5
-
setAttributeID5
-
getInventoryLevel
-
setInventoryLevel
-
getNotes
-
setNotes
-
getOptionID1
-
setOptionID1
-
getOptionID2
-
setOptionID2
-
getOptionID3
-
setOptionID3
-
getOptionID4
-
setOptionID4
-
getOptionID5
-
setOptionID5
-
getSkuID
-
setSkuID
-
getSkuNumber
-
setSkuNumber
-
getTrackInventory
-
setTrackInventory
-
getParentName
-
setParentName
-
getSKUID
-
setSKUID
-
getProductID
-
setProductID
-
getExtra1
-
setExtra1
-
getExtra2
-
setExtra2
-
getExtra3
-
setExtra3
-
getSkuMessage
-
setSkuMessage
-
getSkuName
-
setSkuName
-
getParentIDField
-
setParentIDField
-
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
-
splitAttributeOptions
public void splitAttributeOptions() -
mergeAttributeOptions
public void mergeAttributeOptions()
-