|
||||||||||
| 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.MobileOperationPropertyDAOImpl
public class MobileOperationPropertyDAOImpl
Implementation of MobileOperationPropertyDAO.
| Constructor Summary | |
|---|---|
MobileOperationPropertyDAOImpl(DataSource dataSource)
|
|
| Method Summary | |
|---|---|
boolean |
addMobileOperationProperty(MobileOperationProperty mblOperationProperty)
Add a new MobileOperationProperty to MobileOperationProperty table. |
boolean |
deleteMobileOperationProperties(int mblOperationId)
Deletes MobileOperationProperties of a given operation id from the MobileOperationProperty table. |
List<MobileOperationProperty> |
getAllMobileOperationPropertiesOfOperation(int mblOperationId)
Retrieve all the MobileOperationProperties related to the a operation id from MobileOperationProperty table. |
MobileOperationProperty |
getMobileOperationProperty(int mblOperationId,
String property)
Retrieve a given MobileOperationProperty from MobileOperationProperty table. |
boolean |
updateMobileOperationProperty(MobileOperationProperty mblOperationProperty)
Update a MobileOperationProperty in the MobileOperationProperty table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobileOperationPropertyDAOImpl(DataSource dataSource)
| Method Detail |
|---|
public boolean addMobileOperationProperty(MobileOperationProperty mblOperationProperty)
throws MobileDeviceManagementDAOException
MobileOperationPropertyDAO
addMobileOperationProperty in interface MobileOperationPropertyDAOmblOperationProperty - MobileOperationProperty object that holds data related to the
operation property to be inserted.
MobileDeviceManagementDAOException
public boolean updateMobileOperationProperty(MobileOperationProperty mblOperationProperty)
throws MobileDeviceManagementDAOException
MobileOperationPropertyDAO
updateMobileOperationProperty in interface MobileOperationPropertyDAOmblOperationProperty - MobileOperationProperty object that holds data has to be updated.
MobileDeviceManagementDAOException
public boolean deleteMobileOperationProperties(int mblOperationId)
throws MobileDeviceManagementDAOException
MobileOperationPropertyDAO
deleteMobileOperationProperties in interface MobileOperationPropertyDAOmblOperationId - Operation id of the MobileOperationProperty to be deleted.
MobileDeviceManagementDAOException
public MobileOperationProperty getMobileOperationProperty(int mblOperationId,
String property)
throws MobileDeviceManagementDAOException
MobileOperationPropertyDAO
getMobileOperationProperty in interface MobileOperationPropertyDAOmblOperationId - Operation id of the mapping to be retrieved.property - Property of the mapping to be retrieved.
MobileDeviceManagementDAOException
public List<MobileOperationProperty> getAllMobileOperationPropertiesOfOperation(int mblOperationId)
throws MobileDeviceManagementDAOException
MobileOperationPropertyDAO
getAllMobileOperationPropertiesOfOperation in interface MobileOperationPropertyDAOmblOperationId - Operation id of the MobileOperationProperty to be retrieved.
MobileDeviceManagementDAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||