| Modifier and Type | Method and Description |
|---|---|
List<AgencyAndId> |
GtfsRelationalDaoImpl.getAllServiceIds() |
List<AgencyAndId> |
GtfsRelationalDaoImpl.getAllShapeIds() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceCalendarDate> |
GtfsRelationalDaoImpl.getCalendarDatesForServiceId(AgencyAndId serviceId) |
ServiceCalendar |
GtfsRelationalDaoImpl.getCalendarForServiceId(AgencyAndId serviceId) |
FareAttribute |
GtfsDaoImpl.getFareAttributeForId(AgencyAndId id) |
Pathway |
GtfsDaoImpl.getPathwayForId(AgencyAndId id) |
Route |
GtfsDaoImpl.getRouteForId(AgencyAndId id) |
List<ShapePoint> |
GtfsRelationalDaoImpl.getShapePointsForShapeId(AgencyAndId shapeId) |
Stop |
GtfsDaoImpl.getStopForId(AgencyAndId id) |
List<String> |
GtfsRelationalDaoImpl.getTripAgencyIdsReferencingServiceId(AgencyAndId serviceId) |
Trip |
GtfsDaoImpl.getTripForId(AgencyAndId id) |
List<Trip> |
GtfsRelationalDaoImpl.getTripsForBlockId(AgencyAndId blockId) |
List<Trip> |
GtfsRelationalDaoImpl.getTripsForServiceId(AgencyAndId serviceId) |
List<Trip> |
GtfsRelationalDaoImpl.getTripsForShapeId(AgencyAndId shapeId) |
| Constructor and Description |
|---|
MultipleCalendarsForServiceIdException(AgencyAndId serviceId) |
| Modifier and Type | Method and Description |
|---|---|
Set<AgencyAndId> |
CalendarServiceImpl.getServiceIds()
CalendarService Interface |
Set<AgencyAndId> |
CalendarServiceImpl.getServiceIdsOnDate(ServiceDate date) |
| Modifier and Type | Method and Description |
|---|---|
LocalizedServiceId |
CalendarServiceImpl.getLocalizedServiceIdForAgencyAndServiceId(String agencyId,
AgencyAndId serviceId) |
Set<ServiceDate> |
CalendarServiceImpl.getServiceDatesForServiceId(AgencyAndId serviceId) |
Set<ServiceDate> |
CalendarServiceDataFactoryImpl.getServiceDatesForServiceId(AgencyAndId serviceId,
TimeZone serviceIdTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
static AgencyAndId |
AgencyAndId.convertFromString(String value)
Given an id of the form "agencyId_entityId", parses into a
AgencyAndId id object. |
static AgencyAndId |
AgencyAndId.convertFromString(String value,
char separator)
Given an id of the form "agencyId_entityId", parses into a
AgencyAndId id object. |
AgencyAndId |
Route.getId() |
AgencyAndId |
FareAttribute.getId() |
AgencyAndId |
Pathway.getId() |
AgencyAndId |
Trip.getId() |
AgencyAndId |
Stop.getId() |
AgencyAndId |
AgencyAndIdInstance.getId() |
AgencyAndId |
ServiceCalendarDate.getServiceId() |
AgencyAndId |
Trip.getServiceId() |
AgencyAndId |
ServiceCalendar.getServiceId() |
AgencyAndId |
Trip.getShapeId() |
AgencyAndId |
ShapePointProxy.getShapeId() |
AgencyAndId |
ShapePoint.getShapeId() |
| Modifier and Type | Method and Description |
|---|---|
int |
AgencyAndId.compareTo(AgencyAndId o) |
static String |
AgencyAndId.convertToString(AgencyAndId aid)
Given an
AgencyAndId object, creates a string representation of the
form "agencyId_entityId" |
void |
Route.setId(AgencyAndId id) |
void |
FareAttribute.setId(AgencyAndId id) |
void |
Pathway.setId(AgencyAndId id) |
void |
Trip.setId(AgencyAndId id) |
void |
Stop.setId(AgencyAndId id) |
void |
ServiceCalendarDate.setServiceId(AgencyAndId serviceId) |
void |
Trip.setServiceId(AgencyAndId serviceId) |
void |
ServiceCalendar.setServiceId(AgencyAndId serviceId) |
void |
Trip.setShapeId(AgencyAndId shapeId) |
void |
ShapePointProxy.setShapeId(AgencyAndId shapeId) |
void |
ShapePoint.setShapeId(AgencyAndId shapeId) |
| Constructor and Description |
|---|
AgencyAndIdInstance(AgencyAndId id,
long serviceDate) |
| Modifier and Type | Method and Description |
|---|---|
AgencyAndId |
LocalizedServiceId.getId() |
| Modifier and Type | Method and Description |
|---|---|
Set<AgencyAndId> |
CalendarServiceData.getServiceIds() |
Set<AgencyAndId> |
CalendarServiceData.getServiceIdsForDate(ServiceDate date) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDate> |
CalendarServiceData.getServiceDatesForServiceId(AgencyAndId serviceId) |
void |
CalendarServiceData.putServiceDatesForServiceId(AgencyAndId serviceId,
List<ServiceDate> serviceDates) |
| Constructor and Description |
|---|
LocalizedServiceId(AgencyAndId serviceId,
TimeZone timeZone) |
| Constructor and Description |
|---|
RouteNameException(AgencyAndId routeId) |
| Modifier and Type | Method and Description |
|---|---|
AgencyAndId |
MockGtfs.id(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AgencyAndId> |
GtfsRelationalDao.getAllServiceIds()
ServiceCalendar Methods |
List<AgencyAndId> |
GtfsRelationalDao.getAllShapeIds()
ShapePoint Methods |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceCalendarDate> |
GtfsRelationalDao.getCalendarDatesForServiceId(AgencyAndId serviceId)
ServiceCalendarDate Methods |
ServiceCalendar |
GtfsRelationalDao.getCalendarForServiceId(AgencyAndId serviceId) |
FareAttribute |
GtfsDao.getFareAttributeForId(AgencyAndId id) |
Pathway |
GtfsDao.getPathwayForId(AgencyAndId id) |
Route |
GtfsDao.getRouteForId(AgencyAndId id) |
List<ShapePoint> |
GtfsRelationalDao.getShapePointsForShapeId(AgencyAndId shapeId) |
Stop |
GtfsDao.getStopForId(AgencyAndId id) |
List<String> |
GtfsRelationalDao.getTripAgencyIdsReferencingServiceId(AgencyAndId serviceId)
ServiceId Methods
|
Trip |
GtfsDao.getTripForId(AgencyAndId id) |
List<Trip> |
GtfsRelationalDao.getTripsForBlockId(AgencyAndId blockId) |
List<Trip> |
GtfsRelationalDao.getTripsForServiceId(AgencyAndId serviceId) |
List<Trip> |
GtfsRelationalDao.getTripsForShapeId(AgencyAndId shapeId) |
| Modifier and Type | Method and Description |
|---|---|
Set<AgencyAndId> |
CalendarService.getServiceIds() |
Set<AgencyAndId> |
CalendarService.getServiceIdsOnDate(ServiceDate date)
Determine the set of service ids that are active on the specified service
date.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedServiceId |
CalendarService.getLocalizedServiceIdForAgencyAndServiceId(String agencyId,
AgencyAndId serviceId)
Given an agency id and a service id, we return a
LocalizedServiceId
which is just a service id with timezone information attached. |
Set<ServiceDate> |
CalendarService.getServiceDatesForServiceId(AgencyAndId serviceId) |
Copyright © 2015 OneBusAway. All Rights Reserved.