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.impl
Constructors 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, TemplateUtils templateUtils, 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, SiteManagementService siteManagementService, CarManagementService carManagementService, CarpoolingService carpoolingService, org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate)