Uses of Class
org.broadleafcommerce.common.money.Money

Packages that use Money
org.broadleafcommerce.common.money   
 

Uses of Money in org.broadleafcommerce.common.money
 

Subclasses of Money in org.broadleafcommerce.common.money
 class NonModifiableMoney
          Immutable class for easy money comparisons.
 

Fields in org.broadleafcommerce.common.money declared as Money
static Money Money.ZERO
           
 

Methods in org.broadleafcommerce.common.money that return Money
 Money Money.abs()
           
static Money Money.abs(Money money)
           
 Money Money.add(Money other)
           
 Money NonModifiableMoney.add(Money other)
           
 Money CurrencyConversionService.convertCurrency(Money source, Currency destinationCurrency, int destinationScale)
          Converts the given Money into the destination.
 Money Money.divide(BigDecimal divisor)
           
 Money NonModifiableMoney.divide(BigDecimal divisor)
           
 Money Money.divide(double amount)
           
 Money NonModifiableMoney.divide(double amount)
           
 Money Money.divide(int amount)
           
 Money NonModifiableMoney.divide(int amount)
           
 Money Money.max(Money other)
           
static Money Money.max(Money left, Money right)
           
 Money Money.min(Money other)
           
static Money Money.min(Money left, Money right)
           
 Money Money.multiply(BigDecimal multiplier)
           
 Money NonModifiableMoney.multiply(BigDecimal multiplier)
           
 Money Money.multiply(double amount)
           
 Money NonModifiableMoney.multiply(double amount)
           
 Money Money.multiply(int amount)
           
 Money NonModifiableMoney.multiply(int amount)
           
 Money Money.negate()
           
 Money Money.subtract(Money other)
           
 Money NonModifiableMoney.subtract(Money other)
           
 Money Money.zero()
           
static Money Money.zero(Currency currency)
           
static Money Money.zero(String currencyCode)
           
 

Methods in org.broadleafcommerce.common.money with parameters of type Money
static Money Money.abs(Money money)
           
 Money Money.add(Money other)
           
 Money NonModifiableMoney.add(Money other)
           
 int Money.compareTo(Money other)
           
 Money CurrencyConversionService.convertCurrency(Money source, Currency destinationCurrency, int destinationScale)
          Converts the given Money into the destination.
 boolean Money.greaterThan(Money other)
           
 boolean Money.greaterThanOrEqual(Money other)
           
 boolean Money.lessThan(Money other)
           
 boolean Money.lessThanOrEqual(Money other)
           
 Money Money.max(Money other)
           
static Money Money.max(Money left, Money right)
           
 Money Money.min(Money other)
           
static Money Money.min(Money left, Money right)
           
 Money Money.subtract(Money other)
           
 Money NonModifiableMoney.subtract(Money other)
           
static BigDecimal Money.toAmount(Money money)
           
static Currency Money.toCurrency(Money money)
           
 



Copyright © 2012. All Rights Reserved.