Class DbSettingsBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped @Deprecated public class DbSettingsBean extends FCContextBean
Deprecated.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • DbSettingsBean

      public DbSettingsBean(UpdateBean updateBean)
      Deprecated.
  • Method Details

    • init

      @PostConstruct public void init()
      Deprecated.
    • getDBType

      public EDatenbankTyp getDBType()
      Deprecated.
    • setDBType

      public void setDBType(EDatenbankTyp dbType)
      Deprecated.
    • getJdbcUrl

      public String getJdbcUrl()
      Deprecated.
    • setJdbcUrl

      public void setJdbcUrl(String jdbcUrl)
      Deprecated.
    • getDbConnections

      public int getDbConnections()
      Deprecated.
    • setDbConnections

      public void setDbConnections(int dbConnections)
      Deprecated.
    • getDBUser

      public String getDBUser()
      Deprecated.
    • setDBUser

      public void setDBUser(String dbUser)
      Deprecated.
    • getDBPassword

      public String getDBPassword()
      Deprecated.
    • setDBPassword

      public void setDBPassword(String dbPassword)
      Deprecated.
    • getDbTimeout

      public int getDbTimeout()
      Deprecated.
    • setDbTimeout

      public void setDbTimeout(int dbTimeout)
      Deprecated.
    • getUpdateContext

      public UpdateContext getUpdateContext()
      Deprecated.
    • assumeTemplate

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

      public void checkConncection()
      Deprecated.
    • testConnection

      public void testConnection() throws Throwable
      Deprecated.
      Throws:
      Throwable
    • showDBConnectionStep

      public boolean showDBConnectionStep()
      Deprecated.
    • checkConncectionForUpdate

      public boolean checkConncectionForUpdate()
      Deprecated.
    • storeDatabaseSettings

      public boolean storeDatabaseSettings(boolean migrateEncryption)
      Deprecated.
    • executeDatabaseUpdate

      public boolean executeDatabaseUpdate()
      Deprecated.
      Datenbankscheam aktualisieren !!!Achtung: Funktion ist in einem separaten Task auszuführen!!!
    • storeConnectionData

      @Deprecated public void storeConnectionData(boolean migrateEncryption) throws org.apache.commons.configuration2.ex.ConfigurationException, IOException
      Deprecated.
      Throws:
      org.apache.commons.configuration2.ex.ConfigurationException
      IOException