Uses of Interface
net.andresbustamante.yafoot.core.services.MatchManagementService
Packages that use MatchManagementService
Package
Description
Service implementations for the core API.
REST controllers for the core Web app.
-
Uses of MatchManagementService in net.andresbustamante.yafoot.core.services.impl
Classes in net.andresbustamante.yafoot.core.services.impl that implement MatchManagementServiceConstructors in net.andresbustamante.yafoot.core.services.impl with parameters of type MatchManagementServiceModifierConstructorDescriptionPlayerManagementServiceImpl
(PlayerDao playerDAO, UserManagementAdapter userManagementAdapter, MatchManagementService matchManagementService, CarManagementService carManagementService) -
Uses of MatchManagementService in net.andresbustamante.yafoot.core.web.controllers
Constructors in net.andresbustamante.yafoot.core.web.controllers with parameters of type MatchManagementServiceModifierConstructorDescriptionMatchesController
(MatchSearchService matchSearchService, PlayerSearchService playerSearchService, CarpoolingService carpoolingService, MatchManagementService matchManagementService, MatchMapper matchMapper, RegistrationMapper registrationMapper, CarMapper carMapper)