Interface CommercePriceModifierHelper
@ProviderType
public interface CommercePriceModifierHelper
-
Method Summary
Modifier and TypeMethodDescriptionapplyCommercePriceModifier
(long commercePriceListId, long cpDefinitionId, com.liferay.commerce.currency.model.CommerceMoney originalCommerceMoney) boolean
hasCommercePriceModifiers
(long commercePriceListId, long cpDefinitionId)
-
Method Details
-
applyCommercePriceModifier
BigDecimal applyCommercePriceModifier(long commercePriceListId, long cpDefinitionId, com.liferay.commerce.currency.model.CommerceMoney originalCommerceMoney) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
hasCommercePriceModifiers
boolean hasCommercePriceModifiers(long commercePriceListId, long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-