Package | Description |
---|---|
org.wso2.carbon.device.mgt.mobile.android.impl.dao | |
org.wso2.carbon.device.mgt.mobile.android.impl.dao.impl |
Modifier and Type | Class and Description |
---|---|
class |
AndroidFeatureManagementDAOException |
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 |
AndroidDAOFactory.beginTransaction() |
static void |
AndroidDAOFactory.closeConnection() |
static void |
AndroidDAOFactory.commitTransaction() |
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 |
AndroidDAOFactory.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 |
AndroidDAOFactory.rollbackTransaction() |
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 |
AndroidFeatureDAOImpl.addFeature(MobileFeature mobileFeature) |
boolean |
MobileFeatureDAOImpl.addFeature(MobileFeature mobileFeature) |
boolean |
AndroidFeatureDAOImpl.addFeatures(List<MobileFeature> mobileFeatures) |
boolean |
MobileFeatureDAOImpl.addFeatures(List<MobileFeature> mobileFeatures) |
boolean |
AndroidDeviceDAOImpl.addMobileDevice(MobileDevice mobileDevice) |
boolean |
AndroidFeatureDAOImpl.deleteFeatureByCode(String mblFeatureCode) |
boolean |
MobileFeatureDAOImpl.deleteFeatureByCode(String mblFeatureCode) |
boolean |
AndroidFeatureDAOImpl.deleteFeatureById(int mblFeatureId) |
boolean |
MobileFeatureDAOImpl.deleteFeatureById(int mblFeatureId) |
boolean |
AndroidDeviceDAOImpl.deleteMobileDevice(String mblDeviceId) |
List<MobileFeature> |
AndroidFeatureDAOImpl.getAllFeatures() |
List<MobileFeature> |
MobileFeatureDAOImpl.getAllFeatures() |
List<MobileDevice> |
AndroidDeviceDAOImpl.getAllMobileDevices() |
MobileFeature |
AndroidFeatureDAOImpl.getFeatureByCode(String mblFeatureCode) |
MobileFeature |
MobileFeatureDAOImpl.getFeatureByCode(String mblFeatureCode) |
List<MobileFeature> |
AndroidFeatureDAOImpl.getFeatureByDeviceType(String deviceType) |
List<MobileFeature> |
MobileFeatureDAOImpl.getFeatureByDeviceType(String deviceType) |
MobileFeature |
AndroidFeatureDAOImpl.getFeatureById(int mblFeatureId) |
MobileFeature |
MobileFeatureDAOImpl.getFeatureById(int mblFeatureId) |
MobileDevice |
AndroidDeviceDAOImpl.getMobileDevice(String mblDeviceId) |
boolean |
AndroidFeatureDAOImpl.updateFeature(MobileFeature mobileFeature) |
boolean |
MobileFeatureDAOImpl.updateFeature(MobileFeature mobileFeature) |
boolean |
AndroidDeviceDAOImpl.updateMobileDevice(MobileDevice mobileDevice) |
Copyright © 2017 WSO2. All rights reserved.