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