public interface CalendarService
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceDate> |
getServiceDatesForServiceId(FeedScopedId serviceId) |
Set<FeedScopedId> |
getServiceIds() |
Set<FeedScopedId> |
getServiceIdsOnDate(ServiceDate date)
Determine the set of service ids that are active on the specified service
date.
|
TimeZone |
getTimeZoneForAgencyId(String agencyId)
Returns the instantiated
TimeZone for the specified agency id |
Set<FeedScopedId> getServiceIds()
Set<ServiceDate> getServiceDatesForServiceId(FeedScopedId serviceId)
serviceId - the target service idSet<FeedScopedId> getServiceIdsOnDate(ServiceDate date)
date - the target service dateTimeZone getTimeZoneForAgencyId(String agencyId)
TimeZone for the specified agency idagencyId - Agency.getId()Copyright © 2019. All rights reserved.