public interface ShippingMgrIf
Modifier and Type | Method and Description |
---|---|
java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale)
The resource bundle is fetched for the locale and stored in a static hash table.
|
ShippingQuote |
getShippingQuote(OrderIf order,
java.lang.String moduleName,
int languageId)
Returns a single ShippingQuote object for an order.
|
ShippingQuote[] |
getShippingQuotes(OrderIf order,
int languageId)
Returns an array of available ShippingQuote objects for an order.
|
void |
refreshConfigs()
Refreshes the configuration data for this manager
|
void refreshConfigs() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionShippingQuote[] getShippingQuotes(OrderIf order, int languageId) throws java.lang.Exception
order
- the orderlanguageId
- the languageIdjava.lang.Exception
- an unexpected exceptionShippingQuote getShippingQuote(OrderIf order, java.lang.String moduleName, int languageId) throws java.lang.Exception
order
- the ordermoduleName
- the moduleNamelanguageId
- the languageIdjava.lang.Exception
- an unexpected exceptionjava.util.ResourceBundle getResourceBundle(java.util.Locale locale) throws com.konakart.app.KKException
locale
- the localecom.konakart.app.KKException
- an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.