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)
          Retrieve a given feature property from feature property table.
 

Methods in org.wso2.carbon.device.mgt.mobile.dao that return types with arguments of type MobileFeatureProperty
 List<MobileFeatureProperty> MobileFeaturePropertyDAO.getFeaturePropertyOfFeature(Integer featureId)
          Retrieve a list of feature property corresponds to a feature id .
 

Methods in org.wso2.carbon.device.mgt.mobile.dao with parameters of type MobileFeatureProperty
 boolean MobileFeaturePropertyDAO.addMobileFeatureProperty(MobileFeatureProperty mobileFeatureProperty)
          Add a new feature property to feature property table.
 boolean MobileFeaturePropertyDAO.updateMobileFeatureProperty(MobileFeatureProperty mobileFeatureProperty)
          Update a feature property in the feature property 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.getFeaturePropertyOfFeature(Integer featureId)
           
 

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



Copyright © 2015 WSO2. All rights reserved.