Uses of Class
overit.geocallapp.wfm.projects.rs1.activity.DTOProjectActivityInsert
Packages that use DTOProjectActivityInsert
-
Uses of DTOProjectActivityInsert in overit.geocallapp.wfm.projects.rs1.activity
Methods in overit.geocallapp.wfm.projects.rs1.activity with parameters of type DTOProjectActivityInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createBelow(Long projectId, Long activityId, @Valid DTOProjectActivityInsert input) Creates and add a new project activity below the one indicatedorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createNext(Long projectId, Long activityId, @Valid DTOProjectActivityInsert input) Creates and add a new project activity next the one indicatedorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createPrevious(Long projectId, Long activityId, DTOProjectActivityInsert input) Creates and add a new project activity before the one indicatedprotected BOProjectActivityProjectsActivitiesService.getActivityDataToInsert(DTOProjectActivityInsert dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.post(Long projectId, @Valid DTOProjectActivityInsert input) Create a new project activity by calling theAddProjectActivityEvent