|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileDeviceDAO
This class represents the key operations associated with persisting mobile-device related information.
| Method Summary | |
|---|---|
boolean |
addMobileDevice(MobileDevice mobileDevice)
Adds a new MobileDevice to the MDM database. |
boolean |
deleteMobileDevice(String mblDeviceId)
Deletes a given MobileDevice from MDM database. |
List<MobileDevice> |
getAllMobileDevices()
Fetches all MobileDevices from MDM database. |
MobileDevice |
getMobileDevice(String mblDeviceId)
Fetches a MobileDevice from MDM database. |
boolean |
updateMobileDevice(MobileDevice mobileDevice)
Updates MobileDevice information in MDM database. |
| Method Detail |
|---|
MobileDevice getMobileDevice(String mblDeviceId)
throws MobileDeviceManagementDAOException
mblDeviceId - Id of the Mobile-Device.
MobileDeviceManagementDAOException
boolean addMobileDevice(MobileDevice mobileDevice)
throws MobileDeviceManagementDAOException
mobileDevice - MobileDevice to be added.
MobileDeviceManagementDAOException
boolean updateMobileDevice(MobileDevice mobileDevice)
throws MobileDeviceManagementDAOException
mobileDevice - MobileDevice to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileDevice(String mblDeviceId)
throws MobileDeviceManagementDAOException
mblDeviceId - Id of MobileDevice to be deleted.
MobileDeviceManagementDAOException
List<MobileDevice> getAllMobileDevices()
throws MobileDeviceManagementDAOException
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||