Package com.liferay.commerce.price
Interface CommercePriceCalculationRegistry
public interface CommercePriceCalculationRegistry
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCommerceOrderPriceCalculation
-
getCommerceOrderPriceCalculations
Map<String,CommerceOrderPriceCalculation> getCommerceOrderPriceCalculations() -
getCommerceProductPriceCalculation
-
getCommerceProductPriceCalculations
Map<String,CommerceProductPriceCalculation> getCommerceProductPriceCalculations()
-