Uses of Class
overit.geocallapp.wfm.projects.rs1.header.DTOProjectHeader
Packages that use DTOProjectHeader
-
Uses of DTOProjectHeader in overit.geocallapp.wfm.projects.rs1.header
Methods in overit.geocallapp.wfm.projects.rs1.header that return types with arguments of type DTOProjectHeaderModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectHeader> ProjectsHeaderService.get(Long id, String language, Collection<String> fields) Retrieves the required project header by calling theProjectHeaderLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectHeader>> ProjectsHeaderService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectHeaderFilter filter) Returns the collection of all the project header by calling theProjectHeaderSearchEvent.