Package de.xima.fc.gui.bean.settings
Class UpdateBean
java.lang.Object
de.xima.fc.gui.bean.settings.UpdateBean
- All Implemented Interfaces:
Serializable
Bean for handling Liquibase / migration / system updates.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal class
final class
final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Deprecated.Deprecated.Deprecated.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
onPoll()
AJAX listener invoked when polling for changes during the system / DB update.void
void
setCallbackMails
(List<String> callbackMails) void
setDbEncryptionBean
(DbEncryptionBean dbEncryptionBean) Deprecated.void
setDbSettingsBean
(DbSettingsBean dbSettingsBean) Deprecated.void
setInternalMessageBean
(InternalMessageBean internalMessageBean) void
setSystemUpdateBean
(SystemUpdateBean systemUpdateBean) Deprecated.void
setUpdateStep
(EDbUpdateStep updateStep) Deprecated.void
update()
void
updatePlugins
(boolean viaServer)
-
Constructor Details
-
UpdateBean
public UpdateBean()
-
-
Method Details
-
removeSystemUpdateLock
public void removeSystemUpdateLock() -
getDbSettings
-
getDbEncryption
-
getSystemUpdate
-
isUpdateRunning
public boolean isUpdateRunning() -
isHasSystemUpdateLock
public boolean isHasSystemUpdateLock() -
isAutoUpdateDisabled
public boolean isAutoUpdateDisabled() -
isAutoUpdatePluginsDisabled
public boolean isAutoUpdatePluginsDisabled() -
isShowUpdateScreen
public boolean isShowUpdateScreen() -
getCallbackMails
-
isCallbackMailsDisabled
public boolean isCallbackMailsDisabled() -
setCallbackMails
-
getDbStateMessage
-
isPolling
public boolean isPolling() -
getUpdate
-
getUpdateContexts
-
onPoll
public void onPoll()AJAX listener invoked when polling for changes during the system / DB update. -
clearUpdate
public void clearUpdate() -
update
public void update() -
isDbDriverAvailable
public boolean isDbDriverAvailable() -
isDbRunningAndSystemUpToDate
public boolean isDbRunningAndSystemUpToDate() -
updatePlugins
public void updatePlugins(boolean viaServer) -
getInternalMessageBean
-
setInternalMessageBean
-
getUpdateStep
Deprecated. -
setUpdateStep
Deprecated. -
getDbSettingsBean
Deprecated. -
setDbSettingsBean
Deprecated. -
getDbEncryptionBean
Deprecated. -
setDbEncryptionBean
Deprecated. -
getSystemUpdateBean
Deprecated. -
setSystemUpdateBean
Deprecated.
-