org.openmobileis.modules.crm.database.common.jdbc
Interface LabelJDBCQuery


public interface LabelJDBCQuery

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Method Summary
 Label convertResultSetToLabel(java.sql.ResultSet result)
           
 void deleteLabel(java.lang.String[] param)
           
 ManagerDB getDbManager()
           
 java.lang.String[] getInsertParamFromLabel(Label label)
           
 java.sql.ResultSet getLabelListForCategorie(java.lang.String[] param)
           
 java.sql.ResultSet getLabelWithIds(java.lang.String[] param)
           
 java.lang.String[] getUpdateParamFromLabel(Label label)
           
 void insertLabel(java.lang.String[] param)
           
 void updateLabel(java.lang.String[] param)
           
 

Method Detail

getLabelListForCategorie

public java.sql.ResultSet getLabelListForCategorie(java.lang.String[] param)
                                            throws DatabaseException
Throws:
DatabaseException

getLabelWithIds

public java.sql.ResultSet getLabelWithIds(java.lang.String[] param)
                                   throws DatabaseException
Throws:
DatabaseException

insertLabel

public void insertLabel(java.lang.String[] param)
                 throws DatabaseException
Throws:
DatabaseException

updateLabel

public void updateLabel(java.lang.String[] param)
                 throws DatabaseException
Throws:
DatabaseException

deleteLabel

public void deleteLabel(java.lang.String[] param)
                 throws DatabaseException
Throws:
DatabaseException

convertResultSetToLabel

public Label convertResultSetToLabel(java.sql.ResultSet result)
                              throws DatabaseException
Throws:
DatabaseException

getDbManager

public ManagerDB getDbManager()

getInsertParamFromLabel

public java.lang.String[] getInsertParamFromLabel(Label label)

getUpdateParamFromLabel

public java.lang.String[] getUpdateParamFromLabel(Label label)


Copyright 2005 e-Care. All Rights Reserved.