Uses of Record Class
callofproject.dev.project.dto.ProjectSaveDTO
Packages that use ProjectSaveDTO
-
Uses of ProjectSaveDTO in callofproject.dev.project.controller
Methods in callofproject.dev.project.controller with parameters of type ProjectSaveDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ProjectController.save
(@Valid ProjectSaveDTO saveDTO) Handles the HTTP POST request to save a new project. -
Uses of ProjectSaveDTO in callofproject.dev.project.service
Methods in callofproject.dev.project.service with parameters of type ProjectSaveDTOModifier and TypeMethodDescriptioncallofproject.dev.data.common.clas.ResponseMessage<Object>
IProjectService.saveProject
(ProjectSaveDTO projectDTO) Saves a new project using a ProjectSaveDTO.callofproject.dev.data.common.clas.ResponseMessage<Object>
ProjectService.saveProject
(ProjectSaveDTO projectDTO) Saves a new project using a ProjectSaveDTO.callofproject.dev.data.common.clas.ResponseMessage<Object>
IProjectService.saveProjectV2
(ProjectSaveDTO saveDTO, org.springframework.web.multipart.MultipartFile file) Saves a new project with an additional file using ProjectSaveDTO and MultipartFile.callofproject.dev.data.common.clas.ResponseMessage<Object>
ProjectService.saveProjectV2
(ProjectSaveDTO saveDTO, org.springframework.web.multipart.MultipartFile file) Saves a new project with an additional file using ProjectSaveDTO and MultipartFile.