public class AndroidSenseDAO extends Object
| Constructor and Description |
|---|
AndroidSenseDAO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addDevice(org.wso2.carbon.device.mgt.common.Device device) |
boolean |
deleteDevice(String deviceId) |
List<org.wso2.carbon.device.mgt.common.Device> |
getAllDevices() |
org.wso2.carbon.device.mgt.common.Device |
getDevice(String deviceId) |
boolean |
updateDevice(org.wso2.carbon.device.mgt.common.Device device) |
public org.wso2.carbon.device.mgt.common.Device getDevice(String deviceId) throws AndroidSenseDeviceMgtPluginException
public boolean addDevice(org.wso2.carbon.device.mgt.common.Device device)
throws AndroidSenseDeviceMgtPluginException
public boolean updateDevice(org.wso2.carbon.device.mgt.common.Device device)
throws AndroidSenseDeviceMgtPluginException
public boolean deleteDevice(String deviceId) throws AndroidSenseDeviceMgtPluginException
public List<org.wso2.carbon.device.mgt.common.Device> getAllDevices() throws AndroidSenseDeviceMgtPluginException
Copyright © 2016 WSO2. All rights reserved.