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 Modifier and Type Method Description boolean
executeSystemUpdates(Benutzer user, Locale locale)
System aktualisieren !!!Achtung: Funktion ist in einem separaten Task auszuführen!!!int
getTotalUpdateCount()
UpdateContext
getUpdateContext()
Integer
getUpdateProgress()
void
process(Benutzer user, Locale locale)
Startet den asynchronen Systemaktualisierungsprozessvoid
reset()
-
-
-
Method Detail
-
getUpdateContext
public UpdateContext getUpdateContext()
-
getTotalUpdateCount
public int getTotalUpdateCount()
-
getUpdateProgress
public Integer getUpdateProgress()
-
process
public void process(Benutzer user, Locale locale)
Startet den asynchronen Systemaktualisierungsprozess
-
reset
public void reset()
-
-