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() |
public static org.apache.log4j.Logger LOG
public BusDaoUMImpl()
public void loadAlerts()
loadAlerts
in interface BusDao
public void loadRoutes()
loadRoutes
in interface BusDao
public void loadBusLocations()
loadBusLocations
in interface BusDao
public List<BusAlert> getBusAlerts()
getBusAlerts
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)
public String getBusAlertUrl()
public void setBusAlertUrl(String busAlertUrl)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.