com.konakart.bl.modules.payment
Class BasePaymentModule

java.lang.Object
  extended by com.konakart.bl.modules.BaseModule
      extended by com.konakart.bl.modules.payment.BasePaymentModule
Direct Known Subclasses:
Authorizenet, Chronopay, Cod, Epaybg, Payjunction, Paypal, Usaepay, Worldpay, Yourpay

public class BasePaymentModule
extends BaseModule

Base class for Payment Modules.


Field Summary
 
Fields inherited from class com.konakart.bl.modules.BaseModule
basePackage, log
 
Constructor Summary
BasePaymentModule()
           
 
Method Summary
protected  void checkZone(PaymentInfo info, int zone)
          Ensures that the zone is within one of the Geo Zones contained in the DeliveryInfo object.
 
Methods inherited from class com.konakart.bl.modules.BaseModule
getResourceBundle, isAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePaymentModule

public BasePaymentModule()
Method Detail

checkZone

protected void checkZone(PaymentInfo info,
                         int zone)
                  throws com.konakart.app.KKException
Ensures that the zone is within one of the Geo Zones contained in the DeliveryInfo object.

Parameters:
info -
zone -
Throws:
com.konakart.app.KKException


Copyright © 2006 DS Data Systems UK Ltd.