public class BusDaoUMImpl extends Object implements BusDao, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
BusDaoUMImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
Bus |
getBus(long id) |
List<Bus> |
getBuses() |
String |
getBusLocationUrl() |
String |
getBusRoutePathUrl() |
List<BusRoute> |
getBusRoutes() |
String |
getBusRouteUrl() |
BusStopNameUtil |
getBusStopNameMapper() |
List<BusStop> |
getBusStops() |
String |
getBusStopUrl() |
void |
loadBusLocations() |
void |
loadRoutes() |
void |
loadStops() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBuses(List<Bus> buses) |
void |
setBusLocationUrl(String busLocationUrl) |
void |
setBusRoutePathUrl(String busRoutePathUrl) |
void |
setBusRoutes(List<BusRoute> busRoutes) |
void |
setBusRouteUrl(String busRouteUrl) |
void |
setBusStopNameMapper(BusStopNameUtil busStopNameMapper) |
void |
setBusStops(List<BusStop> busStops) |
void |
setBusStopUrl(String busStopUrl) |
public static org.apache.log4j.Logger LOG
public BusDaoUMImpl()
public void loadRoutes()
loadRoutes
in interface BusDao
public void loadBusLocations()
loadBusLocations
in interface BusDao
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
applicationContext
- the applicationContext to setpublic List<BusStop> getBusStops()
getBusStops
in interface BusDao
public void setBusStops(List<BusStop> busStops)
busStops
- the busStops to setpublic List<BusRoute> getBusRoutes()
getBusRoutes
in interface BusDao
public void setBusRoutes(List<BusRoute> busRoutes)
busRoutes
- the busRoutes to setpublic String getBusStopUrl()
public void setBusStopUrl(String busStopUrl)
busStopUrl
- the busStopUrl to setpublic String getBusRouteUrl()
public void setBusRouteUrl(String busRouteUrl)
busRouteUrl
- the busRouteUrl to setpublic String getBusLocationUrl()
public void setBusLocationUrl(String busLocationUrl)
busLocationUrl
- the busLocationUrl to setpublic BusStopNameUtil getBusStopNameMapper()
public void setBusStopNameMapper(BusStopNameUtil busStopNameMapper)
busStopNameMapper
- the busStopNameMapper to setpublic String getBusRoutePathUrl()
public void setBusRoutePathUrl(String busRoutePathUrl)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.