|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileOperationDAO
This class represents the key operations associated with persisting mobile operation related information.
| Method Summary | |
|---|---|
int |
addMobileOperation(MobileOperation operation)
Add a new Mobile operation to plugin operation table. |
boolean |
deleteMobileOperation(int operationId)
Delete a given Mobile operation from plugin database. |
MobileOperation |
getMobileOperation(int operationId)
Retrieve a given Mobile operation from plugin database. |
boolean |
updateMobileOperation(MobileOperation operation)
Update a Mobile operation in the operation table. |
| Method Detail |
|---|
int addMobileOperation(MobileOperation operation)
throws MobileDeviceManagementDAOException
operation - Operation object that holds data related to the operation to be inserted.
MobileDeviceManagementDAOException
boolean updateMobileOperation(MobileOperation operation)
throws MobileDeviceManagementDAOException
operation - Operation object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileOperation(int operationId)
throws MobileDeviceManagementDAOException
operationId - Operation code of the operation to be deleted.
MobileDeviceManagementDAOException
MobileOperation getMobileOperation(int operationId)
throws MobileDeviceManagementDAOException
operationId - Operation id of the operation to be retrieved.
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||