com.konakartadmin.modules
Class OrderTotalModule

java.lang.Object
  extended by com.konakartadmin.modules.Module
      extended by com.konakartadmin.modules.OrderTotalModule
All Implemented Interfaces:
ModuleInterface, OrderTotalModuleInterface
Direct Known Subclasses:
BuyXGetYFree, FreeProduct, GiftCertificate, ProductDiscount, RedeemPoints, RewardPoints, Shipping, ShippingDiscount, SubTotal, Tax, TaxCloud, Total, TotalDiscount

public class OrderTotalModule
extends Module
implements OrderTotalModuleInterface

Implements the OrderTotalModule interface


Field Summary
private static java.lang.String classPrefix
           
static java.lang.String LOWORDERFEE
          ot_loworderfee
static java.lang.String SHIPPING
          ot_shipping
static java.lang.String SUBTOTAL
          ot_subtotal
static java.lang.String TAX
          ot_tax
static java.lang.String TOTAL
          ot_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
OrderTotalModule()
          Constructor
 
Method Summary
 java.lang.String getClassPrefix()
           
 java.lang.String getConfigKeyStub()
           
 int getModuleSubType()
           
 int getModuleType()
           
 java.lang.String toString()
           
 
Methods inherited from class com.konakartadmin.modules.Module
getConfigs, getImplementationFileName, getKeys, getModuleCode, getModuleTitle, 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
getConfigs, getImplementationFileName, getKeys, getModuleCode, getModuleTitle, init, install, installed, remove, setConfigKeyStub
 

Field Detail

classPrefix

private static java.lang.String classPrefix

TOTAL

public static final java.lang.String TOTAL
ot_total

See Also:
Constant Field Values

SUBTOTAL

public static final java.lang.String SUBTOTAL
ot_subtotal

See Also:
Constant Field Values

SHIPPING

public static final java.lang.String SHIPPING
ot_shipping

See Also:
Constant Field Values

TAX

public static final java.lang.String TAX
ot_tax

See Also:
Constant Field Values

LOWORDERFEE

public static final java.lang.String LOWORDERFEE
ot_loworderfee

See Also:
Constant Field Values
Constructor Detail

OrderTotalModule

public OrderTotalModule()
Constructor

Method Detail

getClassPrefix

public java.lang.String getClassPrefix()
Specified by:
getClassPrefix in interface ModuleInterface
Overrides:
getClassPrefix in class Module
Returns:
the class prefix

getModuleType

public int getModuleType()
Specified by:
getModuleType in interface ModuleInterface
Overrides:
getModuleType in class Module
Returns:
the module type

getModuleSubType

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

getConfigKeyStub

public java.lang.String getConfigKeyStub()
Specified by:
getConfigKeyStub in interface ModuleInterface
Overrides:
getConfigKeyStub in class Module
Returns:
the config key stub

toString

public java.lang.String toString()
Specified by:
toString in interface ModuleInterface
Overrides:
toString in class java.lang.Object
Returns:
a string representing the module - for diagnostics


Copyright © 2011 DS Data Systems UK Ltd.