Uses of Class
org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty

Packages that use MobileFeatureProperty
org.wso2.carbon.device.mgt.mobile.dao   
org.wso2.carbon.device.mgt.mobile.dao.impl   
 

Uses of MobileFeatureProperty in org.wso2.carbon.device.mgt.mobile.dao
 

Methods in org.wso2.carbon.device.mgt.mobile.dao that return MobileFeatureProperty
 MobileFeatureProperty MobileFeaturePropertyDAO.getMobileFeatureProperty(String property)
          Retrieves a given MobileFeatureProperty from MobileFeatureProperty table.
 

Methods in org.wso2.carbon.device.mgt.mobile.dao that return types with arguments of type MobileFeatureProperty
 List<MobileFeatureProperty> MobileFeaturePropertyDAO.getFeaturePropertiesOfFeature(Integer mblFeatureId)
          Retrieves a list of MobileFeatureProperties corresponds to a given feature id from MobileFeatureProperty table.
 

Methods in org.wso2.carbon.device.mgt.mobile.dao with parameters of type MobileFeatureProperty
 boolean MobileFeaturePropertyDAO.addMobileFeatureProperty(MobileFeatureProperty mblFeatureProperty)
          Add a new MobileFeatureProperty to MobileFeatureProperty table.
 boolean MobileFeaturePropertyDAO.updateMobileFeatureProperty(MobileFeatureProperty mblFeatureProperty)
          Updates a MobileFeatureProperty in the MobileFeatureProperty table.
 

Uses of MobileFeatureProperty in org.wso2.carbon.device.mgt.mobile.dao.impl
 

Methods in org.wso2.carbon.device.mgt.mobile.dao.impl that return MobileFeatureProperty
 MobileFeatureProperty MobileFeaturePropertyDAOImpl.getMobileFeatureProperty(String property)
           
 

Methods in org.wso2.carbon.device.mgt.mobile.dao.impl that return types with arguments of type MobileFeatureProperty
 List<MobileFeatureProperty> MobileFeaturePropertyDAOImpl.getFeaturePropertiesOfFeature(Integer mblFeatureId)
           
 

Methods in org.wso2.carbon.device.mgt.mobile.dao.impl with parameters of type MobileFeatureProperty
 boolean MobileFeaturePropertyDAOImpl.addMobileFeatureProperty(MobileFeatureProperty mblFeatureProperty)
           
 boolean MobileFeaturePropertyDAOImpl.updateMobileFeatureProperty(MobileFeatureProperty mblFeatureProperty)
           
 



Copyright © 2015 WSO2. All rights reserved.