|
||||||||||
| 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 mblOperationProperty)
Add a new MobileOperationProperty to MobileOperationProperty table. |
boolean |
deleteMobileOperationProperties(int mblOperationId)
Deletes MobileOperationProperties of a given operation id from the MobileOperationProperty table. |
List<MobileOperationProperty> |
getAllMobileOperationPropertiesOfOperation(int mblOperationId)
Retrieve all the MobileOperationProperties related to the a operation id from MobileOperationProperty table. |
MobileOperationProperty |
getMobileOperationProperty(int mblOperationId,
String property)
Retrieve a given MobileOperationProperty from MobileOperationProperty table. |
boolean |
updateMobileOperationProperty(MobileOperationProperty mblOperationProperty)
Update a MobileOperationProperty in the MobileOperationProperty table. |
| Method Detail |
|---|
boolean addMobileOperationProperty(MobileOperationProperty mblOperationProperty)
throws MobileDeviceManagementDAOException
mblOperationProperty - MobileOperationProperty object that holds data related to the
operation property to be inserted.
MobileDeviceManagementDAOException
boolean updateMobileOperationProperty(MobileOperationProperty mblOperationProperty)
throws MobileDeviceManagementDAOException
mblOperationProperty - MobileOperationProperty object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileOperationProperties(int mblOperationId)
throws MobileDeviceManagementDAOException
mblOperationId - Operation id of the MobileOperationProperty to be deleted.
MobileDeviceManagementDAOException
MobileOperationProperty getMobileOperationProperty(int mblOperationId,
String property)
throws MobileDeviceManagementDAOException
mblOperationId - Operation id of the mapping to be retrieved.property - Property of the mapping to be retrieved.
MobileDeviceManagementDAOException
List<MobileOperationProperty> getAllMobileOperationPropertiesOfOperation(int mblOperationId)
throws MobileDeviceManagementDAOException
mblOperationId - Operation id of the MobileOperationProperty to be retrieved.
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||