Uses of Class
overit.geocallapp.wfm.projects.rs1.activityrelation.DTOProjectActivityRelationPredecessor
Packages that use DTOProjectActivityRelationPredecessor
Package
Description
-
Uses of DTOProjectActivityRelationPredecessor in overit.geocallapp.wfm.projects.rs1.activityrelation
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation that return types with arguments of type DTOProjectActivityRelationPredecessorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityRelationPredecessor> ProjectActivityRelationService.getPredecessor(Long projectActivityId, Long predecessorRelationId, String language, Collection<String> fields) Retrieves the required project activity relation by calling theProjectActivityRelationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationPredecessor>> ProjectActivityRelationService.getPredecessorCollection(Long projectActivityId, @Valid Page page, String language, Collection<String> fields, String order) Returns the collection of all the project activity relations by calling theProjectActivityRelationSearchEvent. -
Uses of DTOProjectActivityRelationPredecessor in overit.geocallapp.wfm.projects.rs1.activityrelation.util
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation.util that return types with arguments of type DTOProjectActivityRelationPredecessorModifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<DTOProjectActivityRelationPredecessor> ActivityRelationUtils.transformInDTOPredecessorResponse(org.springframework.http.ResponseEntity<BOActivityRelation> boRes) static org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationPredecessor>> ActivityRelationUtils.transformInDTOPredecessorResponsePages(org.springframework.http.ResponseEntity<PageResponse<BOActivityRelation>> boRes)