Uses of Class
overit.geocallapp.wfm.projects.rs1.activityrelation.DTOProjectActivityRelationSuccessor
Packages that use DTOProjectActivityRelationSuccessor
Package
Description
-
Uses of DTOProjectActivityRelationSuccessor in overit.geocallapp.wfm.projects.rs1.activityrelation
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation that return types with arguments of type DTOProjectActivityRelationSuccessorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityRelationSuccessor> ProjectActivityRelationService.getSuccessor(Long projectActivityId, Long successorRelationId, String language, Collection<String> fields) Retrieves the required project activity relation by calling theProjectActivityRelationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationSuccessor>> ProjectActivityRelationService.getSuccessorCollection(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 DTOProjectActivityRelationSuccessor in overit.geocallapp.wfm.projects.rs1.activityrelation.util
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation.util that return types with arguments of type DTOProjectActivityRelationSuccessorModifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<DTOProjectActivityRelationSuccessor> ActivityRelationUtils.transformInDTOSuccessorResponse(org.springframework.http.ResponseEntity<BOActivityRelation> boRes) static org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationSuccessor>> ActivityRelationUtils.transformInDTOSuccessorResponsePages(org.springframework.http.ResponseEntity<PageResponse<BOActivityRelation>> boRes)