|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TemperatureUnit in org.jasig.portlet.weather |
|---|
| Methods in org.jasig.portlet.weather that return TemperatureUnit | |
|---|---|
static TemperatureUnit |
TemperatureUnit.safeValueOf(String s)
|
static TemperatureUnit |
TemperatureUnit.valueOf(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. |
| Uses of TemperatureUnit in org.jasig.portlet.weather.dao |
|---|
| Methods in org.jasig.portlet.weather.dao with parameters of type TemperatureUnit | |
|---|---|
Weather |
IWeatherDao.getWeather(String locationCode,
TemperatureUnit unit)
Gets the weather from an implemented source. |
| Uses of TemperatureUnit in org.jasig.portlet.weather.dao.worldwide |
|---|
| Methods in org.jasig.portlet.weather.dao.worldwide with parameters of type TemperatureUnit | |
|---|---|
protected Weather |
WorldWeatherOnlineDaoImpl.deserializeWeatherResult(InputStream inputStream,
TemperatureUnit unit)
|
protected Object |
WorldWeatherOnlineDaoImpl.getAndDeserialize(String url,
TemperatureUnit unit)
|
Weather |
WorldWeatherOnlineDaoImpl.getWeather(String locationCode,
TemperatureUnit unit)
|
| Uses of TemperatureUnit in org.jasig.portlet.weather.dao.yahoo |
|---|
| Methods in org.jasig.portlet.weather.dao.yahoo with parameters of type TemperatureUnit | |
|---|---|
Weather |
YahooWeatherDaoImpl.getWeather(String locationCode,
TemperatureUnit unit)
|
| Uses of TemperatureUnit in org.jasig.portlet.weather.portlet |
|---|
| Methods in org.jasig.portlet.weather.portlet with parameters of type TemperatureUnit | |
|---|---|
void |
WeatherEditController.addCity(String location,
String locationCode,
TemperatureUnit unit,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
void |
WeatherEditController.updateCityUnits(String locationCode,
TemperatureUnit unit,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
| Uses of TemperatureUnit in org.jasig.portlet.weather.service |
|---|
| Fields in org.jasig.portlet.weather.service declared as TemperatureUnit | |
|---|---|
TemperatureUnit |
SavedLocation.temperatureUnit
|
| Methods in org.jasig.portlet.weather.service that return TemperatureUnit | |
|---|---|
TemperatureUnit |
SavedLocation.getTemperatureUnit()
|
| Methods in org.jasig.portlet.weather.service with parameters of type TemperatureUnit | |
|---|---|
SavedLocation |
AbstractWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode,
String location,
TemperatureUnit unit)
|
SavedLocation |
IWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode,
String location,
TemperatureUnit unit)
|
Weather |
WeatherServiceImpl.getWeather(String locationCode,
TemperatureUnit unit)
|
Weather |
IWeatherService.getWeather(String locationCode,
TemperatureUnit unit)
|
| Constructors in org.jasig.portlet.weather.service with parameters of type TemperatureUnit | |
|---|---|
SavedLocation(String code,
String name,
TemperatureUnit temperatureUnit)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||