Interface CommerceMoney
@ProviderType
public interface CommerceMoney
-
Method Details
-
format
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
format
default String format(Locale locale, BigDecimal pricingQuantity, String unitOfMeasureName) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceCurrency
CommerceCurrency getCommerceCurrency() -
getPrice
BigDecimal getPrice() -
isEmpty
boolean isEmpty() -
isPriceOnApplication
boolean isPriceOnApplication()
-