com.stratelia.webactiv.kmelia.model.updatechain
Class JdbcFieldDisplayer

java.lang.Object
  extended by com.stratelia.webactiv.kmelia.model.updatechain.JdbcFieldDisplayer

public class JdbcFieldDisplayer
extends Object


Constructor Summary
JdbcFieldDisplayer()
          Constructeur
 
Method Summary
 Connection connectJdbc(String driverName, String url, String login, String password)
           
 void display(PrintWriter out, FieldUpdateChainDescriptor field, FieldsContext fieldsContext, boolean mandatory)
           
 Collection<String> selectSql(Connection jdbcConnection, String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcFieldDisplayer

public JdbcFieldDisplayer()
Constructeur

Method Detail

display

public void display(PrintWriter out,
                    FieldUpdateChainDescriptor field,
                    FieldsContext fieldsContext,
                    boolean mandatory)
             throws com.silverpeas.form.FormException
Throws:
com.silverpeas.form.FormException

connectJdbc

public Connection connectJdbc(String driverName,
                              String url,
                              String login,
                              String password)
                       throws com.silverpeas.form.FormException
Throws:
com.silverpeas.form.FormException

selectSql

public Collection<String> selectSql(Connection jdbcConnection,
                                    String query)
                             throws com.silverpeas.form.FormException
Throws:
com.silverpeas.form.FormException


Copyright © 2016 Silverpeas. All Rights Reserved.