Uses of Interface
net.andresbustamante.yafoot.core.services.SiteManagementService
Packages that use SiteManagementService
Package
Description
Service implementations for the core API.
REST controllers for the core Web app.
-
Uses of SiteManagementService in net.andresbustamante.yafoot.core.services.impl
Classes in net.andresbustamante.yafoot.core.services.impl that implement SiteManagementServiceModifier and TypeClassDescriptionclass
Site management service implementation.Constructors in net.andresbustamante.yafoot.core.services.impl with parameters of type SiteManagementServiceModifierConstructorDescriptionMatchManagementServiceImpl
(MatchDao matchDAO, SiteDao siteDAO, CarDao carDAO, PlayerDao playerDAO, SiteManagementService siteManagementService, CarManagementService carManagementService, CarpoolingService carpoolingService, org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) -
Uses of SiteManagementService in net.andresbustamante.yafoot.core.web.controllers
Constructors in net.andresbustamante.yafoot.core.web.controllers with parameters of type SiteManagementServiceModifierConstructorDescriptionSitesController
(SiteSearchService siteSearchService, SiteManagementService siteManagementService, SiteMapper siteMapper)