Uses of Class
com.ltu.smd116.containers.WeatherContainer

Packages that use WeatherContainer
com.ltu.smd116.beans 
com.ltu.smd116.bl.weather 
com.ltu.smd116.dbp 

Uses of WeatherContainer in com.ltu.smd116.beans
 

Methods in com.ltu.smd116.beans that return WeatherContainer
WeatherContainerWeatherBean.getWeather(java.sql.Date date)
          gets the WeatherContainer thats already been set.
 

Methods in com.ltu.smd116.beans with parameters of type WeatherContainer
voidWeatherBean.setWeather(WeatherContainer w)
          set a new weatherContainer.
 

Uses of WeatherContainer in com.ltu.smd116.bl.weather
 

Methods in com.ltu.smd116.bl.weather that return WeatherContainer
WeatherContainerBLWeather.getWeather(Date d)
          
 

Methods in com.ltu.smd116.bl.weather with parameters of type WeatherContainer
voidBLWeather.addWeather(WeatherContainer wp)
          
voidBLWeather.removeWeather(WeatherContainer wp)
          
 

Uses of WeatherContainer in com.ltu.smd116.dbp
 

Methods in com.ltu.smd116.dbp that return WeatherContainer
private WeatherContainerDBWeather.buildWeather(java.sql.ResultSet rs)
          
WeatherContainerDBWeather.getWeather(java.sql.Date date)
          Get a weather.
 

Methods in com.ltu.smd116.dbp with parameters of type WeatherContainer
voidDBWeather.addWeather(WeatherContainer wp)
          Add a new Weather.
voidDBWeather.removeWeather(WeatherContainer wp)
          Remove a Weather.
voidDBWeather.updateWeather(WeatherContainer wp)
          Modify a Weather.