Modifier and Type | Method and Description |
---|---|
MobileDevice |
MobileDeviceDAO.getMobileDevice(String mblDeviceId)
Fetches a MobileDevice from MDM database.
|
Modifier and Type | Method and Description |
---|---|
List<MobileDevice> |
MobileDeviceDAO.getAllMobileDevices()
Fetches all MobileDevices from MDM database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MobileDeviceDAO.addMobileDevice(MobileDevice mobileDevice)
Adds a new MobileDevice to the MDM database.
|
boolean |
MobileDeviceDAO.updateMobileDevice(MobileDevice mobileDevice)
Updates MobileDevice information in MDM database.
|
Modifier and Type | Method and Description |
---|---|
MobileDevice |
AndroidDeviceDAOImpl.getMobileDevice(String mblDeviceId) |
Modifier and Type | Method and Description |
---|---|
List<MobileDevice> |
AndroidDeviceDAOImpl.getAllMobileDevices() |
Modifier and Type | Method and Description |
---|---|
boolean |
AndroidDeviceDAOImpl.addMobileDevice(MobileDevice mobileDevice) |
boolean |
AndroidDeviceDAOImpl.updateMobileDevice(MobileDevice mobileDevice) |
Modifier and Type | Method and Description |
---|---|
static MobileDevice |
MobileDeviceManagementUtil.convertToMobileDevice(org.wso2.carbon.device.mgt.common.Device device) |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.device.mgt.common.Device |
MobileDeviceManagementUtil.convertToDevice(MobileDevice mobileDevice) |
Copyright © 2017 WSO2. All rights reserved.