Class PaymentForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
com.softslate.commerce.administrator.payment.PaymentForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to "/administrator/Payment.do".
Provides properties to control searching, viewing, editing, and deleting
records in the
sscPayment
table.- 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 String
private Class
private String
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 static final long
private String
private String[]
private String[]
private String[]
private String[]
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[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
String[]
void
setAddFormAction
(String addFormAction) void
void
setCantSortByFields
(String[] cantSortByFields) void
setCreated
(String[] created) void
setCreditCardDate
(String[] creditCardDate) void
setCreditCardName
(String[] creditCardName) void
setCreditCardNumber
(String[] creditCardNumber) void
setCreditCardNumberDisplay
(String[] creditCardNumberDisplay) void
setCreditCardType
(String[] creditCardType) void
setDisplayFields
(String[] displayFields) void
setEditDeleteFormAction
(String editDeleteFormAction) void
setEditFormAction
(String editFormAction) void
void
setEntityProperty
(String entityProperty) void
void
void
void
setFieldLables
(String[] fieldLables) void
void
setFormAction
(String formAction) void
setIdField
(String idField) void
setNameField
(String nameField) void
setOrderID
(String orderID) void
setParentIDField
(String parentIDField) void
setPaymentID
(String[] paymentID) void
setPaymentProfileID
(String[] paymentProfileID) void
setProcessorClassName
(String[] processorClassName) void
setSearchableFields
(String[] searchableFields) void
setSearchableIntFields
(String[] searchableIntFields) void
setSortByString
(String sortByString) void
void
void
void
void
void
void
void
void
void
void
setValueFieldLabels
(String[] valueFieldLabels) 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, getChildEditAction, getChildName, getDeleteID, getEditMode, getFirstRow, getFormUtils, getGrandparentIDField, getGrandparentName, getGreatGrandparentIDField, getGreatGrandparentName, getIdIntegers, getIdValues, getItemsPerPage, getJoinManyToManyParent, getManyToManyClass, getManyToManyKey, getManyToManyProp, getOutputMode, getParentID, getParentKey, getParentName, getParentProperty, getParentScreen, getSearchString, getSortAscOrDesc, isM2mChild, setAssigned, setAssignments, setChildEditAction, setChildName, setDeleteID, setEditMode, setFirstRow, setGrandparentIDField, setGrandparentName, setGreatGrandparentIDField, 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
-
nameField
-
entityProperty
-
entity
-
searchableIntFields
-
searchableFields
-
fields
-
fieldLables
-
displayFields
-
sortByString
-
cantSortByFields
-
formAction
-
addFormAction
-
editFormAction
-
editDeleteFormAction
-
orderID
-
paymentID
-
status
-
processorClassName
-
valueFieldLabels
-
creditCardName
-
creditCardType
-
creditCardDate
-
creditCardNumber
-
creditCardNumberDisplay
-
value1
-
value2
-
value3
-
value4
-
value5
-
value6
-
value7
-
value8
-
value9
-
created
-
amount
-
extra1
-
extra2
-
extra3
-
paymentProfileID
-
-
Constructor Details
-
PaymentForm
public PaymentForm()
-
-
Method Details
-
getCantSortByFields
- Overrides:
getCantSortByFields
in classBaseSerializableForm
-
setCantSortByFields
- Overrides:
setCantSortByFields
in classBaseSerializableForm
-
getCreditCardDate
-
setCreditCardDate
-
getCreditCardName
-
setCreditCardName
-
getCreditCardNumber
-
setCreditCardNumber
-
getCreditCardNumberDisplay
-
setCreditCardNumberDisplay
-
getCreditCardType
-
setCreditCardType
-
getProcessorClassName
-
setProcessorClassName
-
getStatus
-
setStatus
-
getValue1
-
setValue1
-
getValue2
-
setValue2
-
getValue3
-
setValue3
-
getValue4
-
setValue4
-
getValue5
-
setValue5
-
getValue6
-
setValue6
-
getValue7
-
setValue7
-
getValue8
-
setValue8
-
getValue9
-
setValue9
-
getCreated
-
setCreated
-
getAmount
-
setAmount
-
getValueFieldLabels
-
setValueFieldLabels
-
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
-
getOrderID
-
setOrderID
-
getPaymentID
-
setPaymentID
-
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
-
getExtra1
-
setExtra1
-
getExtra2
-
setExtra2
-
getExtra3
-
setExtra3
-
getPaymentProfileID
-
setPaymentProfileID
-
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
-