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 BusDaopublic void loadRoutes()
loadRoutes in interface BusDaopublic void loadBusLocations()
loadBusLocations in interface BusDaopublic List<BusAlert> getBusAlerts()
getBusAlerts in interface BusDaopublic org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareapplicationContext - the applicationContext to setpublic List<BusStop> getBusStops()
getBusStops in interface BusDaopublic void setBusStops(List<BusStop> busStops)
busStops - the busStops to setpublic List<BusRoute> getBusRoutes()
getBusRoutes in interface BusDaopublic 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.