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