Package | Description |
---|---|
org.wso2.carbon.device.mgt.mobile.windows.impl.dao | |
org.wso2.carbon.device.mgt.mobile.windows.impl.dao.impl |
Modifier and Type | Class and Description |
---|---|
class |
WindowsFeatureManagementDAOException
Implement Exception class for Windows Device Features.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MobileFeatureDAO.addFeature(MobileFeature mobileFeature)
Adds a new MobileFeature to Mobile-Feature table.
|
boolean |
MobileFeatureDAO.addFeatures(List<MobileFeature> mobileFeatures)
Adda a list of MobileFeatures to Mobile-Feature table.
|
boolean |
MobileDeviceDAO.addMobileDevice(MobileDevice mobileDevice)
Adds a new MobileDevice to the MDM database.
|
static void |
WindowsDAOFactory.beginTransaction() |
boolean |
MobileFeatureDAO.deleteFeatureByCode(String mblFeatureCode)
Deletes a MobileFeature from Mobile-Feature table when the feature code is given.
|
boolean |
MobileFeatureDAO.deleteFeatureById(int mblFeatureId)
Deletes a MobileFeature from Mobile-Feature table when the feature id is given.
|
boolean |
MobileDeviceDAO.deleteMobileDevice(String mblDeviceId)
Deletes a given MobileDevice from MDM database.
|
List<MobileFeature> |
MobileFeatureDAO.getAllFeatures()
Retrieve all the MobileFeatures from Mobile-Feature table.
|
List<MobileDevice> |
MobileDeviceDAO.getAllMobileDevices()
Fetches all MobileDevices from MDM database.
|
static Connection |
WindowsDAOFactory.getConnection() |
MobileFeature |
MobileFeatureDAO.getFeatureByCode(String mblFeatureCode)
Retrieves a given MobileFeature from Mobile-Feature table when the feature code is given.
|
List<MobileFeature> |
MobileFeatureDAO.getFeatureByDeviceType(String deviceType)
Retrieves all MobileFeatures of a MobileDevice type from Mobile-Feature table.
|
MobileFeature |
MobileFeatureDAO.getFeatureById(int mblFeatureId)
Retrieves a given MobileFeature from Mobile-Feature table when the feature id is given.
|
MobileDevice |
MobileDeviceDAO.getMobileDevice(String mblDeviceId)
Fetches a MobileDevice from MDM database.
|
static void |
WindowsDAOFactory.openConnection() |
boolean |
MobileFeatureDAO.updateFeature(MobileFeature mobileFeature)
Updates a MobileFeature in Mobile-Feature table.
|
boolean |
MobileDeviceDAO.updateMobileDevice(MobileDevice mobileDevice)
Updates MobileDevice information in MDM database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WindowsFeatureDAOImpl.addFeature(MobileFeature mobileFeature) |
boolean |
WindowsFeatureDAOImpl.addFeatures(List<MobileFeature> mobileFeatures) |
boolean |
WindowsDeviceDAOImpl.addMobileDevice(MobileDevice mobileDevice) |
boolean |
WindowsFeatureDAOImpl.deleteFeatureByCode(String mblFeatureCode) |
boolean |
WindowsFeatureDAOImpl.deleteFeatureById(int mblFeatureId) |
boolean |
WindowsDeviceDAOImpl.deleteMobileDevice(String mblDeviceId) |
List<MobileFeature> |
WindowsFeatureDAOImpl.getAllFeatures() |
List<MobileDevice> |
WindowsDeviceDAOImpl.getAllMobileDevices() |
MobileFeature |
WindowsFeatureDAOImpl.getFeatureByCode(String mblFeatureCode) |
List<MobileFeature> |
WindowsFeatureDAOImpl.getFeatureByDeviceType(String deviceType) |
MobileFeature |
WindowsFeatureDAOImpl.getFeatureById(int mblFeatureId) |
MobileDevice |
WindowsDeviceDAOImpl.getMobileDevice(String mblDeviceId) |
boolean |
WindowsFeatureDAOImpl.updateFeature(MobileFeature mobileFeature) |
boolean |
WindowsDeviceDAOImpl.updateMobileDevice(MobileDevice mobileDevice) |
Copyright © 2017 WSO2. All rights reserved.