Uses of Class
org.onebusaway.gtfs.model.IdentityBean

Packages that use IdentityBean
org.onebusaway.gtfs.impl   
org.onebusaway.gtfs.model   
org.onebusaway.gtfs.services   
 

Uses of IdentityBean in org.onebusaway.gtfs.impl
 

Methods in org.onebusaway.gtfs.impl with type parameters of type IdentityBean
<K extends java.io.Serializable,T extends IdentityBean<K>>
void
GenericDaoImpl.removeEntity(T entity)
           
 

Uses of IdentityBean in org.onebusaway.gtfs.model
 

Subclasses of IdentityBean in org.onebusaway.gtfs.model
 class Agency
           
 class FareAttribute
           
 class FareRule
           
 class Frequency
           
 class Pathway
           
 class Route
           
 class ServiceCalendar
          Note that I decided to call this class ServiceCalendar instead of Calendar, so as to avoid confusion with java.util.Calendar
 class ServiceCalendarDate
           
 class ShapePoint
           
 class Stop
           
 class StopTime
           
 class Transfer
           
 class Trip
           
 

Uses of IdentityBean in org.onebusaway.gtfs.services
 

Methods in org.onebusaway.gtfs.services with type parameters of type IdentityBean
<K extends java.io.Serializable,T extends IdentityBean<K>>
void
GenericMutableDao.removeEntity(T entity)
           
 



Copyright © 2010 OneBusAway. All Rights Reserved.