Class UpdateBean.DbSettings

java.lang.Object
de.xima.fc.gui.bean.settings.UpdateBean.DbSettings
All Implemented Interfaces:
Serializable
Enclosing class:
UpdateBean

public final class UpdateBean.DbSettings extends Object implements Serializable
See Also:
  • Method Details

    • getDBType

      public EDatenbankTyp getDBType()
    • setDBType

      public void setDBType(EDatenbankTyp dbType)
    • getJdbcUrl

      public String getJdbcUrl()
    • setJdbcUrl

      public void setJdbcUrl(String jdbcUrl)
    • getDbConnections

      public int getDbConnections()
    • setDbConnections

      public void setDbConnections(int dbConnections)
    • isAutoUpdate

      public boolean isAutoUpdate()
    • setAutoUpdate

      public void setAutoUpdate(boolean autoUpdate)
    • isAutoUpdatePlugins

      public boolean isAutoUpdatePlugins()
    • setAutoUpdatePlugins

      public void setAutoUpdatePlugins(boolean autoUpdatePlugins)
    • getDBUser

      public String getDBUser()
    • setDBUser

      public void setDBUser(String dbUser)
    • getDBPassword

      public String getDBPassword()
    • setDBPassword

      public void setDBPassword(String dbPassword)
    • getDbTimeout

      public int getDbTimeout()
    • setDbTimeout

      public void setDbTimeout(int dbTimeout)
    • getUpdateContext

      public UpdateContext getUpdateContext()
    • assumeTemplate

      public void assumeTemplate(javax.faces.event.ActionEvent evt)
      URL-Connection Template aus Dialog in Eingabefeld übernehmen
      Parameters:
      evt - the action event
    • checkConncection

      public void checkConncection()
    • testConnection

      public void testConnection() throws Throwable
      Throws:
      Throwable
    • checkConncectionForUpdate

      public boolean checkConncectionForUpdate()
    • storeDatabaseSettings

      public boolean storeDatabaseSettings(boolean migrateEncryption)
    • executeDatabaseUpdate

      @Deprecated public boolean executeDatabaseUpdate()
      Deprecated.
      Use FormcycleUpdate instead.
      Datenbankscheam aktualisieren !!!Achtung: Funktion ist in einem separaten Task auszuführen!!!