|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.bl.modules.BaseModule
com.konakart.bl.modules.payment.BasePaymentModule
com.konakart.bl.modules.payment.yourpay.Yourpay
public class Yourpay
YourPay IPN module
| Nested Class Summary | |
|---|---|
protected class |
Yourpay.StaticData
Used to store the static data of this module |
| Field Summary |
|---|
| Fields inherited from class com.konakart.bl.modules.payment.BasePaymentModule |
|---|
log |
| Fields inherited from class com.konakart.bl.modules.BaseModule |
|---|
basePackage |
| Constructor Summary | |
|---|---|
Yourpay(KKEngIf eng)
Constructor |
|
| Method Summary | |
|---|---|
PaymentDetails |
getPaymentDetails(Order order,
PaymentInfo info)
Return a payment details object for YourPay IPN module |
boolean |
isAvailable()
Returns true or false |
void |
setStaticVariables()
Sets some static variables during setup |
| Methods inherited from class com.konakart.bl.modules.payment.BasePaymentModule |
|---|
addParameters, checkZone, hashParameters, splitNameIntoFirstAndLastNames |
| Methods inherited from class com.konakart.bl.modules.BaseModule |
|---|
getBasketMgr, getCatMgr, getConfigMgr, getConfiguration, getConfigurationValue, getConfigurationValueAsBigDecimalWithDefault, getConfigurationValueAsBool, getConfigurationValueAsIntWithDefault, getCurrMgr, getCustMgr, getEmailMgr, getEng, getLangMgr, getMultiStoreMgr, getOrderMgr, getOrderTotalMgr, getPaymentMgr, getProdMgr, getPromMgr, getResourceBundle, getRewardPointMgr, getSecMgr, getShippingMgr, getSolrMgr, getStoreId, getTaxMgr, init, isAvailable, isAvailable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Yourpay(KKEngIf eng)
throws KKException
eng -
KKException| Method Detail |
|---|
public void setStaticVariables()
throws KKException
setStaticVariables in interface PaymentInterfaceKKException
public PaymentDetails getPaymentDetails(Order order,
PaymentInfo info)
throws java.lang.Exception
getPaymentDetails in interface PaymentInterfaceorder - info -
java.lang.Exception
public boolean isAvailable()
throws KKException
isAvailable in interface PaymentInterfaceKKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||