Uses of Interface
net.andresbustamante.yafoot.messaging.services.MessagingService
Packages that use MessagingService
Package
Description
Service implementations for the core API.
Messaging services implementations.
-
Uses of MessagingService in net.andresbustamante.yafoot.core.services.impl
Constructors in net.andresbustamante.yafoot.core.services.impl with parameters of type MessagingServiceModifierConstructorDescriptionCarpoolingNotificationsServiceImpl
(MatchDao matchDao, PlayerDao playerDao, CarDao carDao, org.springframework.context.MessageSource messageSource, TemplateUtils templateUtils, MessagingService messagingService) MatchAlertingServiceImpl
(MatchDao matchDao, org.springframework.context.MessageSource messageSource, TemplateUtils templateUtils, MessagingService messagingService) -
Uses of MessagingService in net.andresbustamante.yafoot.messaging.services.impl
Classes in net.andresbustamante.yafoot.messaging.services.impl that implement MessagingService