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