Uses of Class
callofproject.dev.project.dto.detail.ProjectDetailDTO
Packages that use ProjectDetailDTO
-
Uses of ProjectDetailDTO in callofproject.dev.project.dto.detail
Methods in callofproject.dev.project.dto.detail that return types with arguments of type ProjectDetailDTOModifier and TypeMethodDescriptionProjectsDetailDTO.projects()Returns the value of theprojectsrecord component.Constructor parameters in callofproject.dev.project.dto.detail with type arguments of type ProjectDetailDTOModifierConstructorDescriptionProjectsDetailDTO(List<ProjectDetailDTO> projects) Creates an instance of aProjectsDetailDTOrecord class. -
Uses of ProjectDetailDTO in callofproject.dev.project.mapper
Methods in callofproject.dev.project.mapper that return ProjectDetailDTOModifier 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.Method parameters in callofproject.dev.project.mapper with type arguments of type ProjectDetailDTOModifier and TypeMethodDescriptiondefault ProjectsDetailDTOIProjectMapper.toProjectsDetailDTO(List<ProjectDetailDTO> projectDetailDTOs) Wraps a list of ProjectDetailDTOs into a ProjectsDetailDTO.