Interface CalendarServiceDataFactory
- All Known Implementing Classes:
CalendarServiceDataFactoryImpl
public interface CalendarServiceDataFactory
-
Method Summary
Modifier and TypeMethodDescriptionupdateData(Collection<Agency> allAgencies, Map<AgencyAndId, List<String>> tripAgencyIdsReferencingServiceId, Map<String, TimeZone> timeZoneMapByAgencyId)
-
Method Details
-
createData
CalendarServiceData createData() -
updateData
CalendarServiceData updateData(Collection<Agency> allAgencies, Map<AgencyAndId, List<String>> tripAgencyIdsReferencingServiceId, Map<String, TimeZone> timeZoneMapByAgencyId)
-