| Modifier and Type | Method and Description |
|---|---|
static TemperatureUnit |
TemperatureUnit.safeValueOf(java.lang.String s) |
static TemperatureUnit |
TemperatureUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemperatureUnit[] |
TemperatureUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Weather |
IWeatherDao.getWeather(java.lang.String locationCode,
TemperatureUnit unit)
Gets the weather from an implemented source.
|
| Modifier and Type | Method and Description |
|---|---|
protected Weather |
WorldWeatherOnlineDaoImpl.deserializeWeatherResult(java.io.InputStream inputStream,
TemperatureUnit unit) |
protected java.lang.Object |
WorldWeatherOnlineDaoImpl.getAndDeserialize(java.lang.String url,
TemperatureUnit unit) |
Weather |
WorldWeatherOnlineDaoImpl.getWeather(java.lang.String locationCode,
TemperatureUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Weather |
YahooWeatherDaoImpl.getWeather(java.lang.String locationCode,
TemperatureUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
WeatherEditController.addCity(java.lang.String location,
java.lang.String locationCode,
TemperatureUnit unit,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
void |
WeatherEditController.updateCityUnits(java.lang.String locationCode,
TemperatureUnit unit,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
| Modifier and Type | Field and Description |
|---|---|
TemperatureUnit |
SavedLocation.temperatureUnit |
| Modifier and Type | Method and Description |
|---|---|
TemperatureUnit |
SavedLocation.getTemperatureUnit() |
| Modifier and Type | Method and Description |
|---|---|
SavedLocation |
IWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs,
java.lang.String locationCode,
java.lang.String location,
TemperatureUnit unit)
Adds a weather location.
|
SavedLocation |
AbstractWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs,
java.lang.String locationCode,
java.lang.String location,
TemperatureUnit unit) |
Weather |
WeatherServiceImpl.getWeather(java.lang.String locationCode,
TemperatureUnit unit) |
Weather |
IWeatherService.getWeather(java.lang.String locationCode,
TemperatureUnit unit) |
| Constructor and Description |
|---|
SavedLocation(java.lang.String code,
java.lang.String name,
TemperatureUnit temperatureUnit) |
Copyright © 2018 Jasig. All Rights Reserved.