|
||||||||||
| 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 mblOperation)
Adds a new Mobile operation to the MobileOperation table. |
boolean |
deleteMobileOperation(int mblOperationId)
Deletes a given MobileOperation from MobileOperation table. |
MobileOperation |
getMobileOperation(int mblOperationId)
Retrieve a MobileOperation from MobileOperation table. |
boolean |
updateMobileOperation(MobileOperation mblOperation)
Updates a Mobile operation in the MobileOperation table. |
| Method Detail |
|---|
int addMobileOperation(MobileOperation mblOperation)
throws MobileDeviceManagementDAOException
mblOperation - MobileOperation object that holds data related to the operation to be
inserted.
MobileDeviceManagementDAOException
boolean updateMobileOperation(MobileOperation mblOperation)
throws MobileDeviceManagementDAOException
mblOperation - MobileOperation object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileOperation(int mblOperationId)
throws MobileDeviceManagementDAOException
mblOperationId - Operation code of the MobileOperation to be deleted.
MobileDeviceManagementDAOException
MobileOperation getMobileOperation(int mblOperationId)
throws MobileDeviceManagementDAOException
mblOperationId - Operation id of the MobileOperation to be retrieved.
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||