org.openmobileis.modules.crm.database.common.jdbc
Interface RepresentantJDBCQuery
- public interface RepresentantJDBCQuery
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
convertResultSetToRepresentant
public Representant convertResultSetToRepresentant(java.sql.ResultSet result)
throws DatabaseException
- Throws:
DatabaseException
getDbManager
public ManagerDB getDbManager()
getInsertParamFromRepresentant
public java.lang.String[] getInsertParamFromRepresentant(Representant rep)
getUpdateParamFromRepresentant
public java.lang.String[] getUpdateParamFromRepresentant(Representant rep)
getRepIdsList
public java.sql.ResultSet getRepIdsList()
throws DatabaseException
- Throws:
DatabaseException
getRepresentant
public java.sql.ResultSet getRepresentant(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
getAllRepresentants
public java.sql.ResultSet getAllRepresentants()
throws DatabaseException
- Throws:
DatabaseException
insertRepresentant
public void insertRepresentant(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
updateRepresentant
public void updateRepresentant(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
deleteRepresentant
public void deleteRepresentant(java.lang.String[] param)
throws DatabaseException
- Throws:
DatabaseException
Copyright 2005 e-Care. All Rights Reserved.