Class DbSettingsBean
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder -
Field Summary
Fields inherited from class FCContextBean
systemUCFields inherited from class AJSFContext
localeBean -
Constructor Summary
ConstructorsConstructorDescriptionDbSettingsBean(UpdateBean updateBean) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidassumeTemplate(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 übernehmenvoidDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated.NO-OP: useFormcycleUpdateinstead.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidinit()Deprecated, for removal: This API element is subject to removal in a future version.voidsetDbConnections(int dbConnections) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDBPassword(String dbPassword) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDbTimeout(int dbTimeout) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetJdbcUrl(String jdbcUrl) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidstoreConnectionData(boolean migrateEncryption) Deprecated, for removal: This API element is subject to removal in a future version.booleanstoreDatabaseSettings(boolean migrateEncryption) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubViewMethods inherited from class ABackendJSFContext
ec, findEntityContext, isDetached, isHasDBMethods inherited from class AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, ucMethods inherited from class MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msgMethods inherited from class I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
Constructor Details
-
DbSettingsBean
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getJdbcUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
setJdbcUrl
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setDBUser
Deprecated, for removal: This API element is subject to removal in a future version. -
getDBPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
setDBPassword
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
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
-
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: useFormcycleUpdateinstead.- 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.ConfigurationExceptionIOException
-
UpdateBean.getDbSettings()instead