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 classfinal classfinal class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, 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.voidhandleDriverUpload(org.primefaces.event.FileUploadEvent event) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisWriteProtected(String configKey) voidonPoll()AJAX listener invoked when polling for changes during the system / DB update.voidvoidsetCallbackMails(List<String> callbackMails) voidsetDbEncryptionBean(DbEncryptionBean dbEncryptionBean) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDbSettingsBean(DbSettingsBean dbSettingsBean) Deprecated, for removal: This API element is subject to removal in a future version.voidsetInternalMessageBean(InternalMessageBean internalMessageBean) Deprecated, for removal: This API element is subject to removal in a future version.voidsetUpdateStep(EDbUpdateStep updateStep) Deprecated, for removal: This API element is subject to removal in a future version.voidupdate()voidupdatePlugins(boolean viaServer)
-
Constructor Details
-
UpdateBean
public UpdateBean()
-
-
Method Details
-
clearUpdate
public void clearUpdate() -
getCallbackMailsCsv
-
getDbEncryptionBean
Deprecated, for removal: This API element is subject to removal in a future version. -
setDbEncryptionBean
@Deprecated(since="8.5.0", forRemoval=true) public void setDbEncryptionBean(DbEncryptionBean dbEncryptionBean) Deprecated, for removal: This API element is subject to removal in a future version. -
getDbSettingsBean
Deprecated, for removal: This API element is subject to removal in a future version. -
setDbSettingsBean
@Deprecated(since="8.5.0", forRemoval=true) public void setDbSettingsBean(DbSettingsBean dbSettingsBean) Deprecated, for removal: This API element is subject to removal in a future version. -
getInternalMessageBean
Deprecated, for removal: This API element is subject to removal in a future version. -
setInternalMessageBean
@Deprecated(since="8.5.0", forRemoval=true) public void setInternalMessageBean(InternalMessageBean internalMessageBean) Deprecated, for removal: This API element is subject to removal in a future version. -
getUpdateContexts
-
getUpdateStep
Deprecated, for removal: This API element is subject to removal in a future version. -
setUpdateStep
Deprecated, for removal: This API element is subject to removal in a future version. -
handleDriverUpload
public void handleDriverUpload(org.primefaces.event.FileUploadEvent event) -
isDbDriverAvailable
public boolean isDbDriverAvailable() -
isDbRunningAndSystemUpToDate
public boolean isDbRunningAndSystemUpToDate() -
isHasValidLookingJdbcUrl
public boolean isHasValidLookingJdbcUrl() -
isPolling
public boolean isPolling() -
isShowUpdateScreen
public boolean isShowUpdateScreen() -
isUserCanUploadDriver
public boolean isUserCanUploadDriver() -
isWriteProtected
-
onPoll
public void onPoll()AJAX listener invoked when polling for changes during the system / DB update. -
removeSystemUpdateLock
public void removeSystemUpdateLock() -
update
public void update() -
updatePlugins
public void updatePlugins(boolean viaServer) -
getDbSettings
-
getDbEncryption
-
getSystemUpdate
-
isUpdateRunning
public boolean isUpdateRunning() -
isAutoUpdateDisabled
public boolean isAutoUpdateDisabled() -
isAutoUpdatePluginsDisabled
public boolean isAutoUpdatePluginsDisabled() -
isCallbackMailsDisabled
public boolean isCallbackMailsDisabled() -
setCallbackMails
-
getCallbackMails
-
getDbStateMessage
-
getUpdate
-
isHasSystemUpdateLock
public boolean isHasSystemUpdateLock()
-