Uses of Interface
net.andresbustamante.yafoot.core.services.PlayerSearchService
Packages that use PlayerSearchService
Package
Description
Service implementations for the core API.
Configuration classes for the Web layer of the core module.
REST controllers for the core Web app.
Core Web utils.
-
Uses of PlayerSearchService in net.andresbustamante.yafoot.core.services.impl
Classes in net.andresbustamante.yafoot.core.services.impl that implement PlayerSearchService -
Uses of PlayerSearchService in net.andresbustamante.yafoot.core.web.config
Constructors in net.andresbustamante.yafoot.core.web.config with parameters of type PlayerSearchServiceModifierConstructorDescriptionWebMvcConfig
(PlayerManagementService playerManagementService, PlayerSearchService playerSearchService) Public constructor. -
Uses of PlayerSearchService in net.andresbustamante.yafoot.core.web.controllers
Constructors in net.andresbustamante.yafoot.core.web.controllers with parameters of type PlayerSearchServiceModifierConstructorDescriptionMatchesController
(MatchSearchService matchSearchService, PlayerSearchService playerSearchService, CarpoolingService carpoolingService, MatchManagementService matchManagementService, MatchMapper matchMapper, RegistrationMapper registrationMapper, CarMapper carMapper) PlayersController
(PlayerManagementService playerManagementService, PlayerSearchService playerSearchService, PlayerMapper playerMapper) -
Uses of PlayerSearchService in net.andresbustamante.yafoot.core.web.util
Constructors in net.andresbustamante.yafoot.core.web.util with parameters of type PlayerSearchServiceModifierConstructorDescriptionPlayerRegistrationHandlerInterceptor
(PlayerManagementService playerManagementService, PlayerSearchService playerSearchService) Public constructor.