Class ProductForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
com.softslate.commerce.administrator.product.ProductForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to "/administrator/Product.do".
Provides properties to control searching, viewing, editing, and deleting
records in the
sscProduct
table.- 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
private Class
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[]
private String[]
private String[]
private String[]
(package private) static org.apache.commons.logging.Log
private boolean
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[]
private String[]
private String[]
private String[]
private String[]
private static final long
private String[]
private String[]
private String
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 TypeMethodDescriptionString[]
String[]
String[]
getCode()
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
getName()
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
boolean
void
setAddFormAction
(String addFormAction) void
setAltPrice
(String[] altPrice) void
setAttributeID
(String attributeID) void
setCantSortByFields
(String[] cantSortByFields) void
setCategoryID
(String categoryID) void
setChildEditAction
(String childEditAction) void
setChildName
(String childName) void
void
setCreated
(String[] created) void
setCustomerWishListID
(String customerWishListID) void
setDescription
(String[] description) void
setDisplayFields
(String[] displayFields) void
setEditDeleteFormAction
(String editDeleteFormAction) void
setEditFormAction
(String editFormAction) void
void
setEntityProperty
(String entityProperty) void
void
void
void
void
void
setFieldLables
(String[] fieldLables) void
void
void
setFormAction
(String formAction) void
void
setIdField
(String idField) void
setIsActive
(String[] isActive) void
setIsTaxed
(String[] isTaxed) void
setKeywords
(String[] keywords) void
setLargeImage
(String[] largeImage) void
setM2mChild
(boolean child) void
setManufacturerID
(String[] manufacturerID) void
setMediumImage
(String[] mediumImage) void
void
setNameField
(String nameField) void
setParentIDField
(String parentIDField) void
setParentManufacturerID
(String parentManufacturerID) void
setParentProductID
(String parentProductID) void
setPrimaryCategoryID
(String[] primaryCategoryID) void
setProcessSelectedAction
(String processSelectedAction) void
setProductCategoryOrder
(String[] productCategoryOrder) void
setProductID
(String[] productID) void
setProductOrder
(String[] productOrder) void
setProperties
(javax.servlet.http.HttpServletRequest request) void
setRelatedProductOrder
(String[] relatedProductOrder) void
setRelatedType
(String[] relatedType) void
setSearchableFields
(String[] searchableFields) void
setSelectedID
(String[] selectedID) void
setSeoCode
(String[] seoCode) void
setShortDescription
(String[] shortDescription) void
setSmallImage
(String[] smallImage) void
setSortAscOrDesc
(String sortAscOrDesc) void
setSortByString
(String sortByString) void
setUnitCost
(String[] unitCost) void
setUnitPrice
(String[] unitPrice) void
void
setWithSelected
(String withSelected) 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.BaseSerializableForm
arrayAppend, arrayPrepend, arrayRemove, containsUnsafeCharacter, getAssigned, getAssignments, getDeleteID, getEditMode, getFirstRow, getFormUtils, getGrandparentIDField, getGrandparentName, getGreatGrandparentIDField, getGreatGrandparentName, getIdIntegers, getIdValues, getItemsPerPage, getJoinManyToManyParent, getManyToManyClass, getManyToManyKey, getManyToManyProp, getOutputMode, getParentID, getParentKey, getParentName, getParentProperty, getParentScreen, getSearchableIntFields, getSearchString, setAssigned, setAssignments, setDeleteID, setEditMode, setFirstRow, setGrandparentIDField, setGrandparentName, setGreatGrandparentIDField, setGreatGrandparentName, setIdIntegers, setIdValues, setItemsPerPage, setJoinManyToManyParent, setManyToManyClass, setManyToManyKey, setManyToManyProp, setOutputMode, setParentID, setParentKey, setParentName, setParentProperty, setParentScreen, setSearchableIntFields, setSearchString
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 -
withSelected
-
processSelectedAction
-
selectedID
-
idField
-
nameField
-
childName
-
m2mChild
private boolean m2mChild -
parentIDField
-
entityProperty
-
entity
-
categoryID
-
attributeID
-
parentProductID
-
parentManufacturerID
-
customerWishListID
-
fields
-
fieldLables
-
displayFields
-
searchableFields
-
sortByString
-
sortAscOrDesc
-
cantSortByFields
-
formAction
-
addFormAction
-
editFormAction
-
editDeleteFormAction
-
childEditAction
-
productID
-
code
-
seoCode
-
name
-
keywords
-
shortDescription
-
description
-
isActive
-
unitCost
-
unitPrice
-
altPrice
-
weight
-
header
-
isTaxed
-
smallImage
-
mediumImage
-
largeImage
-
created
-
extra1
-
extra2
-
extra3
-
extra4
-
extra5
-
-
manufacturerID
-
productOrder
-
productCategoryOrder
-
-
Constructor Details
-
ProductForm
public ProductForm()
-
-
Method Details
-
isM2mChild
public boolean isM2mChild()- Overrides:
isM2mChild
in classBaseSerializableForm
-
setM2mChild
public void setM2mChild(boolean child) - Overrides:
setM2mChild
in classBaseSerializableForm
-
getEntity
- Overrides:
getEntity
in classBaseSerializableForm
-
setEntity
- Overrides:
setEntity
in classBaseSerializableForm
-
getEntityProperty
- Overrides:
getEntityProperty
in classBaseSerializableForm
-
setEntityProperty
- Overrides:
setEntityProperty
in classBaseSerializableForm
-
getAltPrice
-
setAltPrice
-
getCantSortByFields
- Overrides:
getCantSortByFields
in classBaseSerializableForm
-
setCantSortByFields
- Overrides:
setCantSortByFields
in classBaseSerializableForm
-
getCode
-
setCode
-
getSeoCode
-
setSeoCode
-
getDescription
-
setDescription
-
getCreated
-
setCreated
-
getExtra1
-
setExtra1
-
getExtra2
-
setExtra2
-
getExtra3
-
setExtra3
-
getExtra4
-
setExtra4
-
getExtra5
-
setExtra5
-
getKeywords
-
setKeywords
-
getHeader
-
setHeader
-
getIsActive
-
setIsActive
-
getIsTaxed
-
setIsTaxed
-
getLargeImage
-
setLargeImage
-
getMediumImage
-
setMediumImage
-
getName
-
setName
-
getPrimaryCategoryID
-
setPrimaryCategoryID
-
getProductOrder
-
setProductOrder
-
getShortDescription
-
setShortDescription
-
getSmallImage
-
setSmallImage
-
getUnitCost
-
setUnitCost
-
getUnitPrice
-
setUnitPrice
-
getWeight
-
setWeight
-
getManufacturerID
-
setManufacturerID
-
getIdField
- Overrides:
getIdField
in classBaseSerializableForm
-
setIdField
- Overrides:
setIdField
in classBaseSerializableForm
-
getParentIDField
- Overrides:
getParentIDField
in classBaseSerializableForm
-
setParentIDField
- Overrides:
setParentIDField
in classBaseSerializableForm
-
getFields
- Overrides:
getFields
in classBaseSerializableForm
-
setFields
- Overrides:
setFields
in classBaseSerializableForm
-
getFieldLables
- Overrides:
getFieldLables
in classBaseSerializableForm
-
setFieldLables
- Overrides:
setFieldLables
in classBaseSerializableForm
-
getDisplayFields
- Overrides:
getDisplayFields
in classBaseSerializableForm
-
setDisplayFields
- Overrides:
setDisplayFields
in classBaseSerializableForm
-
getSearchableFields
- Overrides:
getSearchableFields
in classBaseSerializableForm
-
setSearchableFields
- Overrides:
setSearchableFields
in classBaseSerializableForm
-
getSortByString
- Overrides:
getSortByString
in classBaseSerializableForm
-
setSortByString
- Overrides:
setSortByString
in classBaseSerializableForm
-
getFormAction
- Overrides:
getFormAction
in classBaseSerializableForm
-
setFormAction
- Overrides:
setFormAction
in classBaseSerializableForm
-
getAddFormAction
- Overrides:
getAddFormAction
in classBaseSerializableForm
-
setAddFormAction
- Overrides:
setAddFormAction
in classBaseSerializableForm
-
getEditFormAction
- Overrides:
getEditFormAction
in classBaseSerializableForm
-
setEditFormAction
- Overrides:
setEditFormAction
in classBaseSerializableForm
-
getEditDeleteFormAction
- Overrides:
getEditDeleteFormAction
in classBaseSerializableForm
-
setEditDeleteFormAction
- Overrides:
setEditDeleteFormAction
in classBaseSerializableForm
-
getChildEditAction
- Overrides:
getChildEditAction
in classBaseSerializableForm
-
setChildEditAction
- Overrides:
setChildEditAction
in classBaseSerializableForm
-
getCategoryID
-
setCategoryID
-
getAttributeID
-
setAttributeID
-
getParentManufacturerID
-
setParentManufacturerID
-
getProductID
-
setProductID
-
getSortAscOrDesc
- Overrides:
getSortAscOrDesc
in classBaseSerializableForm
-
setSortAscOrDesc
- Overrides:
setSortAscOrDesc
in classBaseSerializableForm
-
getChildName
- Overrides:
getChildName
in classBaseSerializableForm
-
setChildName
- Overrides:
setChildName
in classBaseSerializableForm
-
getNameField
- Overrides:
getNameField
in classBaseSerializableForm
-
setNameField
- Overrides:
setNameField
in classBaseSerializableForm
-
getParentProductID
-
setParentProductID
-
getProductCategoryOrder
-
setProductCategoryOrder
-
getRelatedProductOrder
-
setRelatedProductOrder
-
getRelatedType
-
setRelatedType
-
getWithSelected
-
setWithSelected
-
getProcessSelectedAction
-
setProcessSelectedAction
-
getSelectedID
-
setSelectedID
-
getCustomerWishListID
-
setCustomerWishListID
-
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
-
setProperties
public void setProperties(javax.servlet.http.HttpServletRequest request) - Overrides:
setProperties
in classBaseSerializableForm
-