Package com.liferay.commerce.model
Interface CommerceShippingEngine
public interface CommerceShippingEngine
-
Method Summary
Modifier and TypeMethodDescriptiongetCommerceShippingOptionLabel
(String name, Locale locale) getCommerceShippingOptions
(CommerceContext commerceContext, CommerceOrder commerceOrder, Locale locale) getDescription
(Locale locale) getEnabledCommerceShippingOptions
(CommerceContext commerceContext, CommerceOrder commerceOrder, Locale locale) getKey()
-
Method Details
-
getCommerceShippingOptionLabel
-
getCommerceShippingOptions
List<CommerceShippingOption> getCommerceShippingOptions(CommerceContext commerceContext, CommerceOrder commerceOrder, Locale locale) throws CommerceShippingEngineException - Throws:
CommerceShippingEngineException
-
getDescription
-
getEnabledCommerceShippingOptions
List<CommerceShippingOption> getEnabledCommerceShippingOptions(CommerceContext commerceContext, CommerceOrder commerceOrder, Locale locale) throws CommerceShippingEngineException - Throws:
CommerceShippingEngineException
-
getKey
String getKey() -
getName
-