Uses of Class
overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue.DTOAssetCharacteristicValue
Packages that use DTOAssetCharacteristicValue
-
Uses of DTOAssetCharacteristicValue in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue
Methods in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue that return types with arguments of type DTOAssetCharacteristicValueModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetCharacteristicValue> AssetCharacteristicValueService.get(Long assetId, Long characteristicId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOAssetCharacteristicValue>> AssetCharacteristicValueService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetCharacteristicValueFilter filter)