Uses of Record Class
callofproject.dev.authentication.dto.environments.LinkUpsertDTO
Packages that use LinkUpsertDTO
Package
Description
-
Uses of LinkUpsertDTO in callofproject.dev.authentication.controller
Methods in callofproject.dev.authentication.controller with parameters of type LinkUpsertDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
UserInformationController.saveLink
(LinkUpsertDTO dto) Save link to user. -
Uses of LinkUpsertDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper with parameters of type LinkUpsertDTOModifier and TypeMethodDescriptioncallofproject.dev.repository.authentication.entity.Link
ILinkMapper.toLink
(LinkUpsertDTO linkUpsertDTO) Maps a LinkUpsertDTO to a Link entity. -
Uses of LinkUpsertDTO in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service with parameters of type LinkUpsertDTOModifier and TypeMethodDescriptioncallofproject.dev.data.common.clas.ResponseMessage<Object>
UserInformationService.upsertLink
(LinkUpsertDTO dto) Upsert link with given dto class.