Interface JasperReportsRefresh
-
- All Known Implementing Classes:
DefaultJasperReportsRefresh
@Deprecated public interface JasperReportsRefreshDeprecated.as of release 4.3, please use methods fromJasperReportsRefreshServiceRefreshes reports in specific periods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanonRefresh()Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.onRefresh()Refresh all available reports.voidstartRefreshing(WidgetPreferencesModel widget, RefreshTimeOption refreshOption)Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.startRefreshing(WidgetPreferencesModel, RefreshTimeOption)Start automatic refresh of the widget.voidstopRefreshing(WidgetPreferencesModel widget)Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.stopRefreshing(WidgetPreferencesModel)Stop automatic refreshing of the widget
-
-
-
Method Detail
-
startRefreshing
@Deprecated void startRefreshing(WidgetPreferencesModel widget, RefreshTimeOption refreshOption)
Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.startRefreshing(WidgetPreferencesModel, RefreshTimeOption)Start automatic refresh of the widget. This method should be called each time the refresh requirements have changed and when a widget is loaded in the system. Initially, the method does not have to be called, because default refresh rate is set to NEVER. Two consecutive calls are allowed.
-
stopRefreshing
@Deprecated void stopRefreshing(WidgetPreferencesModel widget)
Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.stopRefreshing(WidgetPreferencesModel)Stop automatic refreshing of the widget
-
onRefresh
@Deprecated boolean onRefresh()
Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.onRefresh()Refresh all available reports. Returns true if page update is required
-
-