Interface CommerceOrderPriceCalculation


public interface CommerceOrderPriceCalculation
  • Method Details

    • getCommerceOrderItemPrice

      CommerceOrderItemPrice getCommerceOrderItemPrice(com.liferay.commerce.currency.model.CommerceCurrency commerceCurrency, CommerceOrderItem commerceOrderItem) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderItemPricePerUnit

      CommerceOrderItemPrice getCommerceOrderItemPricePerUnit(com.liferay.commerce.currency.model.CommerceCurrency commerceCurrency, CommerceOrderItem commerceOrderItem) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderPrice

      CommerceOrderPrice getCommerceOrderPrice(CommerceOrder commerceOrder, boolean secure, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderPrice

      CommerceOrderPrice getCommerceOrderPrice(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSubtotal

      com.liferay.commerce.currency.model.CommerceMoney getSubtotal(CommerceOrder commerceOrder, boolean secure, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSubtotal

      com.liferay.commerce.currency.model.CommerceMoney getSubtotal(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTaxValue

      com.liferay.commerce.currency.model.CommerceMoney getTaxValue(CommerceOrder commerceOrder, boolean secure, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTaxValue

      com.liferay.commerce.currency.model.CommerceMoney getTaxValue(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTotal

      com.liferay.commerce.currency.model.CommerceMoney getTotal(CommerceOrder commerceOrder, boolean secure, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTotal

      com.liferay.commerce.currency.model.CommerceMoney getTotal(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException