Class MatchSearchServiceImpl

java.lang.Object
net.andresbustamante.yafoot.core.services.impl.MatchSearchServiceImpl
All Implemented Interfaces:
net.andresbustamante.yafoot.core.services.MatchSearchService

@Service public class MatchSearchServiceImpl extends Object implements net.andresbustamante.yafoot.core.services.MatchSearchService
Match search service implementation.
Author:
andresbustamante
  • Constructor Details

    • MatchSearchServiceImpl

      public MatchSearchServiceImpl(MatchDao matchDAO, PlayerDao playerDao)
  • Method Details

    • findMatchByCode

      @Transactional(readOnly=true) public net.andresbustamante.yafoot.core.model.Match findMatchByCode(String code)
      Specified by:
      findMatchByCode in interface net.andresbustamante.yafoot.core.services.MatchSearchService
    • findMatches

      @Transactional(readOnly=true) public List<net.andresbustamante.yafoot.core.model.Match> findMatches(net.andresbustamante.yafoot.core.model.enums.MatchStatusEnum status, net.andresbustamante.yafoot.core.model.enums.SportEnum sport, LocalDate startDate, LocalDate endDate, net.andresbustamante.yafoot.commons.model.UserContext ctx)
      Specified by:
      findMatches in interface net.andresbustamante.yafoot.core.services.MatchSearchService