Uses of Class
overit.geocallapp.wfm.materials.rs1.materialclass.DTOMaterialClass
Packages that use DTOMaterialClass
-
Uses of DTOMaterialClass in overit.geocallapp.wfm.materials.rs1.materialclass
Methods in overit.geocallapp.wfm.materials.rs1.materialclass that return types with arguments of type DTOMaterialClassModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMaterialClass> MaterialClassService.get(Long id, Collection<String> fields, String language) Retrieves the requiredDTOMaterialClassby calling from theMaterialClassLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterialClass>> MaterialClassService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOMaterialClassSearchFilter filter) Returns the collection of all the stored material classes by calling theMaterialClassSearchEvent.