Uses of Class
overit.geocallapp.wfm.organizationalstructures.rs1.structure.DTOStructure
Packages that use DTOStructure
-
Uses of DTOStructure in overit.geocallapp.wfm.organizationalstructures.rs1.structure
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structure that return types with arguments of type DTOStructureModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOStructure> StructureService.get(Long structureId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOStructure>> StructureService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOStructureFilter filter)