Uses of Record Class
callofproject.dev.project.dto.ProjectsParticipantDTO
Packages that use ProjectsParticipantDTO
-
Uses of ProjectsParticipantDTO in callofproject.dev.project.mapper
Methods in callofproject.dev.project.mapper that return ProjectsParticipantDTOModifier and TypeMethodDescriptiondefault ProjectsParticipantDTO
IProjectParticipantMapper.toProjectsParticipantDTO
(List<ProjectParticipantDTO> projectParticipantDTOs) Wraps a list of ProjectParticipantDTOs into a ProjectsParticipantDTO.Methods in callofproject.dev.project.mapper with parameters of type ProjectsParticipantDTOModifier and TypeMethodDescriptionIProjectMapper.toProjectDetailDTO
(callofproject.dev.data.project.entity.Project project, List<callofproject.dev.nosql.entity.ProjectTag> projectTags, ProjectsParticipantDTO projectsParticipantDTO) Maps from Project entity and related data to ProjectDetailDTO.IProjectMapper.toProjectOwnerViewDTO
(callofproject.dev.data.project.entity.Project project, List<callofproject.dev.nosql.entity.ProjectTag> projectTags, ProjectsParticipantDTO projectsParticipantDTO) Maps from Project entity, list of ProjectTags, and ProjectsParticipantDTO to ProjectOwnerViewDTO.