|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.bl.AdminBaseMgr
com.konakartadmin.modules.payment.AdminBasePayment
com.konakartadmin.modules.payment.cod.AdminPayment
public class AdminPayment
Class used to communicate with the payment gateway from the admin app. This implementation is merely a dummy used for testing the interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.konakartadmin.modules.payment.AdminBasePayment |
---|
AdminBasePayment.AdminPaymentDetails |
Nested classes/interfaces inherited from class com.konakartadmin.bl.AdminBaseMgr |
---|
AdminBaseMgr.StaticData |
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
the log |
Fields inherited from class com.konakartadmin.bl.AdminBaseMgr |
---|
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir |
Constructor Summary | |
---|---|
AdminPayment(KKAdminIf eng)
Constructor |
Method Summary | |
---|---|
com.konakart.app.NameValue[] |
execute(com.konakart.app.PaymentOptions options)
This method executes the transaction with the payment gateway. |
Methods inherited from class com.konakartadmin.modules.payment.AdminBasePayment |
---|
customizeConnection, getData, getGatewayRequest, postData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public AdminPayment(KKAdminIf eng) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, java.lang.Exception
eng
-
java.lang.Exception
com.workingdogs.village.DataSetException
org.apache.torque.TorqueException
Method Detail |
---|
public com.konakart.app.NameValue[] execute(com.konakart.app.PaymentOptions options) throws java.lang.Exception
execute
in interface AdminPaymentIf
options
-
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |