| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
WeatherContainer | WeatherBean.getWeather(java.sql.Date date)gets the WeatherContainer thats already been set. |
| Methods in com.ltu.smd116.beans with parameters of type WeatherContainer | |
void | WeatherBean.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 | |
WeatherContainer | BLWeather.getWeather(Date d) |
| Methods in com.ltu.smd116.bl.weather with parameters of type WeatherContainer | |
void | BLWeather.addWeather(WeatherContainer wp) |
void | BLWeather.removeWeather(WeatherContainer wp) |
| Uses of WeatherContainer in com.ltu.smd116.dbp |
| Methods in com.ltu.smd116.dbp that return WeatherContainer | |
private WeatherContainer | DBWeather.buildWeather(java.sql.ResultSet rs) |
WeatherContainer | DBWeather.getWeather(java.sql.Date date)Get a weather. |
| Methods in com.ltu.smd116.dbp with parameters of type WeatherContainer | |
void | DBWeather.addWeather(WeatherContainer wp)Add a new Weather. |
void | DBWeather.removeWeather(WeatherContainer wp)Remove a Weather. |
void | DBWeather.updateWeather(WeatherContainer wp)Modify a Weather. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||