Package de.xima.fc.gui.bean.settings
Class UpdateBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class UpdateBean extends FCContextBean implements Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classUpdateBean.DbEncryptionclassUpdateBean.DbSettingsclassUpdateBean.SystemUpdate-
Nested classes/interfaces inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.bean.FCContextBean
systemUC
-
Fields inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
localeBean
-
-
Constructor Summary
Constructors Constructor Description UpdateBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UpdateBean.DbEncryptiongetDbEncryption()DbEncryptionBeangetDbEncryptionBean()Deprecated.UpdateBean.DbSettingsgetDbSettings()DbSettingsBeangetDbSettingsBean()Deprecated.UpdateBean.SystemUpdategetSystemUpdate()SystemUpdateBeangetSystemUpdateBean()Deprecated.EDbUpdateStepgetUpdateStep()booleanisDbDriverAvailable()booleanisPolling()voidonPoll()AJAX listener invoked when polling for changes during the system / DB update.voidsetDbEncryptionBean(DbEncryptionBean dbEncryptionBean)Deprecated.voidsetDbSettingsBean(DbSettingsBean dbSettingsBean)Deprecated.voidsetSystemUpdateBean(SystemUpdateBean systemUpdateBean)Deprecated.voidsetUpdateStep(EDbUpdateStep updateStep)voidupdate()-
Methods inherited from class de.xima.fc.gui.bean.FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubView
-
Methods inherited from class de.xima.fc.gui.bean.ABackendJSFContext
ec, findEntityContext, isDetached, isHasDB
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.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, setLocaleBean, setSessionAttribute, uc
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.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, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg
-
-
-
-
Method Detail
-
getDbSettings
public UpdateBean.DbSettings getDbSettings()
-
getDbEncryption
public UpdateBean.DbEncryption getDbEncryption()
-
getSystemUpdate
public UpdateBean.SystemUpdate getSystemUpdate()
-
isPolling
public boolean isPolling()
-
getUpdateStep
public EDbUpdateStep getUpdateStep()
-
setUpdateStep
public void setUpdateStep(EDbUpdateStep updateStep)
-
onPoll
public void onPoll()
AJAX listener invoked when polling for changes during the system / DB update.
-
update
public void update()
-
isDbDriverAvailable
public boolean isDbDriverAvailable()
-
getDbSettingsBean
@Deprecated public DbSettingsBean getDbSettingsBean()
Deprecated.
-
setDbSettingsBean
@Deprecated public void setDbSettingsBean(DbSettingsBean dbSettingsBean)
Deprecated.
-
getDbEncryptionBean
@Deprecated public DbEncryptionBean getDbEncryptionBean()
Deprecated.
-
setDbEncryptionBean
@Deprecated public void setDbEncryptionBean(DbEncryptionBean dbEncryptionBean)
Deprecated.
-
getSystemUpdateBean
@Deprecated public SystemUpdateBean getSystemUpdateBean()
Deprecated.
-
setSystemUpdateBean
@Deprecated public void setSystemUpdateBean(SystemUpdateBean systemUpdateBean)
Deprecated.
-
-