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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.andresbustamante.yafoot.core.model.Match
findMatchByCode
(String code) 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)
-
Constructor Details
-
MatchSearchServiceImpl
-
-
Method Details
-
findMatchByCode
@Transactional(readOnly=true) public net.andresbustamante.yafoot.core.model.Match findMatchByCode(String code) - Specified by:
findMatchByCode
in interfacenet.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 interfacenet.andresbustamante.yafoot.core.services.MatchSearchService
-