Class DbConnectionBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class DbConnectionBean extends AMessaging
Bean für die Verwaltung von Verbindungen
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • DbConnectionBean

      public DbConnectionBean()
  • Method Details

    • updateModel

      public void updateModel()
    • getModel

      Returns:
      the model
    • setModel

      public void setModel(IEntityListModelSelectByView<DatenbankZugriff> model)
      Parameters:
      model - the model to set
    • getDatenbankzugriffe

      public List<DatenbankZugriff> getDatenbankzugriffe()
    • changeJdbcUrl

      public void changeJdbcUrl(javax.faces.event.AjaxBehaviorEvent evt)
      Methode zum Ändern der JDBC-Url-Strings Achtung: Dieser wird nur geändert, wenn noch kein Wert gesetzt ist.

      Grund: Nutzer könnte bereits etwas hineinkopiert haben...

      Parameters:
      evt - the ajax event
    • checkConnection

      public void checkConnection()
    • determineDriverClass

      public void determineDriverClass()
    • isDbDriverAvailable

      public boolean isDbDriverAvailable()
    • getSessionBean

      @Deprecated public SessionBean getSessionBean()
      Deprecated.
    • setSessionBean

      @Deprecated public void setSessionBean(SessionBean sessionBean)
      Deprecated.