Uses of Class
de.hybris.platform.cockpit.enums.RefreshTimeOption
-
Packages that use RefreshTimeOption Package Description de.hybris.platform.cockpit.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cockpit.reports de.hybris.platform.cockpit.reports.impl de.hybris.platform.cockpit.reports.jasperreports -
-
Uses of RefreshTimeOption in de.hybris.platform.cockpit.enums
Methods in de.hybris.platform.cockpit.enums that return RefreshTimeOption Modifier and Type Method Description static RefreshTimeOptionRefreshTimeOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RefreshTimeOption[]RefreshTimeOption. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RefreshTimeOption in de.hybris.platform.cockpit.reports
Methods in de.hybris.platform.cockpit.reports with parameters of type RefreshTimeOption Modifier and Type Method Description voidJasperReportsRefreshService. startRefreshing(WidgetPreferencesModel widget, RefreshTimeOption refreshOption)Start automatic refresh of the widget. -
Uses of RefreshTimeOption in de.hybris.platform.cockpit.reports.impl
Methods in de.hybris.platform.cockpit.reports.impl with parameters of type RefreshTimeOption Modifier and Type Method Description voidDefaultJasperReportsRefreshService. startRefreshing(WidgetPreferencesModel widget, RefreshTimeOption refreshOption) -
Uses of RefreshTimeOption in de.hybris.platform.cockpit.reports.jasperreports
Methods in de.hybris.platform.cockpit.reports.jasperreports with parameters of type RefreshTimeOption Modifier and Type Method Description voidDefaultJasperReportsRefresh. startRefreshing(WidgetPreferencesModel widget, RefreshTimeOption refreshOption)Deprecated.voidJasperReportsRefresh. startRefreshing(WidgetPreferencesModel widget, RefreshTimeOption refreshOption)Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.startRefreshing(WidgetPreferencesModel, RefreshTimeOption)Start automatic refresh of the widget.
-