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 booleanexecuteSystemUpdates(IUser user, Locale locale)Deprecated.UseFormcycleUpdateinstead.intgetTotalUpdateCount()UpdateContextgetUpdateContext()IntegergetUpdateProgress()voidprocess(IUser user, Locale locale)Deprecated.UseFormcycleUpdateinstead.voidreset() 
 - 
 
- 
- 
Method Detail
- 
getUpdateContext
public UpdateContext getUpdateContext()
 
- 
getTotalUpdateCount
public int getTotalUpdateCount()
 
- 
getUpdateProgress
public Integer getUpdateProgress()
 
- 
process
@Deprecated public void process(IUser user, Locale locale)
Deprecated.UseFormcycleUpdateinstead.Startet den asynchronen Systemaktualisierungsprozess 
- 
reset
public void reset()
 
- 
executeSystemUpdates
@Deprecated public boolean executeSystemUpdates(IUser user, Locale locale)
Deprecated.UseFormcycleUpdateinstead.System aktualisieren !!!Achtung: Funktion ist in einem separaten Task auszuführen!!! 
 - 
 
 -