public interface OrderTotalMgrIf
Modifier and Type | Method and Description |
---|---|
OrderTotalInterface[] |
getAllOrderTotals()
Get a list of all installed order total modules
|
OrderTotalInterface |
getOrderTotalModuleForName(java.lang.String moduleName)
Called to instantiate a orderTotal module.
|
Order |
getOrderTotals(OrderIf order,
int languageId)
The order object is populated with an array of order totals.
|
void |
refreshConfigs()
Refreshes the configuration data for this manager
|
void refreshConfigs() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionOrder getOrderTotals(OrderIf order, int languageId) throws java.lang.Exception
order
- The order objectlanguageId
- The id for the language that will be used. Value of -1 selects the default
language.java.lang.Exception
- an unexpected exceptionOrderTotalInterface[] getAllOrderTotals() throws com.konakart.app.KKException
com.konakart.app.KKException
- an unexpected KKException exceptionOrderTotalInterface getOrderTotalModuleForName(java.lang.String moduleName) throws java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.ClassNotFoundException
moduleName
- the moduleNamejava.lang.IllegalArgumentException
- an unexpected IllegalArgumentException exceptionjava.lang.InstantiationException
- an unexpected InstantiationException exceptionjava.lang.IllegalAccessException
- an unexpected IllegalAccessException exceptionjava.lang.reflect.InvocationTargetException
- an unexpected InvocationTargetException exceptionjava.lang.ClassNotFoundException
- an unexpected ClassNotFoundException exceptionCopyright © 2018 DS Data Systems UK Ltd.