Modifier and Type | Method and Description |
---|---|
MobileFeature |
MobileFeatureDAO.getFeatureByCode(String mblFeatureCode)
Retrieves a given MobileFeature from Mobile-Feature table when the feature code is given.
|
MobileFeature |
MobileFeatureDAO.getFeatureById(int mblFeatureId)
Retrieves a given MobileFeature from Mobile-Feature table when the feature id is given.
|
Modifier and Type | Method and Description |
---|---|
List<MobileFeature> |
MobileFeatureDAO.getAllFeatures()
Retrieve all the MobileFeatures from Mobile-Feature table.
|
List<MobileFeature> |
MobileFeatureDAO.getFeatureByDeviceType(String deviceType)
Retrieves all MobileFeatures of a MobileDevice type from Mobile-Feature table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MobileFeatureDAO.addFeature(MobileFeature mobileFeature)
Adds a new MobileFeature to Mobile-Feature table.
|
boolean |
MobileFeatureDAO.updateFeature(MobileFeature mobileFeature)
Updates a MobileFeature in Mobile-Feature table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MobileFeatureDAO.addFeatures(List<MobileFeature> mobileFeatures)
Adda a list of MobileFeatures to Mobile-Feature table.
|
Modifier and Type | Method and Description |
---|---|
MobileFeature |
WindowsFeatureDAOImpl.getFeatureByCode(String mblFeatureCode) |
MobileFeature |
WindowsFeatureDAOImpl.getFeatureById(int mblFeatureId) |
Modifier and Type | Method and Description |
---|---|
List<MobileFeature> |
WindowsFeatureDAOImpl.getAllFeatures() |
List<MobileFeature> |
WindowsFeatureDAOImpl.getFeatureByDeviceType(String deviceType) |
Modifier and Type | Method and Description |
---|---|
boolean |
WindowsFeatureDAOImpl.addFeature(MobileFeature mobileFeature) |
boolean |
WindowsFeatureDAOImpl.updateFeature(MobileFeature mobileFeature) |
Modifier and Type | Method and Description |
---|---|
boolean |
WindowsFeatureDAOImpl.addFeatures(List<MobileFeature> mobileFeatures) |
Modifier and Type | Method and Description |
---|---|
static MobileFeature |
MobileDeviceManagementUtil.convertToMobileFeature(org.wso2.carbon.device.mgt.common.Feature feature) |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.device.mgt.common.Feature |
MobileDeviceManagementUtil.convertToFeature(MobileFeature mobileFeature) |
Copyright © 2017 WSO2. All rights reserved.