Uses of Record Class
com.openclassrooms.tourguide.dto.NearbyAttractionDTO
Packages that use NearbyAttractionDTO
-
Uses of NearbyAttractionDTO in com.openclassrooms.tourguide.controller
Methods in com.openclassrooms.tourguide.controller that return types with arguments of type NearbyAttractionDTO -
Uses of NearbyAttractionDTO in com.openclassrooms.tourguide.service
Methods in com.openclassrooms.tourguide.service that return types with arguments of type NearbyAttractionDTOModifier and TypeMethodDescriptionTourGuideService.getNearByAttractions
(gpsUtil.location.VisitedLocation visitedLocation, User user)