com.konakartadmin.modules.ordertotal.giftcertificate
Class GiftCertificate

java.lang.Object
  extended by com.konakartadmin.modules.Module
      extended by com.konakartadmin.modules.OrderTotalModule
          extended by com.konakartadmin.modules.ordertotal.giftcertificate.GiftCertificate
All Implemented Interfaces:
ModuleInterface, OrderTotalModuleInterface

public class GiftCertificate
extends OrderTotalModule

Gift Certificate order total module


Field Summary
 
Fields inherited from class com.konakartadmin.modules.OrderTotalModule
LOWORDERFEE, SHIPPING, SUBTOTAL, TAX, TOTAL
 
Fields inherited from class com.konakartadmin.modules.Module
configKeyStub, configs, implementationFileName, keys, log
 
Fields inherited from interface com.konakartadmin.modules.ModuleInterface
MODULE_SUB_TYPE_PROMOTION, MODULE_TYPE_ORDER_TOTAL, MODULE_TYPE_OTHER, MODULE_TYPE_PAYMENT, MODULE_TYPE_SHIPPING
 
Constructor Summary
GiftCertificate()
           
 
Method Summary
 java.lang.String getConfigKeyStub()
           
 KKConfiguration[] getConfigs()
           
 java.lang.String getImplementationFileName()
           
 java.lang.String getModuleCode()
           
 int getModuleSubType()
           
 java.lang.String getModuleTitle()
           
 
Methods inherited from class com.konakartadmin.modules.OrderTotalModule
getClassPrefix, getModuleType, toString
 
Methods inherited from class com.konakartadmin.modules.Module
getKeys, 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
 
Methods inherited from interface com.konakartadmin.modules.ModuleInterface
getKeys, init, install, installed, remove, setConfigKeyStub
 

Constructor Detail

GiftCertificate

public GiftCertificate()
Method Detail

getConfigKeyStub

public java.lang.String getConfigKeyStub()
Specified by:
getConfigKeyStub in interface ModuleInterface
Overrides:
getConfigKeyStub in class OrderTotalModule
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

getModuleSubType

public int getModuleSubType()
Specified by:
getModuleSubType in interface ModuleInterface
Overrides:
getModuleSubType in class OrderTotalModule
Returns:
the module sub-type

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 order total module


Copyright © 2011 DS Data Systems UK Ltd.