|
||||||||||
| 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 mblFeatureProperty)
Add a new MobileFeatureProperty to MobileFeatureProperty table. |
boolean |
deleteMobileFeaturePropertiesOfFeature(Integer mblFeatureId)
Deletes MobileFeatureProperties of a given feature from MobileFeatureProperty table. |
boolean |
deleteMobileFeatureProperty(String property)
Deletes a given MobileFeatureProperty from MobileFeatureProperty table. |
List<MobileFeatureProperty> |
getFeaturePropertiesOfFeature(Integer mblFeatureId)
Retrieves a list of MobileFeatureProperties corresponds to a given feature id from MobileFeatureProperty table. |
MobileFeatureProperty |
getMobileFeatureProperty(String property)
Retrieves a given MobileFeatureProperty from MobileFeatureProperty table. |
boolean |
updateMobileFeatureProperty(MobileFeatureProperty mblFeatureProperty)
Updates a MobileFeatureProperty in the MobileFeatureProperty table. |
| Method Detail |
|---|
boolean addMobileFeatureProperty(MobileFeatureProperty mblFeatureProperty)
throws MobileDeviceManagementDAOException
mblFeatureProperty - MobileFeatureProperty object that holds data related to the feature
property to be inserted.
MobileDeviceManagementDAOException
boolean updateMobileFeatureProperty(MobileFeatureProperty mblFeatureProperty)
throws MobileDeviceManagementDAOException
mblFeatureProperty - MobileFeatureProperty object that holds data has to be updated.
MobileDeviceManagementDAOException
boolean deleteMobileFeatureProperty(String property)
throws MobileDeviceManagementDAOException
property - Property of the MobileFeatureProperty to be deleted.
MobileDeviceManagementDAOException
boolean deleteMobileFeaturePropertiesOfFeature(Integer mblFeatureId)
throws MobileDeviceManagementDAOException
mblFeatureId - Feature-id of the MobileFeature corresponding properties should be deleted.
MobileDeviceManagementDAOException
MobileFeatureProperty getMobileFeatureProperty(String property)
throws MobileDeviceManagementDAOException
property - Property of the feature property to be retrieved.
MobileDeviceManagementDAOException
List<MobileFeatureProperty> getFeaturePropertiesOfFeature(Integer mblFeatureId)
throws MobileDeviceManagementDAOException
mblFeatureId - feature id of the MobileFeatureProperties to be retrieved.
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||