org.broadleafcommerce.common.currency.util
Class BroadleafCurrencyUtils

java.lang.Object
  extended by org.broadleafcommerce.common.currency.util.BroadleafCurrencyUtils

public class BroadleafCurrencyUtils
extends Object

Utility methods for common currency operations

Author:
Phillip Verheyden
See Also:
BroadleafCurrency}

Constructor Summary
BroadleafCurrencyUtils()
           
 
Method Summary
static Money getMoney(BigDecimal amount, BroadleafCurrency currency)
           
static Money getMoney(BroadleafCurrency currency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadleafCurrencyUtils

public BroadleafCurrencyUtils()
Method Detail

getMoney

public static Money getMoney(BigDecimal amount,
                             BroadleafCurrency currency)

getMoney

public static Money getMoney(BroadleafCurrency currency)


Copyright © 2013. All Rights Reserved.