|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceDate | |
|---|---|
| org.onebusaway.gtfs.impl.calendar | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.model.calendar | |
| org.onebusaway.gtfs.services.calendar | |
| Uses of ServiceDate in org.onebusaway.gtfs.impl.calendar |
|---|
| Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type ServiceDate | |
|---|---|
Set<ServiceDate> |
CalendarServiceImpl.getServiceDatesForServiceId(AgencyAndId serviceId)
|
| Methods in org.onebusaway.gtfs.impl.calendar with parameters of type ServiceDate | |
|---|---|
Set<AgencyAndId> |
CalendarServiceImpl.getServiceIdsOnDate(ServiceDate date)
|
| Uses of ServiceDate in org.onebusaway.gtfs.model |
|---|
| Methods in org.onebusaway.gtfs.model that return ServiceDate | |
|---|---|
ServiceDate |
ServiceCalendarDate.getDate()
|
ServiceDate |
ServiceCalendar.getEndDate()
|
ServiceDate |
ServiceCalendar.getStartDate()
|
| Methods in org.onebusaway.gtfs.model with parameters of type ServiceDate | |
|---|---|
void |
ServiceCalendarDate.setDate(ServiceDate date)
|
void |
ServiceCalendar.setEndDate(ServiceDate endDate)
|
void |
ServiceCalendar.setStartDate(ServiceDate startDate)
|
| Uses of ServiceDate in org.onebusaway.gtfs.model.calendar |
|---|
| Methods in org.onebusaway.gtfs.model.calendar that return ServiceDate | |
|---|---|
static ServiceDate |
ServiceDate.parseString(String value)
Parse a service date from a string in "YYYYMMDD" format. |
| Methods in org.onebusaway.gtfs.model.calendar that return types with arguments of type ServiceDate | |
|---|---|
List<ServiceDate> |
CalendarServiceData.getServiceDatesForServiceId(AgencyAndId serviceId)
|
| Methods in org.onebusaway.gtfs.model.calendar with parameters of type ServiceDate | |
|---|---|
int |
ServiceDate.compareTo(ServiceDate o)
|
Set<AgencyAndId> |
CalendarServiceData.getServiceIdsForDate(ServiceDate date)
|
| Method parameters in org.onebusaway.gtfs.model.calendar with type arguments of type ServiceDate | |
|---|---|
void |
CalendarServiceData.putServiceDatesForServiceId(AgencyAndId serviceId,
List<ServiceDate> serviceDates)
|
| Constructors in org.onebusaway.gtfs.model.calendar with parameters of type ServiceDate | |
|---|---|
ServiceDate(ServiceDate o)
|
|
| Uses of ServiceDate in org.onebusaway.gtfs.services.calendar |
|---|
| Methods in org.onebusaway.gtfs.services.calendar that return types with arguments of type ServiceDate | |
|---|---|
Set<ServiceDate> |
CalendarService.getServiceDatesForServiceId(AgencyAndId serviceId)
|
| Methods in org.onebusaway.gtfs.services.calendar with parameters of type ServiceDate | |
|---|---|
Set<AgencyAndId> |
CalendarService.getServiceIdsOnDate(ServiceDate date)
Determine the set of service ids that are active on the specified service date. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||