Class CalendarServiceData

    • Constructor Detail

      • CalendarServiceData

        public CalendarServiceData()
    • Method Detail

      • getTimeZoneForAgencyId

        public TimeZone getTimeZoneForAgencyId​(String agencyId)
        Parameters:
        agencyId -
        Returns:
        the time zone for the specified agencyId, or null if the agency was not found
      • putTimeZoneForAgencyId

        public void putTimeZoneForAgencyId​(String agencyId,
                                           TimeZone timeZone)
      • putServiceDatesForServiceId

        public void putServiceDatesForServiceId​(AgencyAndId serviceId,
                                                List<ServiceDate> serviceDates)
      • makeReadOnly

        public void makeReadOnly()