|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShippingMgrIf
ShippingMgrIf Interface which an implementation of this manager must adhere to.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
void refreshConfigs()
throws java.lang.Exception
java.lang.Exception
ShippingQuote[] getShippingQuotes(OrderIf order,
int languageId)
throws java.lang.Exception
order - languageId -
java.lang.Exception
ShippingQuote getShippingQuote(OrderIf order,
java.lang.String moduleName,
int languageId)
throws java.lang.Exception
order - moduleName - languageId -
java.lang.Exception
java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
throws KKException
locale -
KKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||