Uses of Class
org.wso2.carbon.device.mgt.mobile.dto.MobileDevice

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 deviceId)
           
 

Methods in org.wso2.carbon.device.mgt.mobile.dao that return types with arguments of type MobileDevice
 List<MobileDevice> MobileDeviceDAO.getAllMobileDevices()
           
 

Methods in org.wso2.carbon.device.mgt.mobile.dao with parameters of type MobileDevice
 boolean MobileDeviceDAO.addMobileDevice(MobileDevice mobileDevice)
           
 boolean MobileDeviceDAO.updateMobileDevice(MobileDevice mobileDevice)
           
 

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 deviceId)
           
 

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)
           
 



Copyright © 2015 WSO2. All rights reserved.