Class MatchAlertingServiceImpl

java.lang.Object
net.andresbustamante.yafoot.core.services.impl.MatchAlertingServiceImpl
All Implemented Interfaces:
net.andresbustamante.yafoot.core.services.MatchAlertingService

@Service public class MatchAlertingServiceImpl extends Object implements net.andresbustamante.yafoot.core.services.MatchAlertingService
  • Constructor Details

    • MatchAlertingServiceImpl

      public MatchAlertingServiceImpl(MatchDao matchDao, org.springframework.context.MessageSource messageSource, net.andresbustamante.yafoot.commons.utils.TemplateUtils templateUtils, net.andresbustamante.yafoot.messaging.services.MessagingService messagingService)
  • Method Details

    • checkForAlertsAfterPlayerRemovedFromMatch

      @Transactional(readOnly=true, propagation=REQUIRES_NEW) public void checkForAlertsAfterPlayerRemovedFromMatch(Integer matchId, Integer playerId) throws net.andresbustamante.yafoot.commons.exceptions.ApplicationException
      Specified by:
      checkForAlertsAfterPlayerRemovedFromMatch in interface net.andresbustamante.yafoot.core.services.MatchAlertingService
      Throws:
      net.andresbustamante.yafoot.commons.exceptions.ApplicationException