|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileFeaturePropertyDAO
This class represents the key operations associated with persisting mobile feature property related information.
| Method Summary | |
|---|---|
boolean |
addMobileFeatureProperty(MobileFeatureProperty mobileFeatureProperty)
Add a new feature property to feature property table. |
boolean |
deleteMobileFeatureProperty(String property)
Delete a given feature property from feature property table. |
List<MobileFeatureProperty> |
getFeaturePropertyOfFeature(Integer featureId)
Retrieve a list of feature property corresponds to a feature id . |
MobileFeatureProperty |
getMobileFeatureProperty(String property)
Retrieve a given feature property from feature property table. |
boolean |
updateMobileFeatureProperty(MobileFeatureProperty mobileFeatureProperty)
Update a feature property in the feature property table. |
| Method Detail |
|---|
boolean addMobileFeatureProperty(MobileFeatureProperty mobileFeatureProperty)
throws MobileDeviceManagementDAOException
mobileFeatureProperty - Feature property object that holds data related to the feature property to be inserted.
MobileDeviceManagementDAOException
boolean updateMobileFeatureProperty(MobileFeatureProperty mobileFeatureProperty)
throws MobileDeviceManagementDAOException
mobileFeatureProperty - Feature property object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileFeatureProperty(String property)
throws MobileDeviceManagementDAOException
property - Property of the feature property to be deleted.
MobileDeviceManagementDAOException
MobileFeatureProperty getMobileFeatureProperty(String property)
throws MobileDeviceManagementDAOException
property - Property of the feature property to be retrieved.
MobileDeviceManagementDAOException
List<MobileFeatureProperty> getFeaturePropertyOfFeature(Integer featureId)
throws MobileDeviceManagementDAOException
featureId - feature id of the feature property to be retrieved.
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||