| 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 |
| Modifier and Type | Method and Description |
|---|---|
static RefreshTimeOption |
RefreshTimeOption.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JasperReportsRefreshService.startRefreshing(WidgetPreferencesModel widget,
RefreshTimeOption refreshOption)
Start automatic refresh of the widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJasperReportsRefreshService.startRefreshing(WidgetPreferencesModel widget,
RefreshTimeOption refreshOption) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJasperReportsRefresh.startRefreshing(WidgetPreferencesModel widget,
RefreshTimeOption refreshOption)
Deprecated.
|
void |
JasperReportsRefresh.startRefreshing(WidgetPreferencesModel widget,
RefreshTimeOption refreshOption)
Deprecated.
as of release 4.3, please use methods from
JasperReportsRefreshService.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. |
Copyright © 2018 SAP SE. All Rights Reserved.