|
||||||||||
| 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(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. |
| Uses of TemperatureUnit in org.jasig.portlet.weather.dao |
|---|
| Methods in org.jasig.portlet.weather.dao with parameters of type TemperatureUnit | |
|---|---|
Weather |
IWeatherDao.getWeather(java.lang.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(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)
|
| 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(java.lang.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(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)
|
| 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,
java.lang.String locationCode,
java.lang.String location,
TemperatureUnit unit)
|
SavedLocation |
IWeatherService.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)
|
| Constructors in org.jasig.portlet.weather.service with parameters of type TemperatureUnit | |
|---|---|
SavedLocation(java.lang.String code,
java.lang.String name,
TemperatureUnit temperatureUnit)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||