|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MobileFeature | |
|---|---|
| org.wso2.carbon.device.mgt.mobile.dao | |
| org.wso2.carbon.device.mgt.mobile.dao.impl | |
| Uses of MobileFeature in org.wso2.carbon.device.mgt.mobile.dao |
|---|
| Methods in org.wso2.carbon.device.mgt.mobile.dao that return MobileFeature | |
|---|---|
MobileFeature |
MobileFeatureDAO.getMobileFeatureByCode(String featureCode)
Retrieve a given feature from feature table when the feature code is given. |
MobileFeature |
MobileFeatureDAO.getMobileFeatureById(int featureId)
Retrieve a given feature from feature table when the feature id is given. |
| Methods in org.wso2.carbon.device.mgt.mobile.dao that return types with arguments of type MobileFeature | |
|---|---|
List<MobileFeature> |
MobileFeatureDAO.getAllMobileFeatures()
|
List<MobileFeature> |
MobileFeatureDAO.getMobileFeatureByDeviceType(String deviceType)
Retrieve all the features from plugin specific database for a Device Type. |
| Methods in org.wso2.carbon.device.mgt.mobile.dao with parameters of type MobileFeature | |
|---|---|
boolean |
MobileFeatureDAO.addMobileFeature(MobileFeature mobileFeature)
Add a new feature to feature table. |
boolean |
MobileFeatureDAO.updateMobileFeature(MobileFeature mobileFeature)
Update a feature in the feature table. |
| Uses of MobileFeature in org.wso2.carbon.device.mgt.mobile.dao.impl |
|---|
| Methods in org.wso2.carbon.device.mgt.mobile.dao.impl that return MobileFeature | |
|---|---|
MobileFeature |
MobileFeatureDAOImpl.getMobileFeatureByCode(String featureCode)
|
MobileFeature |
MobileFeatureDAOImpl.getMobileFeatureById(int featureID)
|
| Methods in org.wso2.carbon.device.mgt.mobile.dao.impl that return types with arguments of type MobileFeature | |
|---|---|
List<MobileFeature> |
MobileFeatureDAOImpl.getAllMobileFeatures()
|
List<MobileFeature> |
MobileFeatureDAOImpl.getMobileFeatureByDeviceType(String deviceType)
|
| Methods in org.wso2.carbon.device.mgt.mobile.dao.impl with parameters of type MobileFeature | |
|---|---|
boolean |
MobileFeatureDAOImpl.addMobileFeature(MobileFeature mobileFeature)
|
boolean |
MobileFeatureDAOImpl.updateMobileFeature(MobileFeature mobileFeature)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||