Uses of Record Class
com.endurancetrio.business.competitor.dto.AthleteDTO
Packages that use AthleteDTO
Package
Description
-
Uses of AthleteDTO in com.endurancetrio.business.competitor.dto
Methods in com.endurancetrio.business.competitor.dto that return types with arguments of type AthleteDTOModifier and TypeMethodDescriptionAthletesPageDTO.athletes()Returns the value of theathletesrecord component.Constructor parameters in com.endurancetrio.business.competitor.dto with type arguments of type AthleteDTOModifierConstructorDescriptionAthletesPageDTO(List<AthleteDTO> athletes, PaginationDTO pagination) Creates an instance of aAthletesPageDTOrecord class. -
Uses of AthleteDTO in com.endurancetrio.business.competitor.mapper
Methods in com.endurancetrio.business.competitor.mapper that return AthleteDTOModifier and TypeMethodDescriptionAthleteMapper.mapToAthleteDTO(Athlete entity) Maps anAthleteentity to anAthleteDTO. -
Uses of AthleteDTO in com.endurancetrio.business.competitor.service
Methods in com.endurancetrio.business.competitor.service that return AthleteDTOModifier and TypeMethodDescriptionAthleteService.getAthleteById(Long id) Returns theAthleteDTOfor the athlete with the given ID.AthleteServiceMain.getAthleteById(Long id)