Uses of Class
overit.geocallapp.wfm.materials.rs1.material.DTOMaterial
Packages that use DTOMaterial
-
Uses of DTOMaterial in overit.geocallapp.wfm.materials.rs1.material
Methods in overit.geocallapp.wfm.materials.rs1.material that return types with arguments of type DTOMaterialModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMaterial> MaterialService.get(Long id, Collection<String> fields, String language) Retrieves the requiredDTOMaterialby calling from theMaterialLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterial>> MaterialService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOMaterialSearchFilter filter) Returns the collection of all the stored materials by calling theMaterialSearchEvent.