Uses of Class
org.tavall.couriers.api.web.entities.DeliveryRouteEntity
Packages that use DeliveryRouteEntity
Package
Description
-
Uses of DeliveryRouteEntity in org.tavall.couriers.api.route.cache
Subclasses with type arguments of type DeliveryRouteEntity in org.tavall.couriers.api.route.cacheMethods in org.tavall.couriers.api.route.cache that return DeliveryRouteEntityModifier and TypeMethodDescriptionMethods in org.tavall.couriers.api.route.cache that return types with arguments of type DeliveryRouteEntityMethods in org.tavall.couriers.api.route.cache with parameters of type DeliveryRouteEntityModifier and TypeMethodDescriptionvoidRouteCacheService.registerRoute(DeliveryRouteEntity route) Method parameters in org.tavall.couriers.api.route.cache with type arguments of type DeliveryRouteEntityModifier and TypeMethodDescriptionvoidRouteCacheService.primeRoutes(Collection<DeliveryRouteEntity> routes) -
Uses of DeliveryRouteEntity in org.tavall.couriers.api.web.repositories
Subinterfaces with type arguments of type DeliveryRouteEntity in org.tavall.couriers.api.web.repositoriesMethods in org.tavall.couriers.api.web.repositories that return types with arguments of type DeliveryRouteEntity -
Uses of DeliveryRouteEntity in org.tavall.couriers.api.web.service.route
Methods in org.tavall.couriers.api.web.service.route that return DeliveryRouteEntityModifier and TypeMethodDescriptionDeliveryRouteService.assignDriver(String routeId, UUID driverId) DeliveryRouteService.assignIntakeLabelToRoute(ShippingLabelMetaDataEntity label, Double radiusMiles, Integer maxStops) DeliveryRouteService.createRoute(List<ShippingLabelMetaDataEntity> labels, UUID assignedDriver, Instant deadline, Double radiusMiles, Integer maxStops) DeliveryRouteService.createRouteFromAllLabels()DeliveryRouteService.createRouteFromLabels(List<String> labelUuids) DeliveryRouteService.createRouteFromLabels(List<String> labelUuids, UUID assignedDriver, Instant deadline, Double radiusMiles, Integer maxStops) DeliveryRouteService.updateRoute(String routeId, String status, String notes) Methods in org.tavall.couriers.api.web.service.route that return types with arguments of type DeliveryRouteEntity