Uses of Class
org.tavall.couriers.api.web.service.route.DeliveryRouteService
Packages that use DeliveryRouteService
Package
Description
-
Uses of DeliveryRouteService in org.tavall.couriers.api.web.service.camera
Constructors in org.tavall.couriers.api.web.service.camera with parameters of type DeliveryRouteServiceModifierConstructorDescriptionCameraPageService(CameraFrameAnalyzer frameAnalyzer, ShippingLabelMetaDataService shippingService, DeliveryRouteService deliveryRouteService, ScanCacheService scanCache, ScanErrorCacheService scanErrorCache, LocalQRScanner localQRScanner, CameraSessionService cameraSessionService) -
Uses of DeliveryRouteService in org.tavall.couriers.web.view.controller.dsahboard.driver.helper
Constructors in org.tavall.couriers.web.view.controller.dsahboard.driver.helper with parameters of type DeliveryRouteServiceModifierConstructorDescriptionDriverDashboardControllerHelper(ShippingLabelMetaDataService shippingService, DeliveryRouteService routeService, UserAccountService userAccountService, ManualAddressVerificationService addressVerificationService) -
Uses of DeliveryRouteService in org.tavall.couriers.web.view.controller.dsahboard.merchant.helper
Constructors in org.tavall.couriers.web.view.controller.dsahboard.merchant.helper with parameters of type DeliveryRouteServiceModifierConstructorDescriptionMerchantDashboardControllerHelper(ShippingLabelMetaDataService shippingService, DeliveryRouteService routeService, ScanCacheService scanCache, ScanErrorCacheService scanErrorCache, CameraPageService cameraPageService, UserAccountService userAccountService, ManualAddressVerificationService addressVerificationService)