Class ProductReviewForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
com.softslate.commerce.administrator.product.ProductReviewForm
- All Implemented Interfaces:
Serializable
The productReview Power Edit Form
- Author:
- Tony Zakula
- 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 Class
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[]
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getAge()
String[]
String[]
getCity()
String[]
String[]
String[]
String[]
String[]
getEmail()
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
getState()
String[]
void
setAddFormAction
(String addFormAction) void
void
setCantSortByFields
(String[] cantSortByFields) void
void
setCountry
(String[] country) void
setCreated
(String[] created) void
setCustomerID
(String[] customerID) void
setDisplayFields
(String[] displayFields) void
setEditDeleteFormAction
(String editDeleteFormAction) void
setEditFormAction
(String editFormAction) void
void
void
setEntityProperty
(String entityProperty) void
setFieldLables
(String[] fieldLables) void
void
setFirstName
(String[] firstName) void
setFormAction
(String formAction) void
setIdField
(String idField) void
setImagePath
(String[] imagePath) void
setIpAddress
(String[] ipAddress) void
setLastName
(String[] lastName) void
setNameField
(String nameField) void
setNickname
(String[] nickname) void
setParentIDField
(String parentIDField) void
setProductID
(String[] productID) void
setProductReviewID
(String[] productReviewID) void
void
void
setSearchableFields
(String[] searchableFields) void
setSearchableIntFields
(String[] searchableIntFields) void
setSortAscOrDesc
(String sortAscOrDesc) void
setSortByString
(String sortByString) void
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.BaseSerializableForm
arrayAppend, arrayPrepend, arrayRemove, containsUnsafeCharacter, getAssigned, getAssignments, getChildEditAction, getChildName, getDeleteID, getEditMode, getFirstRow, getFormUtils, getGrandparentIDField, getGrandparentName, getGreatGrandparentIDField, getGreatGrandparentName, getIdIntegers, getIdValues, getItemsPerPage, getJoinManyToManyParent, getManyToManyClass, getManyToManyKey, getManyToManyProp, getOutputMode, getParentID, getParentKey, getParentName, getParentProperty, getParentScreen, getSearchString, isM2mChild, setAssigned, setAssignments, setChildEditAction, setChildName, setDeleteID, setEditMode, setFirstRow, setGrandparentIDField, setGrandparentName, setGreatGrandparentIDField, setGreatGrandparentName, setIdIntegers, setIdValues, setItemsPerPage, setJoinManyToManyParent, setM2mChild, setManyToManyClass, setManyToManyKey, setManyToManyProp, setOutputMode, setParentID, setParentKey, setParentName, setParentProperty, setParentScreen, setProperties, 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 -
fields
-
fieldLables
-
displayFields
-
searchableFields
-
searchableIntFields
-
cantSortByFields
-
nameField
-
sortByString
-
sortAscOrDesc
-
idField
-
productReviewID
-
productID
-
status
-
firstName
-
lastName
-
age
-
email
-
city
-
state
-
review
-
rating
-
created
-
imagePath
-
ipAddress
-
country
-
customerID
-
nickname
-
parentIDField
-
entityProperty
-
entity
-
formAction
-
addFormAction
-
editFormAction
-
editDeleteFormAction
-
-
Constructor Details
-
ProductReviewForm
public ProductReviewForm()
-
-
Method Details
-
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
-
getCantSortByFields
- Overrides:
getCantSortByFields
in classBaseSerializableForm
-
setCantSortByFields
- Overrides:
setCantSortByFields
in classBaseSerializableForm
-
getSearchableIntFields
- Overrides:
getSearchableIntFields
in classBaseSerializableForm
-
setSearchableIntFields
- Overrides:
setSearchableIntFields
in classBaseSerializableForm
-
getSortByString
- Overrides:
getSortByString
in classBaseSerializableForm
-
setSortByString
- Overrides:
setSortByString
in classBaseSerializableForm
-
getSortAscOrDesc
- Overrides:
getSortAscOrDesc
in classBaseSerializableForm
-
setSortAscOrDesc
- Overrides:
setSortAscOrDesc
in classBaseSerializableForm
-
getProductReviewID
-
setProductReviewID
-
getProductID
-
setProductID
-
getStatus
-
setStatus
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getAge
-
setAge
-
getEmail
-
setEmail
-
getCity
-
setCity
-
getState
-
setState
-
getReview
-
setReview
-
getRating
-
setRating
-
getCreated
-
setCreated
-
getImagePath
-
setImagePath
-
getIpAddress
-
setIpAddress
-
getCountry
-
setCountry
-
getCustomerID
-
setCustomerID
-
getEntity
- Overrides:
getEntity
in classBaseSerializableForm
-
setEntity
- Overrides:
setEntity
in classBaseSerializableForm
-
getIdField
- Overrides:
getIdField
in classBaseSerializableForm
-
setIdField
- Overrides:
setIdField
in classBaseSerializableForm
-
getNameField
- Overrides:
getNameField
in classBaseSerializableForm
-
setNameField
- Overrides:
setNameField
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
-
getParentIDField
- Overrides:
getParentIDField
in classBaseSerializableForm
-
setParentIDField
- Overrides:
setParentIDField
in classBaseSerializableForm
-
getEntityProperty
- Overrides:
getEntityProperty
in classBaseSerializableForm
-
setEntityProperty
- Overrides:
setEntityProperty
in classBaseSerializableForm
-
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
-
getNickname
-
setNickname
-