@Repository public class BusDaoImpl extends Object implements BusDao
| Constructor and Description |
|---|
BusDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<BusAlert> |
getBusAlerts() |
List<Bus> |
getBuses() |
List<BusRoute> |
getBusRoutes() |
List<BusStop> |
getBusStops() |
javax.persistence.EntityManager |
getEntityManager() |
void |
loadAlerts() |
void |
loadBusLocations() |
void |
loadRoutes() |
void |
loadStops() |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public BusDaoImpl()
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
public List<BusRoute> getBusRoutes()
getBusRoutes in interface BusDaopublic List<BusStop> getBusStops()
getBusStops in interface BusDaopublic void loadRoutes()
loadRoutes in interface BusDaopublic void loadBusLocations()
loadBusLocations in interface BusDaopublic List<BusAlert> getBusAlerts()
getBusAlerts in interface BusDaopublic void loadAlerts()
loadAlerts in interface BusDaoCopyright © 2011-2014 The Kuali Foundation. All Rights Reserved.