|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileFeatureDAO
This class represents the key operations associated with persisting mobile feature related information.
| Method Summary | |
|---|---|
int |
addMobileFeature(MobileFeature mobileFeature)
Adds a new MobileFeature to Mobile-Feature table. |
boolean |
deleteMobileFeatureByCode(String mblFeatureCode)
Deletes a MobileFeature from Mobile-Feature table when the feature code is given. |
boolean |
deleteMobileFeatureById(int mblFeatureId)
Deletes a MobileFeature from Mobile-Feature table when the feature id is given. |
List<MobileFeature> |
getAllMobileFeatures()
Retrieve all the MobileFeatures from Mobile-Feature table. |
MobileFeature |
getMobileFeatureByCode(String mblFeatureCode)
Retrieves a given MobileFeature from Mobile-Feature table when the feature code is given. |
List<MobileFeature> |
getMobileFeatureByDeviceType(String deviceType)
Retrieves all MobileFeatures of a MobileDevice type from Mobile-Feature table. |
MobileFeature |
getMobileFeatureById(int mblFeatureId)
Retrieves a given MobileFeature from Mobile-Feature table when the feature id is given. |
boolean |
updateMobileFeature(MobileFeature mobileFeature)
Updates a MobileFeature in Mobile-Feature table. |
| Method Detail |
|---|
int addMobileFeature(MobileFeature mobileFeature)
throws MobileDeviceManagementDAOException
mobileFeature - MobileFeature object that holds data related to the feature to be inserted.
MobileDeviceManagementDAOException
boolean updateMobileFeature(MobileFeature mobileFeature)
throws MobileDeviceManagementDAOException
mobileFeature - MobileFeature object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileFeatureById(int mblFeatureId)
throws MobileDeviceManagementDAOException
mblFeatureId - MobileFeature id of the MobileFeature to be deleted.
MobileDeviceManagementDAOException
boolean deleteMobileFeatureByCode(String mblFeatureCode)
throws MobileDeviceManagementDAOException
mblFeatureCode - MobileFeature code of the feature to be deleted.
MobileDeviceManagementDAOException
MobileFeature getMobileFeatureById(int mblFeatureId)
throws MobileDeviceManagementDAOException
mblFeatureId - Feature id of the feature to be retrieved.
MobileDeviceManagementDAOException
MobileFeature getMobileFeatureByCode(String mblFeatureCode)
throws MobileDeviceManagementDAOException
mblFeatureCode - Feature code of the feature to be retrieved.
MobileDeviceManagementDAOException
List<MobileFeature> getMobileFeatureByDeviceType(String deviceType)
throws MobileDeviceManagementDAOException
deviceType - MobileDevice type of the MobileFeatures to be retrieved
MobileDeviceManagementDAOException
List<MobileFeature> getAllMobileFeatures()
throws MobileDeviceManagementDAOException
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||