All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static String |
createAuditTrial(String userID,
String stationNo,
String trnID) |
static String |
createAuditTrial(SystemJob currentSystemJob,
String trnID) |
static boolean |
doHaveStateCode(String CountryCode) |
static String |
generateMaskFileName(String origNAme) |
static String |
getCountryByStateCode(String code) |
static String |
getCountryCode(String code) |
static double |
getISOAmount(String amount,
int CurrencyExp) |
static double |
getISOAmount(String amount,
String CurrCode) |
static String |
getISOAmountText(String amount,
int CurrencyExp) |
static String |
getISOAmountText(String amount,
int CurrencyExp,
boolean withTrailingZeros) |
static String |
getISOAmountText(String amount,
String CurrCode) |
static String |
getISOAmountText(String amount,
String CurrCode,
boolean withTrailingZeros) |
static String |
getValidValueRange(String value,
int from,
int to) |
static boolean |
validateAddress(String countryCode,
String cityName,
String stateCode,
String postalCode)
This method will validate the given address and will return the result,
the validation contains whether the given country code exists and if so,
whether the given state exists.
|
static String |
validateCityName(String cityOriginalName) |
static boolean |
validateCountryState(String country,
String state) |