|
||||||||||
| 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 mblFeatureCode)
Retrieves a given MobileFeature from Mobile-Feature table when the feature code is given. |
MobileFeature |
MobileFeatureDAO.getMobileFeatureById(int mblFeatureId)
Retrieves a given MobileFeature from Mobile-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()
Retrieve all the MobileFeatures from Mobile-Feature table. |
List<MobileFeature> |
MobileFeatureDAO.getMobileFeatureByDeviceType(String deviceType)
Retrieves all MobileFeatures of a MobileDevice type from Mobile-Feature table. |
| Methods in org.wso2.carbon.device.mgt.mobile.dao with parameters of type MobileFeature | |
|---|---|
int |
MobileFeatureDAO.addMobileFeature(MobileFeature mobileFeature)
Adds a new MobileFeature to Mobile-Feature table. |
boolean |
MobileFeatureDAO.updateMobileFeature(MobileFeature mobileFeature)
Updates a MobileFeature in Mobile-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 mblFeatureCode)
|
MobileFeature |
MobileFeatureDAOImpl.getMobileFeatureById(int mblFeatureId)
|
| 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 | |
|---|---|
int |
MobileFeatureDAOImpl.addMobileFeature(MobileFeature mobileFeature)
|
boolean |
MobileFeatureDAOImpl.updateMobileFeature(MobileFeature mobileFeature)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||