Interface CalendarServiceDataFactory
-
- All Known Implementing Classes:
CalendarServiceDataFactoryImpl
public interface CalendarServiceDataFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendarServiceDatacreateData()CalendarServiceDataupdateData(Collection<Agency> allAgencies, Map<AgencyAndId,List<String>> tripAgencyIdsReferencingServiceId, Map<String,TimeZone> timeZoneMapByAgencyId)
-
-
-
Method Detail
-
createData
CalendarServiceData createData()
-
updateData
CalendarServiceData updateData(Collection<Agency> allAgencies, Map<AgencyAndId,List<String>> tripAgencyIdsReferencingServiceId, Map<String,TimeZone> timeZoneMapByAgencyId)
-
-