public class AndroidFeatureDAOImpl extends Object implements org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
| Constructor and Description |
|---|
AndroidFeatureDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addFeature(org.wso2.carbon.device.mgt.mobile.dto.MobileFeature mobileFeature) |
boolean |
addFeatures(List<org.wso2.carbon.device.mgt.mobile.dto.MobileFeature> mobileFeatures) |
boolean |
deleteFeatureByCode(String mblFeatureCode) |
boolean |
deleteFeatureById(int mblFeatureId) |
List<org.wso2.carbon.device.mgt.mobile.dto.MobileFeature> |
getAllFeatures() |
org.wso2.carbon.device.mgt.mobile.dto.MobileFeature |
getFeatureByCode(String mblFeatureCode) |
List<org.wso2.carbon.device.mgt.mobile.dto.MobileFeature> |
getFeatureByDeviceType(String deviceType) |
org.wso2.carbon.device.mgt.mobile.dto.MobileFeature |
getFeatureById(int mblFeatureId) |
boolean |
updateFeature(org.wso2.carbon.device.mgt.mobile.dto.MobileFeature mobileFeature) |
public boolean addFeature(org.wso2.carbon.device.mgt.mobile.dto.MobileFeature mobileFeature)
throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
addFeature in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic boolean addFeatures(List<org.wso2.carbon.device.mgt.mobile.dto.MobileFeature> mobileFeatures) throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
addFeatures in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic boolean updateFeature(org.wso2.carbon.device.mgt.mobile.dto.MobileFeature mobileFeature)
throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
updateFeature in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic boolean deleteFeatureById(int mblFeatureId)
throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
deleteFeatureById in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic boolean deleteFeatureByCode(String mblFeatureCode) throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
deleteFeatureByCode in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic org.wso2.carbon.device.mgt.mobile.dto.MobileFeature getFeatureById(int mblFeatureId)
throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
getFeatureById in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic org.wso2.carbon.device.mgt.mobile.dto.MobileFeature getFeatureByCode(String mblFeatureCode) throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
getFeatureByCode in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic List<org.wso2.carbon.device.mgt.mobile.dto.MobileFeature> getFeatureByDeviceType(String deviceType) throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
getFeatureByDeviceType in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic List<org.wso2.carbon.device.mgt.mobile.dto.MobileFeature> getAllFeatures() throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
getAllFeatures in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAOorg.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionCopyright © 2016 WSO2. All rights reserved.