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 class
UpdateBean.DbEncryption
class
UpdateBean.DbSettings
class
UpdateBean.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
-
-
Constructor Summary
Constructors Constructor Description UpdateBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UpdateBean.DbEncryption
getDbEncryption()
DbEncryptionBean
getDbEncryptionBean()
Deprecated.UpdateBean.DbSettings
getDbSettings()
DbSettingsBean
getDbSettingsBean()
Deprecated.UpdateBean.SystemUpdate
getSystemUpdate()
SystemUpdateBean
getSystemUpdateBean()
Deprecated.EDbUpdateStep
getUpdateStep()
boolean
isPolling()
void
onPoll()
AJAX listener invoked when polling for changes during the system / DB update.void
setDbEncryptionBean(DbEncryptionBean dbEncryptionBean)
Deprecated.void
setDbSettingsBean(DbSettingsBean dbSettingsBean)
Deprecated.void
setSystemUpdateBean(SystemUpdateBean systemUpdateBean)
Deprecated.void
setUpdateStep(EDbUpdateStep updateStep)
void
update()
-
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()
-
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.
-
-