|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeaturePropertyDAOImpl
public class MobileFeaturePropertyDAOImpl
Implementation of MobileFeaturePropertyDAO.
| Constructor Summary | |
|---|---|
MobileFeaturePropertyDAOImpl(DataSource dataSource)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobileFeaturePropertyDAOImpl(DataSource dataSource)
| Method Detail |
|---|
public boolean addMobileFeatureProperty(MobileFeatureProperty mobileFeatureProperty)
throws MobileDeviceManagementDAOException
MobileFeaturePropertyDAO
addMobileFeatureProperty in interface MobileFeaturePropertyDAOmobileFeatureProperty - Feature property object that holds data related to the feature property to be inserted.
MobileDeviceManagementDAOException
public boolean updateMobileFeatureProperty(MobileFeatureProperty mobileFeatureProperty)
throws MobileDeviceManagementDAOException
MobileFeaturePropertyDAO
updateMobileFeatureProperty in interface MobileFeaturePropertyDAOmobileFeatureProperty - Feature property object that holds data has to be updated.
MobileDeviceManagementDAOException
public boolean deleteMobileFeatureProperty(String property)
throws MobileDeviceManagementDAOException
MobileFeaturePropertyDAO
deleteMobileFeatureProperty in interface MobileFeaturePropertyDAOproperty - Property of the feature property to be deleted.
MobileDeviceManagementDAOException
public MobileFeatureProperty getMobileFeatureProperty(String property)
throws MobileDeviceManagementDAOException
MobileFeaturePropertyDAO
getMobileFeatureProperty in interface MobileFeaturePropertyDAOproperty - Property of the feature property to be retrieved.
MobileDeviceManagementDAOException
public List<MobileFeatureProperty> getFeaturePropertyOfFeature(Integer featureId)
throws MobileDeviceManagementDAOException
MobileFeaturePropertyDAO
getFeaturePropertyOfFeature in interface MobileFeaturePropertyDAOfeatureId - 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 | |||||||||