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
FieldsModifier and TypeFieldDescriptionprivate Stringprivate String[]private Stringprivate String[]private Stringprivate Stringprivate String[]private String[]private Stringprivate Stringprivate Stringprivate Classprivate Stringprivate String[]private String[]private Stringprivate Stringprivate FormUtilsprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Integer[]private String[]private Stringprivate String(package private) static org.apache.commons.logging.Logprivate booleanprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate String[]private String[]private Stringprivate static final longprivate Stringprivate StringFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
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[]booleanvoidsetAddFormAction(String addFormAction) voidsetAssigned(String[] assigned) voidsetAssignments(String assignments) voidsetCantSortByFields(String[] cantSortByFields) voidsetChildEditAction(String childEditAction) voidsetChildName(String childName) voidsetDeleteID(String[] deleteID) voidsetDisplayFields(String[] displayFields) voidsetEditDeleteFormAction(String editDeleteFormAction) voidsetEditFormAction(String editFormAction) voidsetEditMode(String editMode) voidvoidsetEntityProperty(String entityProperty) voidsetFieldLables(String[] fieldLables) voidvoidsetFirstRow(String firstRow) voidsetFormAction(String formAction) voidsetGrandparentIDField(String grandparentIDField) voidsetGrandparentName(String grandparentName) voidsetGreatGrandparentIDField(String greatGrandparentIDField) voidsetGreatGrandparentName(String greatGrandparentName) voidsetIdField(String idField) voidsetIdIntegers(Integer[] idIntegers) voidsetIdValues(String[] idValues) voidsetItemsPerPage(String itemsPerPage) voidsetJoinManyToManyParent(String joinManyToManyParent) voidsetM2mChild(boolean child) voidsetManyToManyClass(String manyToManyClass) voidsetManyToManyKey(String manyToManyKey) voidsetManyToManyProp(String manyToManyProp) voidsetNameField(String nameField) voidsetOutputMode(String outputMode) voidsetParentID(String parentID) voidsetParentIDField(String parentIDField) voidsetParentKey(String parentKey) voidsetParentName(String parentName) voidsetParentProperty(String parentProperty) voidsetParentScreen(String parentScreen) voidsetProperties(javax.servlet.http.HttpServletRequest request) voidsetSearchableFields(String[] searchableFields) voidsetSearchableIntFields(String[] searchableIntFields) voidsetSearchString(String searchString) voidsetSortAscOrDesc(String sortAscOrDesc) voidsetSortByString(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
-