Uses of Record Class
com.endurancetrio.business.event.dto.EventOverviewDTO
Packages that use EventOverviewDTO
Package
Description
-
Uses of EventOverviewDTO in com.endurancetrio.business.event.mapper
Methods in com.endurancetrio.business.event.mapper that return EventOverviewDTOModifier and TypeMethodDescriptionEventMapper.mapToEventOverviewDTO(Event entity) Maps anEvententity to anEventOverviewDTO. -
Uses of EventOverviewDTO in com.endurancetrio.business.event.service
Methods in com.endurancetrio.business.event.service that return EventOverviewDTOModifier and TypeMethodDescriptionEventService.getEventOverview(Long id, int year) Returns anEventOverviewDTOcontaining the summary details of the event identified by the givenidand belonging to the givenyear, including its organizers and races.EventServiceMain.getEventOverview(Long id, int year)