Uses of Interface
net.andresbustamante.yafoot.core.services.CarManagementService
Packages that use CarManagementService
Package
Description
Service implementations for the core API.
REST controllers for the core Web app.
-
Uses of CarManagementService in net.andresbustamante.yafoot.core.services.impl
Classes in net.andresbustamante.yafoot.core.services.impl that implement CarManagementServiceConstructors in net.andresbustamante.yafoot.core.services.impl with parameters of type CarManagementServiceModifierConstructorDescriptionMatchManagementServiceImpl
(MatchDao matchDAO, SiteDao siteDAO, CarDao carDAO, PlayerDao playerDAO, SiteManagementService siteManagementService, CarManagementService carManagementService, CarpoolingService carpoolingService, org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) PlayerManagementServiceImpl
(PlayerDao playerDAO, UserManagementAdapter userManagementAdapter, MatchManagementService matchManagementService, CarManagementService carManagementService) -
Uses of CarManagementService in net.andresbustamante.yafoot.core.web.controllers
Constructors in net.andresbustamante.yafoot.core.web.controllers with parameters of type CarManagementServiceModifierConstructorDescriptionCarsController
(CarSearchService carSearchService, CarManagementService carManagementService, CarMapper carMapper)