Uses of Interface
net.andresbustamante.yafoot.core.dao.MatchDao
Packages that use MatchDao
Package
Description
Service implementations for the core API.
-
Uses of MatchDao in net.andresbustamante.yafoot.core.services.impl
Constructors in net.andresbustamante.yafoot.core.services.impl with parameters of type MatchDaoModifierConstructorDescriptionCarpoolingNotificationsServiceImpl(MatchDao matchDao, PlayerDao playerDao, CarDao carDao, org.springframework.context.MessageSource messageSource, TemplateUtils templateUtils, MessagingService messagingService) CarpoolingServiceImpl(CarDao carDAO, MatchDao matchDAO, org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) MatchAlertingServiceImpl(MatchDao matchDao, org.springframework.context.MessageSource messageSource, TemplateUtils templateUtils, MessagingService messagingService) MatchManagementServiceImpl(MatchDao matchDAO, SiteDao siteDAO, CarDao carDAO, PlayerDao playerDAO, SiteManagementService siteManagementService, CarManagementService carManagementService, CarpoolingService carpoolingService, org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) MatchSearchServiceImpl(MatchDao matchDAO, PlayerDao playerDao)