|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileOperationPropertyDAO
This class represents the key operations associated with persisting mobile operation property related information.
| Method Summary | |
|---|---|
boolean |
addMobileOperationProperty(MobileOperationProperty operationProperty)
Add a new mapping to plugin operation property table. |
boolean |
deleteMobileOperationProperties(int operationId)
Deletes mobile operation properties of a given operation id from the plugin database. |
List<MobileOperationProperty> |
getAllMobileOperationPropertiesOfOperation(int operationId)
Retrieve all the mobile operation properties related to the a operation id. |
MobileOperationProperty |
getMobileOperationProperty(int operationId,
String property)
Retrieve a given mobile operation property from plugin database. |
boolean |
updateMobileOperationProperty(MobileOperationProperty operationProperty)
Update a feature in the feature table. |
| Method Detail |
|---|
boolean addMobileOperationProperty(MobileOperationProperty operationProperty)
throws MobileDeviceManagementDAOException
operationProperty - OperationProperty object that holds data related to the operation
property to be inserted.
MobileDeviceManagementDAOException
boolean updateMobileOperationProperty(MobileOperationProperty operationProperty)
throws MobileDeviceManagementDAOException
operationProperty - DeviceOperation object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileOperationProperties(int operationId)
throws MobileDeviceManagementDAOException
operationId - Operation id of the mapping to be deleted.
MobileDeviceManagementDAOException
MobileOperationProperty getMobileOperationProperty(int operationId,
String property)
throws MobileDeviceManagementDAOException
operationId - Operation id of the mapping to be retrieved.property - Property of the mapping to be retrieved.
MobileDeviceManagementDAOException
List<MobileOperationProperty> getAllMobileOperationPropertiesOfOperation(int operationId)
throws MobileDeviceManagementDAOException
operationId - Operation id of the mapping to be retrieved.
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||