Uses of Class
overit.geocallapp.wfm.projects.rs1.type.DTOProjectType
Packages that use DTOProjectType
-
Uses of DTOProjectType in overit.geocallapp.wfm.projects.rs1.type
Methods in overit.geocallapp.wfm.projects.rs1.type that return types with arguments of type DTOProjectTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectType> ProjectTypeService.get(Long id, String language, Collection<String> fields) Retrieves the required project type.org.springframework.http.ResponseEntity<PageResponse<DTOProjectType>> ProjectTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectTypeFilter filter) Retrieve the all stored project types.