Uses of Class
overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype.DTOCharacteristicClassType
Packages that use DTOCharacteristicClassType
-
Uses of DTOCharacteristicClassType in overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype that return types with arguments of type DTOCharacteristicClassTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCharacteristicClassType> CharacteristicClassTypeService.get(Long id, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOCharacteristicClassType>> CharacteristicClassTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCharacteristicClassTypeFilter filter)