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

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

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

Methods in org.wso2.carbon.device.mgt.mobile.dao that return MobileOperationProperty
 MobileOperationProperty MobileOperationPropertyDAO.getMobileOperationProperty(int operationId, String property)
          Retrieve a given mobile operation property from plugin database.
 

Methods in org.wso2.carbon.device.mgt.mobile.dao that return types with arguments of type MobileOperationProperty
 List<MobileOperationProperty> MobileOperationPropertyDAO.getAllMobileOperationPropertiesOfOperation(int operationId)
          Retrieve all the mobile operation properties related to the a operation id.
 

Methods in org.wso2.carbon.device.mgt.mobile.dao with parameters of type MobileOperationProperty
 boolean MobileOperationPropertyDAO.addMobileOperationProperty(MobileOperationProperty operationProperty)
          Add a new mapping to plugin operation property table.
 boolean MobileOperationPropertyDAO.updateMobileOperationProperty(MobileOperationProperty operationProperty)
          Update a feature in the feature table.
 

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

Methods in org.wso2.carbon.device.mgt.mobile.dao.impl that return MobileOperationProperty
 MobileOperationProperty MobileOperationPropertyDAOImpl.getMobileOperationProperty(int operationId, String property)
           
 

Methods in org.wso2.carbon.device.mgt.mobile.dao.impl that return types with arguments of type MobileOperationProperty
 List<MobileOperationProperty> MobileOperationPropertyDAOImpl.getAllMobileOperationPropertiesOfOperation(int operationId)
           
 

Methods in org.wso2.carbon.device.mgt.mobile.dao.impl with parameters of type MobileOperationProperty
 boolean MobileOperationPropertyDAOImpl.addMobileOperationProperty(MobileOperationProperty operationProperty)
           
 boolean MobileOperationPropertyDAOImpl.updateMobileOperationProperty(MobileOperationProperty operationProperty)
           
 

Uses of MobileOperationProperty in org.wso2.carbon.device.mgt.mobile.dto
 

Methods in org.wso2.carbon.device.mgt.mobile.dto that return types with arguments of type MobileOperationProperty
 List<MobileOperationProperty> MobileOperation.getProperties()
           
 

Method parameters in org.wso2.carbon.device.mgt.mobile.dto with type arguments of type MobileOperationProperty
 void MobileOperation.setProperties(List<MobileOperationProperty> properties)
           
 



Copyright © 2015 WSO2. All rights reserved.