com.konakartadmin.modules.payment.authorizenet
Class Authorizenet
java.lang.Object
com.konakartadmin.modules.Module
com.konakartadmin.modules.PaymentModule
com.konakartadmin.modules.payment.authorizenet.Authorizenet
- All Implemented Interfaces:
- ModuleInterface, PaymentModuleInterface
public class Authorizenet
- extends PaymentModule
Authorize.Net payment module
These definitions are used to allow the Administration Application to define the payment module's
configuration parameters.
Methods inherited from class com.konakartadmin.modules.Module |
getKeys, getModuleSubType, getMsgs, init, install, installed, remove, setConfigKeyStub, setConfigs, setImplementationFileName, setKeys, setMsgs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Authorizenet
public Authorizenet()
getConfigKeyStub
public java.lang.String getConfigKeyStub()
- Specified by:
getConfigKeyStub
in interface ModuleInterface
- Overrides:
getConfigKeyStub
in class PaymentModule
- Returns:
- the config key stub
getModuleTitle
public java.lang.String getModuleTitle()
- Specified by:
getModuleTitle
in interface ModuleInterface
- Overrides:
getModuleTitle
in class Module
- Returns:
- the module's title - the friendly name for the user
getImplementationFileName
public java.lang.String getImplementationFileName()
- Specified by:
getImplementationFileName
in interface ModuleInterface
- Overrides:
getImplementationFileName
in class Module
- Returns:
- the implementation filename. (For oscommerce compatibility you can use the php
version for these names)
getModuleCode
public java.lang.String getModuleCode()
- Specified by:
getModuleCode
in interface ModuleInterface
- Overrides:
getModuleCode
in class Module
- Returns:
- the module code
getConfigs
public KKConfiguration[] getConfigs()
- Specified by:
getConfigs
in interface ModuleInterface
- Overrides:
getConfigs
in class Module
- Returns:
- an array of configuration values for this payment module
Copyright © 2011 DS Data Systems UK Ltd.