Class OrderItemAttributeForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
com.softslate.commerce.administrator.order.OrderItemAttributeForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to
"/administrator/OrderItemAttribute.do". Provides properties to control
searching, viewing, editing, and deleting records in the
sscOrderItemAttribute
table.- Author:
- David Tobey
- See Also:
-
Field Summary
FieldsModifier 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 Class
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 String
private String[]
private String
private String
private String[]
private String[]
private static final long
private String
private String[]
private String[]
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
getTotal()
String[]
void
setAddFormAction
(String addFormAction) void
setAttributeAltPrice
(String[] attributeAltPrice) void
setAttributeCode
(String[] attributeCode) void
setAttributeID
(String[] attributeID) void
setAttributeName
(String[] attributeName) void
setAttributeUnitCost
(String[] attributeUnitCost) void
setAttributeUnitPrice
(String[] attributeUnitPrice) void
setAttributeValue
(String[] attributeValue) void
setAttributeWeight
(String[] attributeWeight) void
setDisplayFields
(String[] displayFields) void
setEditDeleteFormAction
(String editDeleteFormAction) void
setEditFormAction
(String editFormAction) void
void
setEntityProperty
(String entityProperty) void
setFieldLables
(String[] fieldLables) void
void
setFormAction
(String formAction) void
setGrandparentIDField
(String grandparentIDField) void
setGreatGrandparentIDField
(String greatGrandparentIDField) void
setIdField
(String idField) void
setNameField
(String nameField) void
setOptionAltPrice
(String[] optionAltPrice) void
setOptionCode
(String[] optionCode) void
setOptionID
(String[] optionID) void
setOptionName
(String[] optionName) void
setOptionUnitCost
(String[] optionUnitCost) void
setOptionUnitPrice
(String[] optionUnitPrice) void
setOptionWeight
(String[] optionWeight) void
setOrderDeliveryID
(String orderDeliveryID) void
setOrderID
(String orderID) void
setOrderItemAttributeID
(String[] orderItemAttributeID) void
setOrderItemID
(String orderItemID) void
setParentIDField
(String parentIDField) void
setSearchableFields
(String[] searchableFields) void
setSearchableIntFields
(String[] searchableIntFields) 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, getCantSortByFields, getChildEditAction, getChildName, getDeleteID, getEditMode, getFirstRow, getFormUtils, getGrandparentName, getGreatGrandparentName, getIdIntegers, getIdValues, getItemsPerPage, getJoinManyToManyParent, getManyToManyClass, getManyToManyKey, getManyToManyProp, getOutputMode, getParentID, getParentKey, getParentName, getParentProperty, getParentScreen, getSearchString, getSortAscOrDesc, isM2mChild, setAssigned, setAssignments, setCantSortByFields, setChildEditAction, setChildName, setDeleteID, setEditMode, setFirstRow, setGrandparentName, setGreatGrandparentName, setIdIntegers, setIdValues, setItemsPerPage, setJoinManyToManyParent, setM2mChild, setManyToManyClass, setManyToManyKey, setManyToManyProp, setOutputMode, setParentID, setParentKey, setParentName, setParentProperty, setParentScreen, setProperties, setSearchString, setSortAscOrDesc
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 -
idField
-
parentIDField
-
grandparentIDField
-
greatGrandparentIDField
-
nameField
-
entityProperty
-
entity
-
searchableIntFields
-
searchableFields
-
fields
-
fieldLables
-
displayFields
-
sortByString
-
formAction
-
addFormAction
-
editFormAction
-
editDeleteFormAction
-
orderItemID
-
orderDeliveryID
-
orderID
-
orderItemAttributeID
-
total
-
weight
-
attributeValue
-
attributeID
-
attributeCode
-
attributeName
-
attributeUnitCost
-
attributeUnitPrice
-
attributeAltPrice
-
attributeWeight
-
optionID
-
optionCode
-
optionName
-
optionUnitCost
-
optionUnitPrice
-
optionAltPrice
-
optionWeight
-
-
Constructor Details
-
OrderItemAttributeForm
public OrderItemAttributeForm()
-
-
Method Details
-
getAttributeAltPrice
-
setAttributeAltPrice
-
getAttributeCode
-
setAttributeCode
-
getAttributeID
-
setAttributeID
-
getAttributeName
-
setAttributeName
-
getAttributeUnitCost
-
setAttributeUnitCost
-
getAttributeUnitPrice
-
setAttributeUnitPrice
-
getAttributeValue
-
setAttributeValue
-
getAttributeWeight
-
setAttributeWeight
-
getGrandparentIDField
- Overrides:
getGrandparentIDField
in classBaseSerializableForm
-
setGrandparentIDField
- Overrides:
setGrandparentIDField
in classBaseSerializableForm
-
getGreatGrandparentIDField
- Overrides:
getGreatGrandparentIDField
in classBaseSerializableForm
-
setGreatGrandparentIDField
- Overrides:
setGreatGrandparentIDField
in classBaseSerializableForm
-
getOptionAltPrice
-
setOptionAltPrice
-
getOptionCode
-
setOptionCode
-
getOptionID
-
setOptionID
-
getOptionName
-
setOptionName
-
getOptionUnitCost
-
setOptionUnitCost
-
getOptionUnitPrice
-
setOptionUnitPrice
-
getOptionWeight
-
setOptionWeight
-
getOrderDeliveryID
-
setOrderDeliveryID
-
getOrderID
-
setOrderID
-
getTotal
-
setTotal
-
getWeight
-
setWeight
-
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
-
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
-
getOrderItemID
-
setOrderItemID
-
getOrderItemAttributeID
-
setOrderItemAttributeID
-
getEntity
- Overrides:
getEntity
in classBaseSerializableForm
-
setEntity
- Overrides:
setEntity
in classBaseSerializableForm
-
getEntityProperty
- Overrides:
getEntityProperty
in classBaseSerializableForm
-
setEntityProperty
- Overrides:
setEntityProperty
in classBaseSerializableForm
-
getNameField
- Overrides:
getNameField
in classBaseSerializableForm
-
setNameField
- Overrides:
setNameField
in classBaseSerializableForm
-
getSearchableFields
- Overrides:
getSearchableFields
in classBaseSerializableForm
-
setSearchableFields
- Overrides:
setSearchableFields
in classBaseSerializableForm
-
getSearchableIntFields
- Overrides:
getSearchableIntFields
in classBaseSerializableForm
-
setSearchableIntFields
- Overrides:
setSearchableIntFields
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
-