Uses of Interface
net.andresbustamante.yafoot.core.services.MatchSearchService
Packages that use MatchSearchService
Package
Description
Service implementations for the core API.
REST controllers for the core Web app.
-
Uses of MatchSearchService in net.andresbustamante.yafoot.core.services.impl
Classes in net.andresbustamante.yafoot.core.services.impl that implement MatchSearchServiceModifier and TypeClassDescriptionclass
Match search service implementation. -
Uses of MatchSearchService in net.andresbustamante.yafoot.core.web.controllers
Constructors in net.andresbustamante.yafoot.core.web.controllers with parameters of type MatchSearchServiceModifierConstructorDescriptionMatchesController
(MatchSearchService matchSearchService, PlayerSearchService playerSearchService, CarpoolingService carpoolingService, MatchManagementService matchManagementService, MatchMapper matchMapper, RegistrationMapper registrationMapper, CarMapper carMapper)