@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 BusDao
public List<BusStop> getBusStops()
getBusStops
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 void loadAlerts()
loadAlerts
in interface BusDao
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.