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
public final class UpdateBean.DbSettings extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
assumeTemplate(javax.faces.event.ActionEvent evt)
URL-Connection Template aus Dialog in Eingabefeld übernehmenvoid
checkConncection()
boolean
checkConncectionForUpdate()
boolean
executeDatabaseUpdate()
Deprecated.UseFormcycleUpdate
instead.int
getDbConnections()
String
getDBPassword()
int
getDbTimeout()
EDatenbankTyp
getDBType()
String
getDBUser()
String
getJdbcUrl()
UpdateContext
getUpdateContext()
boolean
isAutoUpdate()
boolean
isAutoUpdatePlugins()
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
setDBUser(String dbUser)
void
setJdbcUrl(String jdbcUrl)
boolean
storeDatabaseSettings(boolean migrateEncryption)
void
testConnection()
-
-
-
Method Detail
-
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()
-
checkConncectionForUpdate
public boolean checkConncectionForUpdate()
-
storeDatabaseSettings
public boolean storeDatabaseSettings(boolean migrateEncryption)
-
executeDatabaseUpdate
@Deprecated public boolean executeDatabaseUpdate()
Deprecated.UseFormcycleUpdate
instead.Datenbankscheam aktualisieren !!!Achtung: Funktion ist in einem separaten Task auszuführen!!!
-
-