| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryVO> |
listCountries()
Returns a list of country codes with their respective names
|
java.util.List<TimeZoneVO> |
listTimeZones()
Returns a list with all time zones
|
java.util.List<TimeZoneVO> |
listTimeZonesByCountry(java.lang.String countryCode)
Returns a list of which time zones are available for a given country
|
java.util.List<CountryVO> listCountries() throws FrameworkException
FrameworkExceptionjava.util.List<TimeZoneVO> listTimeZones() throws FrameworkException
FrameworkExceptionjava.util.List<TimeZoneVO> listTimeZonesByCountry(java.lang.String countryCode) throws FrameworkException
FrameworkException