Uses of Enum Class
net.andresbustamante.yafoot.core.model.enums.MatchStatusEnum
Packages that use MatchStatusEnum
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 MatchStatusEnum in net.andresbustamante.yafoot.core.dao
Methods in net.andresbustamante.yafoot.core.dao with parameters of type MatchStatusEnumModifier 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 MatchStatusEnum in net.andresbustamante.yafoot.core.model.enums
Methods in net.andresbustamante.yafoot.core.model.enums that return MatchStatusEnumModifier and TypeMethodDescriptionstatic MatchStatusEnum
Returns the enum constant of this class with the specified name.static MatchStatusEnum[]
MatchStatusEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MatchStatusEnum in net.andresbustamante.yafoot.core.services
Methods in net.andresbustamante.yafoot.core.services with parameters of type MatchStatusEnumModifier 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 MatchStatusEnum in net.andresbustamante.yafoot.core.services.impl
Methods in net.andresbustamante.yafoot.core.services.impl with parameters of type MatchStatusEnumModifier and TypeMethodDescriptionMatchSearchServiceImpl.findMatches
(MatchStatusEnum status, SportEnum sport, LocalDate startDate, LocalDate endDate, UserContext ctx) -
Uses of MatchStatusEnum in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type MatchStatusEnumModifier and TypeMethodDescriptionprotected MatchStatus
MatchMapperImpl.matchStatusEnumToMatchStatus
(MatchStatusEnum matchStatusEnum)