Uses of Record Class
callofproject.dev.authentication.dto.user_profile.CoursesDTO
Packages that use CoursesDTO
-
Uses of CoursesDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return CoursesDTOModifier and TypeMethodDescriptiondefault CoursesDTO
ICourseMapper.toCoursesDTO
(List<CourseDTO> courses) Maps a list of Course entities to a CoursesDTO.Methods in callofproject.dev.authentication.mapper with parameters of type CoursesDTOModifier and TypeMethodDescriptionIUserProfileMapper.toUserProfileDTO
(callofproject.dev.repository.authentication.entity.UserProfile userProfile, EducationsDTO educationsDTO, ExperiencesDTO experiencesDTO, CoursesDTO coursesDTO, LinksDTO linksDTO, UserRateDTO userRateDTO) Maps a UserProfile entity to a UserProfileDTO.