Class StatisticsDtoModel
- java.lang.Object
 - 
- com.evolveum.midpoint.web.component.progress.StatisticsDtoModel
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<StatisticsDto>,org.apache.wicket.util.io.IClusterable
public class StatisticsDtoModel extends Object implements org.apache.wicket.model.IModel<StatisticsDto>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description StatisticsDtoModel()StatisticsDtoModel(org.apache.wicket.model.IModel<PrismObjectWrapper<TaskType>> taskModel) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatisticsDtogetObject()StatisticsDtogetObjectInternal()protected StatisticsDtogetStatisticsFromTask(Task task)protected StatisticsDtogetStatisticsFromTaskType(TaskType task)voidinvalidateCache()voidsetTask(Task task) 
 - 
 
- 
- 
Constructor Detail
- 
StatisticsDtoModel
public StatisticsDtoModel()
 
- 
StatisticsDtoModel
public StatisticsDtoModel(org.apache.wicket.model.IModel<PrismObjectWrapper<TaskType>> taskModel)
 
 - 
 
- 
Method Detail
- 
getObject
public StatisticsDto getObject()
- Specified by:
 getObjectin interfaceorg.apache.wicket.model.IModel<StatisticsDto>
 
- 
getObjectInternal
public StatisticsDto getObjectInternal()
 
- 
getStatisticsFromTask
protected StatisticsDto getStatisticsFromTask(Task task)
 
- 
getStatisticsFromTaskType
protected StatisticsDto getStatisticsFromTaskType(TaskType task)
 
- 
setTask
public void setTask(Task task)
 
- 
invalidateCache
public void invalidateCache()
 
 - 
 
 -