Interface DeviceSpecsQueryEngine
-
public interface DeviceSpecsQueryEngine
Query engine for Device Specs, this is the high-level service that combines a number of to execute queries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
queryDeviceSpecs(SlingHttpServletRequest request)
Query the device specs database for the specs of device identified by supplied request
-
-
-
Method Detail
-
queryDeviceSpecs
java.util.Map<java.lang.String,java.lang.String> queryDeviceSpecs(SlingHttpServletRequest request) throws java.lang.Exception
Query the device specs database for the specs of device identified by supplied request- Throws:
java.lang.Exception
-
-