Uses of Class
overit.geocallapp.wfm.projects.rs1.activity.status.DTOProjectActivityStatus
Packages that use DTOProjectActivityStatus
-
Uses of DTOProjectActivityStatus in overit.geocallapp.wfm.projects.rs1.activity.status
Methods in overit.geocallapp.wfm.projects.rs1.activity.status that return types with arguments of type DTOProjectActivityStatusModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityStatus> ProjectActivityStatusService.get(Long id, String language, Collection<String> fields) Retrieves the required project activity status by calling theProjectActivityStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityStatus>> ProjectActivityStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityStatusFilter filter) Returns the collection of all the project activity status by calling theProjectActivityStatusSearchEvent.