Uses of Enum Class
net.andresbustamante.yafoot.core.model.enums.SportEnum
Packages that use SportEnum
Package
Description
MyBatis DAO interfaces for the core module.
Model enumerations for the core module.
Core services API.
Service implementations for the core API.
Mapstruct mappers for the Web core app.
-
Uses of SportEnum in net.andresbustamante.yafoot.core.dao
Methods in net.andresbustamante.yafoot.core.dao with parameters of type SportEnumModifier and TypeMethodDescriptionMatchDao.findMatchesByPlayer
(Player player, SportEnum sport, MatchStatusEnum status, LocalDateTime startDate, LocalDateTime endDate) Find the list of matches associated to a player by optionally using a date interval. -
Uses of SportEnum in net.andresbustamante.yafoot.core.model.enums
Methods in net.andresbustamante.yafoot.core.model.enums that return SportEnum -
Uses of SportEnum in net.andresbustamante.yafoot.core.services
Methods in net.andresbustamante.yafoot.core.services with parameters of type SportEnumModifier and TypeMethodDescriptionMatchSearchService.findMatches
(MatchStatusEnum status, SportEnum sport, LocalDate startDate, LocalDate endDate, UserContext ctx) Find the matches where a player is attending in an interval of time. -
Uses of SportEnum in net.andresbustamante.yafoot.core.services.impl
Methods in net.andresbustamante.yafoot.core.services.impl with parameters of type SportEnumModifier and TypeMethodDescriptionMatchSearchServiceImpl.findMatches
(MatchStatusEnum status, SportEnum sport, LocalDate startDate, LocalDate endDate, UserContext ctx) -
Uses of SportEnum in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return SportEnumModifier and TypeMethodDescriptionMaps a sport code into a sport enumerated value.Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type SportEnum