Uses of Record Class
com.endurancetrio.business.competitor.dto.AthleteRacesPageDTO
Packages that use AthleteRacesPageDTO
-
Uses of AthleteRacesPageDTO in com.endurancetrio.business.competitor.service
Methods in com.endurancetrio.business.competitor.service that return AthleteRacesPageDTOModifier and TypeMethodDescriptionAthleteService.getAthleteRaces(Long athleteId, org.springframework.data.domain.Pageable pageable) Returns anAthleteRacesPageDTOcontaining the paginated list of races for the athlete with the given ID, ordered by race date descending.AthleteServiceMain.getAthleteRaces(Long athleteId, org.springframework.data.domain.Pageable pageable)