Uses of Interface
net.andresbustamante.yafoot.core.dao.CarDao
Packages that use CarDao
Package
Description
Service implementations for the core API.
- 
Uses of CarDao in net.andresbustamante.yafoot.core.services.implConstructors in net.andresbustamante.yafoot.core.services.impl with parameters of type CarDaoModifierConstructorDescriptionCarManagementServiceImpl(CarDao carDAO, PlayerDao playerDAO) CarpoolingNotificationsServiceImpl(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) CarSearchServiceImpl(CarDao carDAO, PlayerDao playerDao) 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)