com.konakart.bl.modules.payment.barclaycardsmartpayhosted
Class BarclaycardSmartPayHosted
java.lang.Object
com.konakart.bl.modules.BaseModule
com.konakart.bl.modules.payment.BasePaymentModule
com.konakart.bl.modules.payment.barclaycardsmartpayhosted.BarclaycardSmartPayHosted
- All Implemented Interfaces:
- PaymentInterface
public class BarclaycardSmartPayHosted
- extends BasePaymentModule
- implements PaymentInterface
Barclaycard SmartPay Hosted IPN module
|
Field Summary |
static java.lang.String |
BC_SPAY_HOSTED_GATEWAY_CODE
Module name must be the same as the class name although it can be all in lower case |
| Methods inherited from class com.konakart.bl.modules.BaseModule |
getBasketMgr, getCatMgr, getConfigMgr, getCurrMgr, getCustMgr, getEmailMgr, getEng, getLangMgr, getMultiStoreMgr, getOrderMgr, getOrderTotalMgr, getPaymentMgr, getProdMgr, getPromMgr, getResourceBundle, getRewardPointMgr, getSecMgr, getShippingMgr, getSolrMgr, getStoreId, getTaxMgr, init, isAvailable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BC_SPAY_HOSTED_GATEWAY_CODE
public static java.lang.String BC_SPAY_HOSTED_GATEWAY_CODE
- Module name must be the same as the class name although it can be all in lower case
BarclaycardSmartPayHosted
public BarclaycardSmartPayHosted(KKEngIf eng)
throws KKException
- Constructor
- Parameters:
eng -
- Throws:
KKException
getPaymentDetails
public PaymentDetails getPaymentDetails(Order order,
PaymentInfo info)
throws java.lang.Exception
- Return a payment details object for BarclaycardSmartPayHosted IPN module
- Specified by:
getPaymentDetails in interface PaymentInterface
- Parameters:
order - info -
- Returns:
- Returns information in a PaymentDetails object
- Throws:
java.lang.Exception
setStaticVariables
public void setStaticVariables()
throws KKException
- Sets some static variables during setup
- Specified by:
setStaticVariables in interface PaymentInterface
- Throws:
KKException
isAvailable
public boolean isAvailable()
throws KKException
- Returns true or false
- Specified by:
isAvailable in interface PaymentInterface
- Returns:
- True or False
- Throws:
KKException
Copyright © 2011 DS Data Systems UK Ltd.