@ProviderType
public interface CommercePriceModifierHelper
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
applyCommercePriceModifier(long commercePriceListId,
long cpDefinitionId,
com.liferay.commerce.currency.model.CommerceMoney originalCommerceMoney) |
boolean |
hasCommercePriceModifiers(long commercePriceListId,
long cpDefinitionId) |
java.math.BigDecimal applyCommercePriceModifier(long commercePriceListId,
long cpDefinitionId,
com.liferay.commerce.currency.model.CommerceMoney originalCommerceMoney)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean hasCommercePriceModifiers(long commercePriceListId,
long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException