Class ManufacturerForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
com.softslate.commerce.administrator.product.ManufacturerForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to
"/administrator/Manufacturer.do". Provides properties to control searching,
viewing, editing, and deleting records in the
sscManufacturer
table.- Author:
- David Tobey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate String[]private String[]private String[]private Stringprivate Stringprivate String[]private String[]private String[]private String[]private String[]private Stringprivate Stringprivate String[]private Classprivate Stringprivate String[]private String[]private String[]private String[]private String[]private String[]private Stringprivate String[]private Stringprivate String[]private String[]private String[](package private) static org.apache.commons.logging.Logprivate String[]private String[]private String[]private Stringprivate String[]private String[]private String[]private String[]private static final longprivate String[]private Stringprivate Stringprivate 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[]getCity()String[]getCode()String[]String[]String[]String[]getEmail()String[]String[]String[]String[]String[]String[]String[]String[]String[]String[]String[]String[]String[]getName()String[]getPhone()String[]String[]String[]String[]String[]getState()String[]voidsetAddFormAction(String addFormAction) voidsetAddress1(String[] address1) voidsetAddress2(String[] address2) voidsetCantSortByFields(String[] cantSortByFields) voidsetChildEditAction(String childEditAction) voidsetChildName(String childName) voidvoidvoidsetCountry(String[] country) voidsetDescription(String[] description) voidsetDisplayFields(String[] displayFields) voidsetEditDeleteFormAction(String editDeleteFormAction) voidsetEditFormAction(String editFormAction) voidvoidvoidsetEntityProperty(String entityProperty) voidvoidvoidvoidsetFieldLables(String[] fieldLables) voidvoidvoidsetFormAction(String formAction) voidvoidsetIdField(String idField) voidsetIsActive(String[] isActive) voidsetIsDropShipper(String[] isDropShipper) voidsetLargeImage(String[] largeImage) voidsetManufacturerID(String[] manufacturerID) voidsetManufacturerOrder(String[] manufacturerOrder) voidvoidsetNameField(String nameField) voidvoidsetPostalCode(String[] postalCode) voidsetSearchableFields(String[] searchableFields) voidsetSearchableIntFields(String[] searchableIntFields) voidsetSmallImage(String[] smallImage) voidsetSortAscOrDesc(String sortAscOrDesc) voidsetSortByString(String sortByString) voidvoidsetWebsiteURL(String[] websiteURL) org.apache.struts.action.ActionErrorsvalidate(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, getParentIDField, getParentKey, getParentName, getParentProperty, getParentScreen, getSearchString, isM2mChild, setAssigned, setAssignments, setDeleteID, setEditMode, setFirstRow, setGrandparentIDField, setGrandparentName, setGreatGrandparentIDField, setGreatGrandparentName, setIdIntegers, setIdValues, setItemsPerPage, setJoinManyToManyParent, setM2mChild, setManyToManyClass, setManyToManyKey, setManyToManyProp, setOutputMode, setParentID, setParentIDField, setParentKey, setParentName, setParentProperty, setParentScreen, setProperties, setSearchStringMethods 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
-
nameField
-
entityProperty
-
entity
-
childName
-
fields
-
fieldLables
-
displayFields
-
searchableIntFields
-
searchableFields
-
sortByString
-
sortAscOrDesc
-
cantSortByFields
-
formAction
-
addFormAction
-
editFormAction
-
editDeleteFormAction
-
childEditAction
-
manufacturerID
-
code
-
name
-
websiteURL
-
description
-
isActive
-
header
-
smallImage
-
largeImage
-
address1
-
address2
-
city
-
state
-
postalCode
-
country
-
email
-
phone
-
isDropShipper
-
extra1
-
extra2
-
extra3
-
manufacturerOrder
-
-
Constructor Details
-
ManufacturerForm
public ManufacturerForm()
-
-
Method Details
-
getChildName
- Overrides:
getChildNamein classBaseSerializableForm
-
setChildName
- Overrides:
setChildNamein classBaseSerializableForm
-
getChildEditAction
- Overrides:
getChildEditActionin classBaseSerializableForm
-
setChildEditAction
- Overrides:
setChildEditActionin classBaseSerializableForm
-
getNameField
- Overrides:
getNameFieldin classBaseSerializableForm
-
setNameField
- Overrides:
setNameFieldin classBaseSerializableForm
-
getCantSortByFields
- Overrides:
getCantSortByFieldsin classBaseSerializableForm
-
setCantSortByFields
- Overrides:
setCantSortByFieldsin classBaseSerializableForm
-
getManufacturerOrder
-
setManufacturerOrder
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getHeader
-
setHeader
-
getIsActive
-
setIsActive
-
getLargeImage
-
setLargeImage
-
getAddress1
-
setAddress1
-
getAddress2
-
setAddress2
-
getCity
-
setCity
-
getState
-
setState
-
getPostalCode
-
setPostalCode
-
getCountry
-
setCountry
-
getEmail
-
setEmail
-
getPhone
-
setPhone
-
getIsDropShipper
-
setIsDropShipper
-
getExtra1
-
setExtra1
-
getExtra2
-
setExtra2
-
getExtra3
-
setExtra3
-
getName
-
setName
-
getSmallImage
-
setSmallImage
-
getWebsiteURL
-
setWebsiteURL
-
getIdField
- Overrides:
getIdFieldin classBaseSerializableForm
-
setIdField
- Overrides:
setIdFieldin classBaseSerializableForm
-
getFields
- Overrides:
getFieldsin classBaseSerializableForm
-
setFields
- Overrides:
setFieldsin classBaseSerializableForm
-
getFieldLables
- Overrides:
getFieldLablesin classBaseSerializableForm
-
setFieldLables
- Overrides:
setFieldLablesin classBaseSerializableForm
-
getDisplayFields
- Overrides:
getDisplayFieldsin classBaseSerializableForm
-
setDisplayFields
- Overrides:
setDisplayFieldsin classBaseSerializableForm
-
getEntity
- Overrides:
getEntityin classBaseSerializableForm
-
setEntity
- Overrides:
setEntityin classBaseSerializableForm
-
getEntityProperty
- Overrides:
getEntityPropertyin classBaseSerializableForm
-
setEntityProperty
- Overrides:
setEntityPropertyin classBaseSerializableForm
-
getSearchableFields
- Overrides:
getSearchableFieldsin classBaseSerializableForm
-
setSearchableFields
- Overrides:
setSearchableFieldsin classBaseSerializableForm
-
getSearchableIntFields
- Overrides:
getSearchableIntFieldsin classBaseSerializableForm
-
setSearchableIntFields
- Overrides:
setSearchableIntFieldsin classBaseSerializableForm
-
getSortByString
- Overrides:
getSortByStringin classBaseSerializableForm
-
setSortByString
- Overrides:
setSortByStringin classBaseSerializableForm
-
getSortAscOrDesc
- Overrides:
getSortAscOrDescin classBaseSerializableForm
-
setSortAscOrDesc
- Overrides:
setSortAscOrDescin classBaseSerializableForm
-
getFormAction
- Overrides:
getFormActionin classBaseSerializableForm
-
setFormAction
- Overrides:
setFormActionin classBaseSerializableForm
-
getAddFormAction
- Overrides:
getAddFormActionin classBaseSerializableForm
-
setAddFormAction
- Overrides:
setAddFormActionin classBaseSerializableForm
-
getEditFormAction
- Overrides:
getEditFormActionin classBaseSerializableForm
-
setEditFormAction
- Overrides:
setEditFormActionin classBaseSerializableForm
-
getEditDeleteFormAction
- Overrides:
getEditDeleteFormActionin classBaseSerializableForm
-
setEditDeleteFormAction
- Overrides:
setEditDeleteFormActionin classBaseSerializableForm
-
getManufacturerID
-
setManufacturerID
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validatein classorg.apache.struts.action.ActionForm
-