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 Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate String(package private) static org.apache.commons.logging.Logprivate Stringprivate Stringprivate static final longprivate Stringprivate StringFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getHash()private StringremoveHash(String requestURL) voidvoidsetAuth_code(String auth_code) voidsetCard_no(String card_no) voidvoidsetCurrency(String currency) voidsetCustomer(String customer) voidvoidvoidvoidsetMessage(String message) voidsetResp_code(String resp_code) voidsetTest_status(String test_status) voidsetTrans_id(String trans_id) org.apache.struts.action.ActionErrorsvalidate(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, setUserMethods 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:
validatein classorg.apache.struts.action.ActionForm
-
removeHash
-