Uses of Class
overit.geocallapp.wfm.projects.rs1.profile.DTOProjectProfile
Packages that use DTOProjectProfile
-
Uses of DTOProjectProfile in overit.geocallapp.wfm.projects.rs1.profile
Methods in overit.geocallapp.wfm.projects.rs1.profile that return types with arguments of type DTOProjectProfileModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectProfile> ProjectProfileService.get(Long id, String language, Collection<String> fields) Retrieves the required project profile by calling theProjectProfileLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectProfile>> ProjectProfileService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectProfileFilter filter) Returns the collection of all the project profile by calling theProjectProfileSearchEvent.