Class UserSettingForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
com.softslate.commerce.administrator.core.UserSettingForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to
"/administrator/UserSetting.do". Provides properties to control searching,
viewing, editing, and deleting records in the
sscSetting
table.- Author:
- Jason McWilliams
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate 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[]
(package private) static org.apache.commons.logging.Log
private String[]
private String[]
private String
private String[]
private String[]
private String
private static final long
private String[]
private String
private String
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[]
getCode()
String[]
String[]
String[]
String[]
String[]
String[]
String[]
getName()
String[]
String[]
String[]
String[]
String[]
String[]
getType()
String[]
void
setAddFormAction
(String addFormAction) void
void
setDescription
(String[] description) 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
setFormAction
(String formAction) void
setIdField
(String idField) void
setIntegerValue
(String[] integerValue) void
setMediumValue
(String[] mediumValue) void
void
setNameField
(String nameField) void
setSearchableFields
(String[] searchableFields) void
setSearchableIntFields
(String[] searchableIntFields) void
setSearchString
(String searchString) void
setSettingID
(String[] userSettingID) void
setSmallValue
(String[] smallValue) void
setSortAscOrDesc
(String sortAscOrDesc) void
setSortByString
(String sortByString) void
setTextValue
(String[] textValue) void
void
setValueType
(String[] valueType) 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, getFirstRow, getFormUtils, getGrandparentIDField, getGrandparentName, getGreatGrandparentIDField, getGreatGrandparentName, getIdIntegers, getIdValues, getItemsPerPage, getJoinManyToManyParent, getManyToManyClass, getManyToManyKey, getManyToManyProp, getOutputMode, getParentID, getParentIDField, getParentKey, getParentName, getParentProperty, getParentScreen, isM2mChild, setAssigned, setAssignments, setCantSortByFields, setChildEditAction, setChildName, setDeleteID, setFirstRow, setGrandparentIDField, setGrandparentName, setGreatGrandparentIDField, setGreatGrandparentName, setIdIntegers, setIdValues, setItemsPerPage, setJoinManyToManyParent, setM2mChild, setManyToManyClass, setManyToManyKey, setManyToManyProp, setOutputMode, setParentID, setParentIDField, setParentKey, setParentName, setParentProperty, setParentScreen, setProperties
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
-
nameField
-
entityProperty
-
entity
-
editMode
-
searchableIntFields
-
searchableFields
-
fields
-
fieldLables
-
displayFields
-
sortByString
-
sortAscOrDesc
-
formAction
-
addFormAction
-
editFormAction
-
editDeleteFormAction
-
userSettingID
-
code
-
name
-
description
-
type
-
valueType
-
integerValue
-
smallValue
-
mediumValue
-
textValue
-
searchString
-
-
Constructor Details
-
UserSettingForm
public UserSettingForm()
-
-
Method Details
-
getSettingID
-
setSettingID
-
getCode
-
setCode
-
getName
-
setName
-
getDescription
-
setDescription
-
getType
-
setType
-
getValueType
-
setValueType
-
getIntegerValue
-
setIntegerValue
-
getSmallValue
-
setSmallValue
-
getMediumValue
-
setMediumValue
-
getTextValue
-
setTextValue
-
getIdField
- Overrides:
getIdField
in classBaseSerializableForm
-
setIdField
- Overrides:
setIdField
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
-
getSortAscOrDesc
- Overrides:
getSortAscOrDesc
in classBaseSerializableForm
-
setSortAscOrDesc
- Overrides:
setSortAscOrDesc
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
-
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
-
getSearchString
- Overrides:
getSearchString
in classBaseSerializableForm
-
setSearchString
- Overrides:
setSearchString
in classBaseSerializableForm
-
getEditMode
- Overrides:
getEditMode
in classBaseSerializableForm
-
setEditMode
- Overrides:
setEditMode
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
-