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.implConstructors in net.andresbustamante.yafoot.core.services.impl with parameters of type MatchDaoModifierConstructorDescriptionCarpoolingNotificationsServiceImpl(MatchDao matchDao, PlayerDao playerDao, CarDao carDao, org.springframework.context.MessageSource messageSource, net.andresbustamante.yafoot.commons.utils.TemplateUtils templateUtils, net.andresbustamante.yafoot.messaging.services.MessagingService messagingService) CarpoolingServiceImpl(CarDao carDAO, MatchDao matchDAO, org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) MatchAlertingServiceImpl(MatchDao matchDao, org.springframework.context.MessageSource messageSource, net.andresbustamante.yafoot.commons.utils.TemplateUtils templateUtils, net.andresbustamante.yafoot.messaging.services.MessagingService messagingService) MatchManagementServiceImpl(MatchDao matchDAO, SiteDao siteDAO, CarDao carDAO, PlayerDao playerDAO, net.andresbustamante.yafoot.core.services.SiteManagementService siteManagementService, net.andresbustamante.yafoot.core.services.CarManagementService carManagementService, net.andresbustamante.yafoot.core.services.CarpoolingService carpoolingService, org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) MatchSearchServiceImpl(MatchDao matchDAO, PlayerDao playerDao)