Uses of Class
org.tavall.couriers.api.web.entities.DeliveryRouteStopEntity
Packages that use DeliveryRouteStopEntity
Package
Description
-
Uses of DeliveryRouteStopEntity in org.tavall.couriers.api.route.cache
Methods in org.tavall.couriers.api.route.cache that return types with arguments of type DeliveryRouteStopEntityMethod parameters in org.tavall.couriers.api.route.cache with type arguments of type DeliveryRouteStopEntityModifier and TypeMethodDescriptionvoidRouteCacheService.primeStops(Map<String, List<DeliveryRouteStopEntity>> stopsByRoute) voidRouteCacheService.registerStops(String routeId, List<DeliveryRouteStopEntity> stops) -
Uses of DeliveryRouteStopEntity in org.tavall.couriers.api.web.repositories
Subinterfaces with type arguments of type DeliveryRouteStopEntity in org.tavall.couriers.api.web.repositoriesMethods in org.tavall.couriers.api.web.repositories that return types with arguments of type DeliveryRouteStopEntityModifier and TypeMethodDescriptionDeliveryRouteStopRepository.findByRouteIdOrderByStopOrderAsc(String routeId) -
Uses of DeliveryRouteStopEntity in org.tavall.couriers.api.web.service.route
Methods in org.tavall.couriers.api.web.service.route that return types with arguments of type DeliveryRouteStopEntity