Uses of Class
overit.geocallapp.wfm.projects.rs1.activityrelation.DTOProjectActivityRelationSuccessorUpsert
Packages that use DTOProjectActivityRelationSuccessorUpsert
Package
Description
-
Uses of DTOProjectActivityRelationSuccessorUpsert in overit.geocallapp.wfm.projects.rs1.activityrelation
Subclasses of DTOProjectActivityRelationSuccessorUpsert in overit.geocallapp.wfm.projects.rs1.activityrelationModifier and TypeClassDescriptionclassDTO for project activity relationMethods in overit.geocallapp.wfm.projects.rs1.activityrelation with parameters of type DTOProjectActivityRelationSuccessorUpsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> ProjectActivityRelationService.patchSuccessor(Long projectActivityId, Long successorRelationId, @Valid DTOProjectActivityRelationSuccessorUpsert input) Updates the required project activity relation by calling theProjectActivityRelationManagerEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectActivityRelationService.postSuccessor(Long projectActivityId, @Valid DTOProjectActivityRelationSuccessorUpsert input) Create a new project activity successor relation by calling theProjectActivityRelationManagerEvent -
Uses of DTOProjectActivityRelationSuccessorUpsert in overit.geocallapp.wfm.projects.rs1.activityrelation.util
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation.util with parameters of type DTOProjectActivityRelationSuccessorUpsertModifier and TypeMethodDescriptionstatic BOProjectActivityActivityRelationUtils.validatePostSuccessorRequest(Long projectActivityId, DTOProjectActivityRelationSuccessorUpsert input)