Uses of Interface
org.tavall.couriers.api.web.repositories.DeliveryRouteRepository
Packages that use DeliveryRouteRepository
-
Uses of DeliveryRouteRepository in org.tavall.couriers.api.web.service.route
Constructors in org.tavall.couriers.api.web.service.route with parameters of type DeliveryRouteRepositoryModifierConstructorDescriptionDeliveryRouteService(DeliveryRouteRepository routeRepository, DeliveryRouteStopRepository stopRepository, ShippingLabelMetaDataService shippingService, RoutePlannerService routePlanner, RouteCacheService routeCache)