com.konakart.blif
Interface OrderTotalMgrIf

All Known Implementing Classes:
OrderTotalMgr

public interface OrderTotalMgrIf

OrderTotalMgrIf Interface which an implementation of this manager must adhere to.


Method Summary
 OrderTotalInterface[] getAllOrderTotals()
          Get a list of all installed order total modules
 Order getOrderTotals(OrderIf order, int languageId)
          Returns an Order object populated with an array of order total objects.
 void refreshConfigs()
          Refreshes the configuration data for this manager
 

Method Detail

refreshConfigs

void refreshConfigs()
                    throws java.lang.Exception
Refreshes the configuration data for this manager

Throws:
java.lang.Exception

getOrderTotals

Order getOrderTotals(OrderIf order,
                     int languageId)
                     throws java.lang.Exception
Returns an Order object populated with an array of order total objects.

Parameters:
order -
languageId -
Returns:
An array of shipping quotes
Throws:
java.lang.Exception

getAllOrderTotals

OrderTotalInterface[] getAllOrderTotals()
                                        throws KKException
Get a list of all installed order total modules

Returns:
Returns an array of OrderTotalInterface objects
Throws:
KKException


Copyright © 2011 DS Data Systems UK Ltd.