Uses of Record Class
callofproject.dev.authentication.dto.user_profile.UserRateDTO
Packages that use UserRateDTO
Package
Description
-
Uses of UserRateDTO in callofproject.dev.authentication.dto.user_profile
Fields in callofproject.dev.authentication.dto.user_profile declared as UserRateDTO -
Uses of UserRateDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return UserRateDTOModifier and TypeMethodDescriptionIUserRateMapper.toUserRateDTO
(callofproject.dev.repository.authentication.entity.UserRate userRate) Maps a UserRate entity to a UserRateDTO.Methods in callofproject.dev.authentication.mapper with parameters of type UserRateDTOModifier 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.