Uses of Record Class
callofproject.dev.project.dto.ProjectParticipantDTO
Packages that use ProjectParticipantDTO
Package
Description
-
Uses of ProjectParticipantDTO in callofproject.dev.project.dto
Methods in callofproject.dev.project.dto that return types with arguments of type ProjectParticipantDTOModifier and TypeMethodDescriptionProjectsParticipantDTO.projectParticipants()
Returns the value of theprojectParticipants
record component.Constructor parameters in callofproject.dev.project.dto with type arguments of type ProjectParticipantDTOModifierConstructorDescriptionProjectsParticipantDTO
(List<ProjectParticipantDTO> projectParticipants) Creates an instance of aProjectsParticipantDTO
record class. -
Uses of ProjectParticipantDTO in callofproject.dev.project.dto.detail
Methods in callofproject.dev.project.dto.detail that return types with arguments of type ProjectParticipantDTOModifier and TypeMethodDescriptionProjectDetailDTO.getProjectParticipants()
Retrieves the participants of the project.Method parameters in callofproject.dev.project.dto.detail with type arguments of type ProjectParticipantDTOModifier and TypeMethodDescriptionvoid
ProjectDetailDTO.setProjectParticipants
(List<ProjectParticipantDTO> projectParticipants) Sets the participants of the project. -
Uses of ProjectParticipantDTO in callofproject.dev.project.dto.owner
Methods in callofproject.dev.project.dto.owner that return types with arguments of type ProjectParticipantDTOModifier and TypeMethodDescriptionProjectOwnerViewDTO.getProjectParticipants()
Gets the list of project participants.Method parameters in callofproject.dev.project.dto.owner with type arguments of type ProjectParticipantDTOModifier and TypeMethodDescriptionvoid
ProjectOwnerViewDTO.setProjectParticipants
(List<ProjectParticipantDTO> projectParticipants) Sets the list of project participants. -
Uses of ProjectParticipantDTO in callofproject.dev.project.mapper
Methods in callofproject.dev.project.mapper that return ProjectParticipantDTOModifier and TypeMethodDescriptionIProjectParticipantMapper.toProjectParticipantDTO
(callofproject.dev.data.project.entity.ProjectParticipant projectParticipantDTO) Maps a ProjectParticipant entity to a ProjectParticipantDTO.Method parameters in callofproject.dev.project.mapper with type arguments of type ProjectParticipantDTOModifier and TypeMethodDescriptiondefault ProjectsParticipantDTO
IProjectParticipantMapper.toProjectsParticipantDTO
(List<ProjectParticipantDTO> projectParticipantDTOs) Wraps a list of ProjectParticipantDTOs into a ProjectsParticipantDTO.