|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MobileDevice | |
|---|---|
| org.wso2.carbon.device.mgt.mobile.dao | |
| org.wso2.carbon.device.mgt.mobile.dao.impl | |
| org.wso2.carbon.device.mgt.mobile.util | |
| Uses of MobileDevice in org.wso2.carbon.device.mgt.mobile.dao |
|---|
| Methods in org.wso2.carbon.device.mgt.mobile.dao that return MobileDevice | |
|---|---|
MobileDevice |
MobileDeviceDAO.getMobileDevice(String mblDeviceId)
Fetches a MobileDevice from MDM database. |
| Methods in org.wso2.carbon.device.mgt.mobile.dao that return types with arguments of type MobileDevice | |
|---|---|
List<MobileDevice> |
MobileDeviceDAO.getAllMobileDevices()
Fetches all MobileDevices from MDM database. |
| Methods in org.wso2.carbon.device.mgt.mobile.dao with parameters of type MobileDevice | |
|---|---|
boolean |
MobileDeviceDAO.addMobileDevice(MobileDevice mobileDevice)
Adds a new MobileDevice to the MDM database. |
boolean |
MobileDeviceDAO.updateMobileDevice(MobileDevice mobileDevice)
Updates MobileDevice information in MDM database. |
| Uses of MobileDevice in org.wso2.carbon.device.mgt.mobile.dao.impl |
|---|
| Methods in org.wso2.carbon.device.mgt.mobile.dao.impl that return MobileDevice | |
|---|---|
MobileDevice |
MobileDeviceDAOImpl.getMobileDevice(String mblDeviceId)
|
| Methods in org.wso2.carbon.device.mgt.mobile.dao.impl that return types with arguments of type MobileDevice | |
|---|---|
List<MobileDevice> |
MobileDeviceDAOImpl.getAllMobileDevices()
|
| Methods in org.wso2.carbon.device.mgt.mobile.dao.impl with parameters of type MobileDevice | |
|---|---|
boolean |
MobileDeviceDAOImpl.addMobileDevice(MobileDevice mobileDevice)
|
boolean |
MobileDeviceDAOImpl.updateMobileDevice(MobileDevice mobileDevice)
|
| Uses of MobileDevice in org.wso2.carbon.device.mgt.mobile.util |
|---|
| Methods in org.wso2.carbon.device.mgt.mobile.util that return MobileDevice | |
|---|---|
static MobileDevice |
MobileDeviceManagementUtil.convertToMobileDevice(org.wso2.carbon.device.mgt.common.Device device)
|
| Methods in org.wso2.carbon.device.mgt.mobile.util with parameters of type MobileDevice | |
|---|---|
static org.wso2.carbon.device.mgt.common.Device |
MobileDeviceManagementUtil.convertToDevice(MobileDevice mobileDevice)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||