|
||||||||||
| 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 mblDeviceOperationMapping)
Adds a new mobile device operation mapping to the table. |
boolean |
deleteMobileDeviceOperationMapping(String mblDeviceId,
int operationId)
Delete a given MobileDeviceOperationMapping from MobileDeviceOperationMapping table. |
List<MobileDeviceOperationMapping> |
getAllMobileDeviceOperationMappingsOfDevice(String mblDeviceId)
Retrieves all the of MobileDeviceOperationMappings relevant to a given mobile device. |
List<MobileDeviceOperationMapping> |
getAllPendingOperationMappingsOfMobileDevice(String mblDeviceId)
Retrieves all the pending MobileDeviceOperationMappings of a mobile device. |
MobileDeviceOperationMapping |
getMobileDeviceOperationMapping(String mblDeviceId,
int operationId)
Retrieves a given MobileDeviceOperationMapping object from the MobileDeviceOperationMapping table. |
boolean |
updateMobileDeviceOperationMapping(MobileDeviceOperationMapping mblDeviceOperation)
Updates a MobileDeviceOperationMapping in MobileDeviceOperationMapping table. |
boolean |
updateMobileDeviceOperationMappingToCompleted(String mblDeviceId,
int operationId)
Updates a MobileDeviceOperationMapping to completed state in MobileDeviceOperationMapping table. |
boolean |
updateMobileDeviceOperationMappingToInProgress(String mblDeviceId,
int operationId)
Updates a MobileDeviceOperationMapping to In-Progress state in MobileDeviceOperationMapping table. |
| Method Detail |
|---|
boolean addMobileDeviceOperationMapping(MobileDeviceOperationMapping mblDeviceOperationMapping)
throws MobileDeviceManagementDAOException
mblDeviceOperationMapping - MobileDeviceOperationMapping object that holds data related
to the MobileDeviceOperationMapping to be inserted.
MobileDeviceManagementDAOException
boolean updateMobileDeviceOperationMapping(MobileDeviceOperationMapping mblDeviceOperation)
throws MobileDeviceManagementDAOException
mblDeviceOperation - MobileDeviceOperationMapping object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean updateMobileDeviceOperationMappingToInProgress(String mblDeviceId,
int operationId)
throws MobileDeviceManagementDAOException
mblDeviceId - MobileDevice id of the mappings to be updated.operationId - Operation id of the mapping to be updated.
MobileDeviceManagementDAOException
boolean updateMobileDeviceOperationMappingToCompleted(String mblDeviceId,
int operationId)
throws MobileDeviceManagementDAOException
mblDeviceId - MobileDevice id of the mappings to be updated.operationId - Operation id of the mapping to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileDeviceOperationMapping(String mblDeviceId,
int operationId)
throws MobileDeviceManagementDAOException
mblDeviceId - MobileDevice id of the mappings to be deleted.operationId - Operation id of the mapping to be deleted.
MobileDeviceManagementDAOException
MobileDeviceOperationMapping getMobileDeviceOperationMapping(String mblDeviceId,
int operationId)
throws MobileDeviceManagementDAOException
mblDeviceId - Device id of the mapping to be retrieved.operationId - Operation id of the mapping to be retrieved.
MobileDeviceManagementDAOException
List<MobileDeviceOperationMapping> getAllMobileDeviceOperationMappingsOfDevice(String mblDeviceId)
throws MobileDeviceManagementDAOException
mblDeviceId - MobileDevice id of the mappings to be retrieved.
MobileDeviceManagementDAOException
List<MobileDeviceOperationMapping> getAllPendingOperationMappingsOfMobileDevice(String mblDeviceId)
throws MobileDeviceManagementDAOException
mblDeviceId - MobileDevice id of the mappings to be retrieved.
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||