Class PayPalUKDirectForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.payment.BasicPaymentForm
com.softslate.commerce.customer.payment.PayflowProForm
com.softslate.commerce.customer.payment.PayPalUKDirectForm
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private String
private String
private String
(package private) static org.apache.commons.logging.Log
private static final long
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
private boolean
void
setCcFirstName
(String ccFirstName) void
setCcIssueNumber
(String ccIssueNumber) void
setCcLastName
(String lastName) void
setCreditCardStartMonth
(String creditCardStartMonth) void
setCreditCardStartYear
(String creditCardStartYear) void
setIpAddress
(String ipAddress) org.apache.struts.action.ActionErrors
validate
(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) void
protected void
Methods inherited from class com.softslate.commerce.customer.payment.PayflowProForm
getCertPath, getComment1, getComment2, getCustomerCode, getCustRef, getPoNumber, payflowValidate, setCertPath, setComment1, setComment2, setCustomerCode, setCustRef, setPoNumber
Methods inherited from class com.softslate.commerce.customer.payment.BasicPaymentForm
getCreditCardDate, getCreditCardExpirationMonth, getCreditCardExpirationYear, getCreditCardName, getCreditCardSecurityCode, getCreditCardType, getDecryptedNumber, getTextFromImage, setCreditCardDate, setCreditCardExpirationMonth, setCreditCardExpirationYear, setCreditCardName, setCreditCardSecurityCode, setCreditCardType, setDecryptedNumber, setTextFromImage, validateDate, validateJcaptcha, validateNumber, validateSecurityCode, validateType
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, html5OrXhtml, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser
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 -
ccFirstName
-
ccLastName
-
ipAddress
-
ccIssueNumber
-
creditCardStartMonth
-
creditCardStartYear
-
-
Constructor Details
-
PayPalUKDirectForm
public PayPalUKDirectForm()
-
-
Method Details
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validate
in classPayflowProForm
-
validateSwitchSoloCardParams
protected void validateSwitchSoloCardParams() -
presentIssueMonthYear
private boolean presentIssueMonthYear() -
presentIssueNumber
private boolean presentIssueNumber() -
validateName
public void validateName()- Overrides:
validateName
in classBasicPaymentForm
-
getCcLastName
-
setCcLastName
-
getCcFirstName
-
setCcFirstName
-
getIpAddress
-
setIpAddress
-
getCcIssueNumber
- Returns:
- the ccIssueNumber
-
setCcIssueNumber
- Parameters:
ccIssueNumber
- the ccIssueNumber to set
-
getCreditCardStartMonth
- Returns:
- the creditCardStartMonth
-
setCreditCardStartMonth
- Parameters:
creditCardStartMonth
- the creditCardStartMonth to set
-
getCreditCardStartYear
- Returns:
- the creditCardStartYear
-
setCreditCardStartYear
- Parameters:
creditCardStartYear
- the creditCardStartYear to set
-