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