public class GtfsDaoImpl extends GenericDaoImpl implements GtfsMutableDao
| Constructor and Description |
|---|
GtfsDaoImpl() |
clear, flush, getEntityClasses, open, saveOrUpdateEntity, setGenerateIds, updateEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflush, open, saveOrUpdateEntity, updateEntitypublic boolean isPackStopTimes()
public void setPackStopTimes(boolean packStopTimes)
public boolean isPackShapePoints()
public void setPackShapePoints(boolean packShapePoints)
public Agency getAgencyForId(String id)
GtfsDao InterfacegetAgencyForId in interface GtfsDaopublic Collection<Agency> getAllAgencies()
GtfsDaogetAllAgencies in interface GtfsDaopublic Collection<ServiceCalendarDate> getAllCalendarDates()
GtfsDaoServiceCalendarDate MethodsgetAllCalendarDates in interface GtfsDaopublic Collection<ServiceCalendar> getAllCalendars()
GtfsDaoServiceCalendar MethodsgetAllCalendars in interface GtfsDaopublic Collection<FareAttribute> getAllFareAttributes()
GtfsDaoFareAttribute MethodsgetAllFareAttributes in interface GtfsDaopublic Collection<FareRule> getAllFareRules()
GtfsDaoFareRule MethodsgetAllFareRules in interface GtfsDaopublic Collection<FeedInfo> getAllFeedInfos()
GtfsDaoFeedInfo MethodsgetAllFeedInfos in interface GtfsDaopublic Collection<Frequency> getAllFrequencies()
GtfsDaoFrequency MethodsgetAllFrequencies in interface GtfsDaopublic Collection<Route> getAllRoutes()
GtfsDaoRoute MethodsgetAllRoutes in interface GtfsDaopublic Collection<ShapePoint> getAllShapePoints()
GtfsDaoShapePoint MethodsgetAllShapePoints in interface GtfsDaopublic Collection<StopTime> getAllStopTimes()
GtfsDaoStopTime MethodsgetAllStopTimes in interface GtfsDaopublic Collection<Stop> getAllStops()
GtfsDaoStop MethodsgetAllStops in interface GtfsDaopublic Collection<Transfer> getAllTransfers()
GtfsDaoTransfer MethodsgetAllTransfers in interface GtfsDaopublic Collection<Trip> getAllTrips()
GtfsDaoTrip MethodsgetAllTrips in interface GtfsDaopublic ServiceCalendarDate getCalendarDateForId(int id)
getCalendarDateForId in interface GtfsDaopublic ServiceCalendar getCalendarForId(int id)
getCalendarForId in interface GtfsDaopublic FareAttribute getFareAttributeForId(AgencyAndId id)
getFareAttributeForId in interface GtfsDaopublic FareRule getFareRuleForId(int id)
getFareRuleForId in interface GtfsDaopublic FeedInfo getFeedInfoForId(int id)
getFeedInfoForId in interface GtfsDaopublic Frequency getFrequencyForId(int id)
getFrequencyForId in interface GtfsDaopublic Collection<Pathway> getAllPathways()
GtfsDaoPathway MethodsgetAllPathways in interface GtfsDaopublic Pathway getPathwayForId(AgencyAndId id)
getPathwayForId in interface GtfsDaopublic Route getRouteForId(AgencyAndId id)
getRouteForId in interface GtfsDaopublic ShapePoint getShapePointForId(int id)
getShapePointForId in interface GtfsDaopublic Stop getStopForId(AgencyAndId id)
getStopForId in interface GtfsDaopublic StopTime getStopTimeForId(int id)
getStopTimeForId in interface GtfsDaopublic Transfer getTransferForId(int id)
getTransferForId in interface GtfsDaopublic Trip getTripForId(AgencyAndId id)
getTripForId in interface GtfsDaopublic <K,V> Map<K,V> getEntitiesByIdForEntityType(Class<K> keyType, Class<V> entityType)
GenericMutableDao InterfacegetEntitiesByIdForEntityType in class GenericDaoImplpublic <T> Collection<T> getAllEntitiesForType(Class<T> type)
GenericDaoImplGenericMutableDao InterfacegetAllEntitiesForType in interface GenericDaogetAllEntitiesForType in class GenericDaoImplpublic <T> T getEntityForId(Class<T> type, Serializable id)
getEntityForId in interface GenericDaogetEntityForId in class GenericDaoImplpublic void saveEntity(Object entity)
saveEntity in interface GenericMutableDaosaveEntity in class GenericDaoImplpublic <T> void clearAllEntitiesForType(Class<T> type)
clearAllEntitiesForType in interface GenericMutableDaoclearAllEntitiesForType in class GenericDaoImplpublic <K extends Serializable,T extends IdentityBean<K>> void removeEntity(T entity)
removeEntity in interface GenericMutableDaoremoveEntity in class GenericDaoImplpublic void close()
close in interface GenericMutableDaoclose in class GenericDaoImplCopyright © 2013 OneBusAway. All Rights Reserved.