|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 mblOperationId,
String property)
Retrieve a given MobileOperationProperty from MobileOperationProperty table. |
| Methods in org.wso2.carbon.device.mgt.mobile.dao that return types with arguments of type MobileOperationProperty | |
|---|---|
List<MobileOperationProperty> |
MobileOperationPropertyDAO.getAllMobileOperationPropertiesOfOperation(int mblOperationId)
Retrieve all the MobileOperationProperties related to the a operation id from MobileOperationProperty table. |
| Methods in org.wso2.carbon.device.mgt.mobile.dao with parameters of type MobileOperationProperty | |
|---|---|
boolean |
MobileOperationPropertyDAO.addMobileOperationProperty(MobileOperationProperty mblOperationProperty)
Add a new MobileOperationProperty to MobileOperationProperty table. |
boolean |
MobileOperationPropertyDAO.updateMobileOperationProperty(MobileOperationProperty mblOperationProperty)
Update a MobileOperationProperty in the MobileOperationProperty 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 mblOperationId,
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 mblOperationId)
|
| Methods in org.wso2.carbon.device.mgt.mobile.dao.impl with parameters of type MobileOperationProperty | |
|---|---|
boolean |
MobileOperationPropertyDAOImpl.addMobileOperationProperty(MobileOperationProperty mblOperationProperty)
|
boolean |
MobileOperationPropertyDAOImpl.updateMobileOperationProperty(MobileOperationProperty mblOperationProperty)
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||