Class PaypointCallbackForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.payment.paypoint.PaypointCallbackForm
- All Implemented Interfaces:
Serializable
The form that handles the callback from Paypoint.
- Author:
- Jason McWilliams
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
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 static final long
private String
private String
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getHash()
private String
removeHash
(String requestURL) void
void
setAuth_code
(String auth_code) void
setCard_no
(String card_no) void
void
setCurrency
(String currency) void
setCustomer
(String customer) void
void
void
void
setMessage
(String message) void
setResp_code
(String resp_code) void
setTest_status
(String test_status) void
setTrans_id
(String trans_id) org.apache.struts.action.ActionErrors
validate
(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) 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 -
amount
-
auth_code
-
code
-
currency
-
cv2avs
-
hash
-
message
-
resp_code
-
test_status
-
trans_id
-
expiry
-
card_no
-
customer
-
-
Constructor Details
-
PaypointCallbackForm
public PaypointCallbackForm()
-
-
Method Details
-
getAmount
-
setAmount
-
getAuth_code
-
setAuth_code
-
getCode
-
setCode
-
getCurrency
-
setCurrency
-
getCv2avs
-
setCv2avs
-
getHash
-
setHash
-
getMessage
-
setMessage
-
getResp_code
-
setResp_code
-
getTest_status
-
setTest_status
-
getTrans_id
-
setTrans_id
-
getExpiry
-
setExpiry
-
getCard_no
-
setCard_no
-
getCustomer
-
setCustomer
-
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
-
removeHash
-