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