Class BaseSerializableForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AdministratorForm
,AttributeForm
,BasicTaxForm
,CategoryForm
,CountryForm
,CustomerAddressForm
,CustomerForm
,CustomerWishListForm
,DiscountForm
,DiscountRangeForm
,EmailForm
,EmailOptOutForm
,ImportForm
,ManufacturerForm
,OptionForm
,OrderDeliveryForm
,OrderDiscountForm
,OrderForm
,OrderItemAttributeForm
,OrderItemForm
,OrderShippingRuleForm
,PaymentForm
,ProductForm
,ProductReviewForm
,ProductSettingForm
,RequestLogForm
,RoleForm
,ShippingMethodForm
,ShippingRateForm
,ShippingRuleForm
,ShippingRuleRangeForm
,SKUForm
,StateForm
,TemplateForm
,UserSettingForm
public class BaseSerializableForm
extends org.apache.struts.action.ActionForm
implements Serializable
Provides a number of properties common to forms representing the initial
control panel screen for a database table in the administrator. This class is
serializable so that the control screen form settings can be maintained
through the user's session.
- 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 Class
private String
private String[]
private String[]
private String
private String
private FormUtils
private String
private String
private String
private String
private String
private Integer[]
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 static final long
private String
private String
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
arrayAppend
(String[] array, String item) String[]
arrayPrepend
(String[] array, String item) String[]
arrayRemove
(String[] array, String item) containsUnsafeCharacter
(String string, javax.servlet.http.HttpServletRequest request) String[]
String[]
String[]
String[]
String[]
String[]
getFormUtils
(javax.servlet.http.HttpServletRequest request) Integer[]
String[]
String[]
String[]
boolean
void
setAddFormAction
(String addFormAction) void
setAssigned
(String[] assigned) void
setAssignments
(String assignments) void
setCantSortByFields
(String[] cantSortByFields) void
setChildEditAction
(String childEditAction) void
setChildName
(String childName) void
setDeleteID
(String[] deleteID) void
setDisplayFields
(String[] displayFields) void
setEditDeleteFormAction
(String editDeleteFormAction) void
setEditFormAction
(String editFormAction) void
setEditMode
(String editMode) void
void
setEntityProperty
(String entityProperty) void
setFieldLables
(String[] fieldLables) void
void
setFirstRow
(String firstRow) void
setFormAction
(String formAction) void
setGrandparentIDField
(String grandparentIDField) void
setGrandparentName
(String grandparentName) void
setGreatGrandparentIDField
(String greatGrandparentIDField) void
setGreatGrandparentName
(String greatGrandparentName) void
setIdField
(String idField) void
setIdIntegers
(Integer[] idIntegers) void
setIdValues
(String[] idValues) void
setItemsPerPage
(String itemsPerPage) void
setJoinManyToManyParent
(String joinManyToManyParent) void
setM2mChild
(boolean child) void
setManyToManyClass
(String manyToManyClass) void
setManyToManyKey
(String manyToManyKey) void
setManyToManyProp
(String manyToManyProp) void
setNameField
(String nameField) void
setOutputMode
(String outputMode) void
setParentID
(String parentID) void
setParentIDField
(String parentIDField) void
setParentKey
(String parentKey) void
setParentName
(String parentName) void
setParentProperty
(String parentProperty) void
setParentScreen
(String parentScreen) void
setProperties
(javax.servlet.http.HttpServletRequest request) void
setSearchableFields
(String[] searchableFields) void
setSearchableIntFields
(String[] searchableIntFields) void
setSearchString
(String searchString) void
setSortAscOrDesc
(String sortAscOrDesc) void
setSortByString
(String sortByString) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
log
static org.apache.commons.logging.Log log -
idField
-
nameField
-
childName
-
m2mChild
private boolean m2mChild -
idValues
-
idIntegers
-
parentIDField
-
parentID
-
parentKey
-
manyToManyKey
-
manyToManyProp
-
manyToManyClass
-
joinManyToManyParent
-
entity
-
parentProperty
-
entityProperty
-
grandparentIDField
-
greatGrandparentIDField
-
fields
-
fieldLables
-
displayFields
-
searchableFields
-
searchableIntFields
-
cantSortByFields
-
itemsPerPage
-
firstRow
-
searchString
-
sortByString
-
sortAscOrDesc
-
editMode
-
outputMode
-
formAction
-
addFormAction
-
editFormAction
-
editDeleteFormAction
-
childEditAction
-
assignments
-
parentName
-
grandparentName
-
greatGrandparentName
-
deleteID
-
assigned
-
parentScreen
-
formUtils
-
-
Constructor Details
-
BaseSerializableForm
public BaseSerializableForm()
-
-
Method Details
-
isM2mChild
public boolean isM2mChild() -
setM2mChild
public void setM2mChild(boolean child) -
getParentName
-
setParentName
-
getGrandparentName
-
setGrandparentName
-
getGreatGrandparentName
-
setGreatGrandparentName
-
getCantSortByFields
-
setCantSortByFields
-
getAssignments
-
setAssignments
-
getDeleteID
-
setDeleteID
-
getAssigned
-
setAssigned
-
getIdField
-
setIdField
-
getParentIDField
-
setParentIDField
-
getGrandparentIDField
-
setGrandparentIDField
-
getGreatGrandparentIDField
-
setGreatGrandparentIDField
-
getFields
-
setFields
-
getFieldLables
-
setFieldLables
-
getDisplayFields
-
setDisplayFields
-
getItemsPerPage
-
setItemsPerPage
-
getFirstRow
-
setFirstRow
-
getSearchString
-
setSearchString
-
getEntity
-
setEntity
-
getManyToManyKey
-
setManyToManyKey
-
getManyToManyProp
-
setManyToManyProp
-
getParentID
-
setParentID
-
getSearchableFields
-
setSearchableFields
-
getSearchableIntFields
-
setSearchableIntFields
-
getSortByString
-
setSortByString
-
getSortAscOrDesc
-
setSortAscOrDesc
-
getEditMode
-
setEditMode
-
getOutputMode
-
setOutputMode
-
getFormAction
-
setFormAction
-
getAddFormAction
-
setAddFormAction
-
getEditDeleteFormAction
-
setEditDeleteFormAction
-
getEditFormAction
-
setEditFormAction
-
getChildEditAction
-
setChildEditAction
-
getManyToManyClass
-
setManyToManyClass
-
getParentKey
-
setParentKey
-
getIdValues
-
setIdValues
-
getIdIntegers
-
setIdIntegers
-
getEntityProperty
-
setEntityProperty
-
getParentProperty
-
setParentProperty
-
getChildName
-
setChildName
-
getNameField
-
setNameField
-
getParentScreen
-
setParentScreen
-
getJoinManyToManyParent
-
setJoinManyToManyParent
-
getFormUtils
-
setProperties
public void setProperties(javax.servlet.http.HttpServletRequest request) -
arrayAppend
-
arrayPrepend
-
arrayRemove
-
containsUnsafeCharacter
-