Class CalendarServiceData
java.lang.Object
org.onebusaway.gtfs.model.calendar.CalendarServiceData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDatesForLocalizedServiceId(LocalizedServiceId serviceId) getServiceDatesForServiceId(AgencyAndId serviceId) getTimeZoneForAgencyId(String agencyId) voidvoidputDatesForLocalizedServiceId(LocalizedServiceId serviceId, List<Date> dates) voidputServiceDatesForServiceId(AgencyAndId serviceId, List<ServiceDate> serviceDates) voidputTimeZoneForAgencyId(String agencyId, TimeZone timeZone)
-
Constructor Details
-
CalendarServiceData
public CalendarServiceData()
-
-
Method Details
-
getTimeZoneForAgencyId
- Parameters:
agencyId-- Returns:
- the time zone for the specified agencyId, or null if the agency was not found
-
putTimeZoneForAgencyId
-
getServiceIds
-
getLocalizedServiceIds
-
getServiceDatesForServiceId
-
getServiceIdsForDate
-
putServiceDatesForServiceId
-
getDatesForLocalizedServiceId
-
putDatesForLocalizedServiceId
-
makeReadOnly
public void makeReadOnly()
-