Uses of Class
net.andresbustamante.yafoot.core.model.Registration
Packages that use Registration
Package
Description
MyBatis DAO interfaces for the core module.
Mapstruct mappers for the Web core app.
-
Uses of Registration in net.andresbustamante.yafoot.core.dao
Methods in net.andresbustamante.yafoot.core.dao that return RegistrationModifier and TypeMethodDescriptionMatchDao.loadRegistration
(Match match, Player player) Loads registration details for a player in a specific match.Methods in net.andresbustamante.yafoot.core.dao that return types with arguments of type RegistrationModifier and TypeMethodDescriptionMatchDao.findPassengerRegistrationsByCar
(Match match, Car car) Finds the list of passenger registrations for a given car. -
Uses of Registration in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type RegistrationModifier and TypeMethodDescriptionRegistrationMapper.map
(Registration registration) Bean to DTO mapping for a registration object.RegistrationMapperImpl.map
(Registration registration) Method parameters in net.andresbustamante.yafoot.core.web.mappers with type arguments of type RegistrationModifier and TypeMethodDescriptionRegistrationMapper.map
(List<Registration> registration) Bean to DTO mapping for a registration list.RegistrationMapperImpl.map
(List<Registration> registration)