com.konakart.bl.modules.ordertotal
Interface OrderTotalInterface

All Known Implementing Classes:
ProductDiscount, Shipping, Subtotal, Tax, Total, TotalDiscount

public interface OrderTotalInterface


Method Summary
 java.lang.String getCode()
           
 com.konakart.app.OrderTotal getOrderTotal(com.konakart.app.Order order, boolean dispPriceWithTax, java.util.Locale locale)
           
 int getSortOrder()
           
 boolean isAvailable()
           
 void setStaticVariables()
          Refreshes the static variables from the copy in the database
 

Method Detail

getOrderTotal

com.konakart.app.OrderTotal getOrderTotal(com.konakart.app.Order order,
                                          boolean dispPriceWithTax,
                                          java.util.Locale locale)
                                          throws java.lang.Exception
Parameters:
order -
dispPriceWithTax -
locale -
Returns:
Returns an OrderTotal object for this module
Throws:
java.lang.Exception

isAvailable

boolean isAvailable()
                    throws com.konakart.app.KKException
Returns:
True or False
Throws:
com.konakart.app.KKException

getSortOrder

int getSortOrder()
Returns:
Return the order in which the module gets called and displayed

getCode

java.lang.String getCode()
Returns:
Returns the code for the module

setStaticVariables

void setStaticVariables()
                        throws com.konakart.app.KKException
Refreshes the static variables from the copy in the database

Throws:
com.konakart.app.KKException


Copyright © 2006 DS Data Systems UK Ltd.