Class DbSettingsBean

All Implemented Interfaces:
Serializable

@Deprecated(since="8.5.0", forRemoval=true) public class DbSettingsBean extends FCContextBean
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • DbSettingsBean

      public DbSettingsBean(UpdateBean updateBean)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • init

      public void init()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDBType

      public EDatenbankTyp getDBType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getJdbcUrl

      public String getJdbcUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setJdbcUrl

      public void setJdbcUrl(String jdbcUrl)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDbConnections

      public int getDbConnections()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDbConnections

      public void setDbConnections(int dbConnections)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDBUser

      public String getDBUser()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDBUser

      public void setDBUser(String dbUser)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDBPassword

      public String getDBPassword()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDBPassword

      public void setDBPassword(String dbPassword)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDbTimeout

      public int getDbTimeout()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDbTimeout

      public void setDbTimeout(int dbTimeout)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUpdateContext

      public UpdateContext getUpdateContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • assumeTemplate

      public void assumeTemplate(javax.faces.event.ActionEvent evt)
      Deprecated, for removal: This API element is subject to removal in a future version.
      URL-Connection Template aus Dialog in Eingabefeld übernehmen
      Parameters:
      evt - the action event
    • checkConncection

      public void checkConncection()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • testConnection

      public void testConnection() throws Throwable
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      Throwable
    • showDBConnectionStep

      public boolean showDBConnectionStep()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • checkConncectionForUpdate

      public boolean checkConncectionForUpdate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • storeDatabaseSettings

      public boolean storeDatabaseSettings(boolean migrateEncryption)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • executeDatabaseUpdate

      public boolean executeDatabaseUpdate()
      Deprecated.
      NO-OP: use FormcycleUpdate instead.
      Returns:
      false
    • storeConnectionData

      public void storeConnectionData(boolean migrateEncryption) throws org.apache.commons.configuration2.ex.ConfigurationException, IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      org.apache.commons.configuration2.ex.ConfigurationException
      IOException