Interface CommerceShippingHelper


@ProviderType public interface CommerceShippingHelper
  • Method Details

    • getDimensions

      Dimensions getDimensions(CommerceOrderItem commerceOrderItem)
    • getDimensions

      Dimensions getDimensions(com.liferay.commerce.product.model.CPInstance cpInstance)
    • getDimensions

      Dimensions getDimensions(List<CommerceOrderItem> commerceOrderItems) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWeight

      double getWeight(CommerceOrderItem commerceOrderItem)
    • getWeight

      double getWeight(com.liferay.commerce.product.model.CPInstance cpInstance)
    • getWeight

      double getWeight(List<CommerceOrderItem> commerceOrderItems) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isFreeShipping

      boolean isFreeShipping(CommerceOrder commerceOrder) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isShippable

      boolean isShippable(CommerceOrder commerceOrder) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException