Package de.xima.fc.gui.bean.settings
Class UpdateBean.SystemUpdate
- java.lang.Object
-
- de.xima.fc.gui.bean.settings.UpdateBean.SystemUpdate
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UpdateBean
public final class UpdateBean.SystemUpdate extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
executeSystemUpdates(IUser user, Locale locale)
Deprecated.UseFormcycleUpdate
instead.int
getTotalUpdateCount()
UpdateContext
getUpdateContext()
Integer
getUpdateProgress()
void
process(IUser user, Locale locale)
Deprecated.UseFormcycleUpdate
instead.void
reset()
-
-
-
Method Detail
-
getUpdateContext
public UpdateContext getUpdateContext()
-
getTotalUpdateCount
public int getTotalUpdateCount()
-
getUpdateProgress
public Integer getUpdateProgress()
-
process
@Deprecated public void process(IUser user, Locale locale)
Deprecated.UseFormcycleUpdate
instead.Startet den asynchronen Systemaktualisierungsprozess
-
reset
public void reset()
-
executeSystemUpdates
@Deprecated public boolean executeSystemUpdates(IUser user, Locale locale)
Deprecated.UseFormcycleUpdate
instead.System aktualisieren !!!Achtung: Funktion ist in einem separaten Task auszuführen!!!
-
-