Class DbSettingsBean

    • Method Detail

      • init

        @PostConstruct
        public void init()
        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.configuration.ConfigurationException,
                                        IOException
        Deprecated.
        Throws:
        org.apache.commons.configuration.ConfigurationException
        IOException