org.openmobileis.modules.crm.database.common.jdbc
Class JDBCGlobalPropertyQueryManager
java.lang.Object
org.openmobileis.common.util.database.AbstractQueryManager
org.openmobileis.modules.crm.database.common.jdbc.JDBCGlobalPropertyQueryManager
- public class JDBCGlobalPropertyQueryManager
- extends AbstractQueryManager
- Author:
- Philippe Delrieu
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queryGetGlobalProperty
protected static java.lang.String queryGetGlobalProperty
queryGetPropertiesForService
protected static java.lang.String queryGetPropertiesForService
queryGetAllGlobalProperties
protected static java.lang.String queryGetAllGlobalProperties
queryInsertGlobalProperty
protected static java.lang.String queryInsertGlobalProperty
queryUpdateGlobalProperty
protected static java.lang.String queryUpdateGlobalProperty
queryDeleteGlobalProperty
protected static java.lang.String queryDeleteGlobalProperty
JDBCGlobalPropertyQueryManager
public JDBCGlobalPropertyQueryManager()
createSyncTable
public void createSyncTable()
throws ServiceException,
java.sql.SQLException
- Throws:
ServiceException
java.sql.SQLException
create
public void create(java.lang.String[] parameters)
throws ServiceException
- Throws:
ServiceException
delete
public void delete(java.lang.String[] parameters)
throws ServiceException
- Throws:
ServiceException
update
public void update(java.lang.String[] parameters)
throws ServiceException
- Throws:
ServiceException
getGlobalProperty
public java.sql.ResultSet getGlobalProperty(java.lang.String[] param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getPropertiesForService
public java.sql.ResultSet getPropertiesForService(java.lang.String[] param)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getAllGlobalProperties
public java.sql.ResultSet getAllGlobalProperties()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
convertResultSetToProperty
public GlobalProperty convertResultSetToProperty(java.sql.ResultSet result)
throws DatabaseException
- Throws:
DatabaseException
getInsertParamFromProperty
public java.lang.String[] getInsertParamFromProperty(GlobalProperty property)
getUpdateParamFromProperty
public java.lang.String[] getUpdateParamFromProperty(GlobalProperty property)
Copyright 2005 e-Care. All Rights Reserved.