Uses of Interface
org.goplanit.utils.service.routed.RoutedService
-
Packages that use RoutedService Package Description org.goplanit.converter.idmapping org.goplanit.gtfs.converter.service.handler org.goplanit.service.routed org.goplanit.utils.service.routed -
-
Uses of RoutedService in org.goplanit.converter.idmapping
Methods in org.goplanit.converter.idmapping that return types with arguments of type RoutedService Modifier and Type Method Description static Function<RoutedService,String>
IdMapperFunctionFactory. createRoutedServiceIdMappingFunction(IdMapperType idMapper)
create a function that takes a RoutedService and generates the appropriate id based on the user configurationFunction<RoutedService,String>
RoutedServicesIdMapper. getRoutedServiceRefIdMapper()
Collect how routed service leg ids are to be mapped to the XML ids when persisting -
Uses of RoutedService in org.goplanit.gtfs.converter.service.handler
Methods in org.goplanit.gtfs.converter.service.handler that return RoutedService Modifier and Type Method Description RoutedService
GtfsServicesHandlerData. getRoutedServiceByExternalId(String externalId)
Collect routed service by external id indexMethods in org.goplanit.gtfs.converter.service.handler with parameters of type RoutedService Modifier and Type Method Description void
GtfsServicesHandlerData. indexByExternalId(RoutedService planitRoutedService)
Index the routed service by its external id (GTFS_ROUTE_ID) -
Uses of RoutedService in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedService Modifier and Type Class Description class
RoutedServiceImpl
Implementation of a RoutedService instance based on the RoutedService interfaceMethods in org.goplanit.service.routed that return RoutedService Modifier and Type Method Description RoutedService
RoutedServiceFactoryImpl. registerNew()
Register a newly created instance on the underlying containerMethod parameters in org.goplanit.service.routed with type arguments of type RoutedService Modifier and Type Method Description RoutedModeServicesImpl
RoutedModeServicesImpl. deepCloneWithMapping(BiConsumer<RoutedService,RoutedService> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedModeServicesImpl
RoutedModeServicesImpl. deepCloneWithMapping(BiConsumer<RoutedService,RoutedService> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConstructor parameters in org.goplanit.service.routed with type arguments of type RoutedService Constructor Description RoutedModeServicesImpl(RoutedModeServicesImpl routedModeServicesImpl, boolean deepCopy, BiConsumer<RoutedService,RoutedService> mapper)
Copy constructor, also creates new factory with this as its underlying containerRoutedModeServicesImpl(RoutedModeServicesImpl routedModeServicesImpl, boolean deepCopy, BiConsumer<RoutedService,RoutedService> mapper)
Copy constructor, also creates new factory with this as its underlying containerRoutedServicesLayerImpl(RoutedServicesLayerImpl other, boolean deepCopy, ManagedIdDeepCopyMapper<RoutedService> routedServiceMapper)
Copy constructor -
Uses of RoutedService in org.goplanit.utils.service.routed
Fields in org.goplanit.utils.service.routed with type parameters of type RoutedService Modifier and Type Field Description static Class<RoutedService>
RoutedService. ROUTED_SERVICE_ID_CLASS
id class for generating idsMethods in org.goplanit.utils.service.routed that return RoutedService Modifier and Type Method Description RoutedService
RoutedService. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.RoutedService
RoutedServiceFactory. registerNew()
Register a newly created instance on the underlying containerRoutedService
RoutedService. shallowClone()
Create a shallow copy of this entityMethods in org.goplanit.utils.service.routed that return types with arguments of type RoutedService Modifier and Type Method Description default Class<RoutedService>
RoutedService. getIdClass()
Each managed id class is expected to generate its ids based on its class signature.Method parameters in org.goplanit.utils.service.routed with type arguments of type RoutedService Modifier and Type Method Description RoutedModeServices
RoutedModeServices. deepCloneWithMapping(BiConsumer<RoutedService,RoutedService> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedModeServices
RoutedModeServices. deepCloneWithMapping(BiConsumer<RoutedService,RoutedService> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapper
-