Removed
Methods
|
BigDecimal
getCustomizedRoundingMultipleBD
(StoreAccessBean,
String) |
Insert the method's description here. |
Double
getCustomizedRoundingMultipleD
(StoreAccessBean,
String) |
Insert the method's description here. |
String
getCustomizedString
(StoreAccessBean,
String, Integer)
|
Get the customized string from the format table. |
String
getDescription
(StoreAccessBean,
String, Integer)
|
Get the description of the specified units. |
FormattedUnitAmount
getFormattedUnitAmount
(UnitAmount,
StoreAccessBean, Integer)
|
Get a formatted unit amount for display purposes based on the
formatting rules defined in the database. |
BigDecimal
getRoundingMultipleBD
(StoreAccessBean,
String) |
Insert the method's description here. |
Double
getRoundingMultipleD
(StoreAccessBean,
String) |
Insert the method's description here. |
String
getSymbol
(StoreAccessBean,
String, Integer)
|
Get the symbol information from the format table. |
void
round
(UnitAmount,
StoreAccessBean) |
Round the unit amount to the appropriate number of decimal
places. |
void
roundCustomized
(UnitAmount,
StoreAccessBean) |
Perform customized rounding to the correct number of decimal
places. |