|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileDeviceOperationMappingDAO
This class represents the mapping between mobile device and operations.
| Method Summary | |
|---|---|
boolean |
addMobileDeviceOperationMapping(MobileDeviceOperationMapping deviceOperation)
Add a new mobile device operation mapping to the table. |
boolean |
deleteMobileDeviceOperationMapping(String deviceId,
int operationId)
Delete a given mobile device operation mapping from table. |
List<MobileDeviceOperationMapping> |
getAllMobileDeviceOperationNappingsOfDevice(String deviceId)
Retrieves all the of mobile device operation mappings relavent to the given mobile device. |
List<MobileDeviceOperationMapping> |
getAllPendingOperationMappingsOfMobileDevice(String deviceId)
Retrieves all the pending device operation mappings of a mobiel device. |
MobileDeviceOperationMapping |
getMobileDeviceOperationMapping(String deviceId,
int operationId)
Retrieves a given mobile device operation from the plugin database. |
boolean |
updateMobileDeviceOperationMapping(MobileDeviceOperationMapping deviceOperation)
Updates a mobile device operation mapping. |
boolean |
updateMobileDeviceOperationMappingToCompleted(String deviceId,
int operationId)
Updates a mobile device operation mapping to completed state. |
boolean |
updateMobileDeviceOperationMappingToInProgress(String deviceId,
int operationId)
Updates a mobile device operation mapping to In-Progress state. |
| Method Detail |
|---|
boolean addMobileDeviceOperationMapping(MobileDeviceOperationMapping deviceOperation)
throws MobileDeviceManagementDAOException
deviceOperation - MobileDeviceOperation object that holds data related to the MobileDeviceOperation
to be inserted.
MobileDeviceManagementDAOException
boolean updateMobileDeviceOperationMapping(MobileDeviceOperationMapping deviceOperation)
throws MobileDeviceManagementDAOException
deviceOperation - MobileDeviceOperation object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean updateMobileDeviceOperationMappingToInProgress(String deviceId,
int operationId)
throws MobileDeviceManagementDAOException
deviceId - Device id of the mapping to be deleted.operationId - Operation id of the mapping to be deleted.
MobileDeviceManagementDAOException
boolean updateMobileDeviceOperationMappingToCompleted(String deviceId,
int operationId)
throws MobileDeviceManagementDAOException
deviceId - Device id of the mapping to be deleted.operationId - Operation id of the mapping to be deleted.
MobileDeviceManagementDAOException
boolean deleteMobileDeviceOperationMapping(String deviceId,
int operationId)
throws MobileDeviceManagementDAOException
deviceId - Device id of the mapping to be deleted.operationId - Operation id of the mapping to be deleted.
MobileDeviceManagementDAOException
MobileDeviceOperationMapping getMobileDeviceOperationMapping(String deviceId,
int operationId)
throws MobileDeviceManagementDAOException
deviceId - Device id of the mapping to be retrieved.operationId - Operation id of the mapping to be retrieved.
MobileDeviceManagementDAOException
List<MobileDeviceOperationMapping> getAllMobileDeviceOperationNappingsOfDevice(String deviceId)
throws MobileDeviceManagementDAOException
MobileDeviceManagementDAOException
List<MobileDeviceOperationMapping> getAllPendingOperationMappingsOfMobileDevice(String deviceId)
throws MobileDeviceManagementDAOException
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||