public interface CommerceTaxCalculation
Modifier and Type | Method and Description |
---|---|
java.util.List<CommerceTaxValue> |
getCommerceTaxValues(CommerceOrder commerceOrder) |
java.util.List<CommerceTaxValue> |
getCommerceTaxValues(CommerceOrder commerceOrder,
CommerceContext commerceContext)
Deprecated.
As of Mueller (7.2.x)
|
java.util.List<CommerceTaxValue> |
getCommerceTaxValues(long groupId,
long cpInstanceId,
long commerceBillingAddressId,
long commerceShippingAddressId,
java.math.BigDecimal amount,
boolean includeTax) |
java.util.List<CommerceTaxValue> |
getCommerceTaxValues(long groupId,
long cpInstanceId,
long commerceBillingAddressId,
long commerceShippingAddressId,
java.math.BigDecimal amount,
CommerceContext commerceContext)
Deprecated.
As of Mueller (7.2.x)
|
com.liferay.commerce.currency.model.CommerceMoney |
getShippingTaxValue(CommerceOrder commerceOrder,
com.liferay.commerce.currency.model.CommerceCurrency commerceCurrency) |
com.liferay.commerce.currency.model.CommerceMoney |
getTaxAmount(CommerceOrder commerceOrder,
CommerceContext commerceContext)
Deprecated.
As of Mueller (7.2.x)
|
com.liferay.commerce.currency.model.CommerceMoney |
getTaxAmount(CommerceOrder commerceOrder,
com.liferay.commerce.currency.model.CommerceCurrency commerceCurrency) |
java.util.List<CommerceTaxValue> getCommerceTaxValues(CommerceOrder commerceOrder) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Deprecated java.util.List<CommerceTaxValue> getCommerceTaxValues(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<CommerceTaxValue> getCommerceTaxValues(long groupId, long cpInstanceId, long commerceBillingAddressId, long commerceShippingAddressId, java.math.BigDecimal amount, boolean includeTax) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Deprecated java.util.List<CommerceTaxValue> getCommerceTaxValues(long groupId, long cpInstanceId, long commerceBillingAddressId, long commerceShippingAddressId, java.math.BigDecimal amount, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getShippingTaxValue(CommerceOrder commerceOrder, com.liferay.commerce.currency.model.CommerceCurrency commerceCurrency) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Deprecated com.liferay.commerce.currency.model.CommerceMoney getTaxAmount(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getTaxAmount(CommerceOrder commerceOrder, com.liferay.commerce.currency.model.CommerceCurrency commerceCurrency) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException