Uses of Interface
net.andresbustamante.yafoot.core.services.CarpoolingService
Packages that use CarpoolingService
Package
Description
Service implementations for the core API.
REST controllers for the core Web app.
-
Uses of CarpoolingService in net.andresbustamante.yafoot.core.services.impl
Classes in net.andresbustamante.yafoot.core.services.impl that implement CarpoolingServiceConstructors in net.andresbustamante.yafoot.core.services.impl with parameters of type CarpoolingServiceModifierConstructorDescriptionMatchManagementServiceImpl
(MatchDao matchDAO, SiteDao siteDAO, CarDao carDAO, PlayerDao playerDAO, SiteManagementService siteManagementService, CarManagementService carManagementService, CarpoolingService carpoolingService, org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) -
Uses of CarpoolingService in net.andresbustamante.yafoot.core.web.controllers
Constructors in net.andresbustamante.yafoot.core.web.controllers with parameters of type CarpoolingServiceModifierConstructorDescriptionMatchesController
(MatchSearchService matchSearchService, PlayerSearchService playerSearchService, CarpoolingService carpoolingService, MatchManagementService matchManagementService, MatchMapper matchMapper, RegistrationMapper registrationMapper, CarMapper carMapper)