Package | Description |
---|---|
com.ibm.commerce.price.utils |
Provides a cache of currency and quantity tables to be used by any code needing that information.
|
Modifier and Type | Method and Description |
---|---|
FormattedMonetaryAmount[] |
MonetaryAmountDataBean.getFormattedCounterValues()
Get a vector of the formatted counter values
|
FormattedMonetaryAmount |
CurrencyManager.getFormattedMonetaryAmount(MonetaryAmount aMonetaryAmount,
com.ibm.commerce.common.objects.StoreAccessBean aStoreAccessBean,
java.lang.Integer aLanguageId)
Get a formatted monetary amount for display purposes based on the formatting
rules defined in the database.
|
FormattedMonetaryAmount |
CurrencyManager.getFormattedMonetaryAmount(MonetaryAmount aMonetaryAmount,
com.ibm.commerce.common.objects.StoreAccessBean aStoreAccessBean,
java.lang.Integer aLanguageId,
java.lang.String aNumberUsage)
Get a formatted monetary amount for display purposes based on the formatting
rules defined in the database.
|
FormattedMonetaryAmount |
MonetaryAmountDataBean.getPrimaryFormattedPrice()
Get the formatted primary price.
|