Package com.liferay.commerce.price
Interface CommerceOrderPriceCalculation
public interface CommerceOrderPriceCalculation
-
Method Summary
Modifier and TypeMethodDescriptiongetCommerceOrderItemPrice
(com.liferay.commerce.currency.model.CommerceCurrency commerceCurrency, CommerceOrderItem commerceOrderItem) getCommerceOrderItemPricePerUnit
(com.liferay.commerce.currency.model.CommerceCurrency commerceCurrency, CommerceOrderItem commerceOrderItem) getCommerceOrderPrice
(CommerceOrder commerceOrder, boolean secure, CommerceContext commerceContext) getCommerceOrderPrice
(CommerceOrder commerceOrder, CommerceContext commerceContext) com.liferay.commerce.currency.model.CommerceMoney
getSubtotal
(CommerceOrder commerceOrder, boolean secure, CommerceContext commerceContext) com.liferay.commerce.currency.model.CommerceMoney
getSubtotal
(CommerceOrder commerceOrder, CommerceContext commerceContext) com.liferay.commerce.currency.model.CommerceMoney
getTaxValue
(CommerceOrder commerceOrder, boolean secure, CommerceContext commerceContext) com.liferay.commerce.currency.model.CommerceMoney
getTaxValue
(CommerceOrder commerceOrder, CommerceContext commerceContext) com.liferay.commerce.currency.model.CommerceMoney
getTotal
(CommerceOrder commerceOrder, boolean secure, CommerceContext commerceContext) com.liferay.commerce.currency.model.CommerceMoney
getTotal
(CommerceOrder commerceOrder, CommerceContext commerceContext)
-
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
-