Package de.xima.fc.gui.bean.settings
Class UpdateBean.DbSettings
java.lang.Object
de.xima.fc.gui.bean.settings.UpdateBean.DbSettings
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UpdateBean
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assumeTemplate
(javax.faces.event.ActionEvent evt) URL-Connection Template aus Dialog in Eingabefeld übernehmenvoid
boolean
boolean
Deprecated.int
int
boolean
boolean
void
setAutoUpdate
(boolean autoUpdate) void
setAutoUpdatePlugins
(boolean autoUpdatePlugins) void
setDbConnections
(int dbConnections) void
setDBPassword
(String dbPassword) void
setDbTimeout
(int dbTimeout) void
setDBType
(EDatenbankTyp dbType) void
void
setJdbcUrl
(String jdbcUrl) boolean
storeDatabaseSettings
(boolean migrateEncryption) void
-
Method Details
-
getDBType
-
setDBType
-
getJdbcUrl
-
setJdbcUrl
-
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
-
setDBUser
-
getDBPassword
-
setDBPassword
-
getDbTimeout
public int getDbTimeout() -
setDbTimeout
public void setDbTimeout(int dbTimeout) -
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
- Throws:
Throwable
-
checkConncectionForUpdate
public boolean checkConncectionForUpdate() -
storeDatabaseSettings
public boolean storeDatabaseSettings(boolean migrateEncryption) -
executeDatabaseUpdate
Deprecated.UseFormcycleUpdate
instead.Datenbankscheam aktualisieren !!!Achtung: Funktion ist in einem separaten Task auszuführen!!!
-
FormcycleUpdate
instead.