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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionnet.andresbustamante.yafoot.core.model.MatchfindMatchByCode(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:
- findMatchByCodein 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:
- findMatchesin interface- net.andresbustamante.yafoot.core.services.MatchSearchService
 
 
-