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)
|
CommerceMoney |
getShippingTaxValue(CommerceOrder commerceOrder,
CommerceCurrency commerceCurrency) |
CommerceMoney |
getTaxAmount(CommerceOrder commerceOrder,
CommerceContext commerceContext)
Deprecated.
As of Mueller (7.2.x)
|
CommerceMoney |
getTaxAmount(CommerceOrder commerceOrder,
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
CommerceMoney getShippingTaxValue(CommerceOrder commerceOrder, CommerceCurrency commerceCurrency) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Deprecated CommerceMoney getTaxAmount(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CommerceMoney getTaxAmount(CommerceOrder commerceOrder, CommerceCurrency commerceCurrency) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException