Interface CopyWidgetConfigService
- All Known Implementing Classes:
CopyWidgetConfigServiceImpl
public interface CopyWidgetConfigService
Copies widget config entities.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyMultipleUsedWidgetConfig(Entity section) Copy widget config entities, which are referenced in the given section, if the config is already in use (widget configurations may not be shared).
-
Method Details
-
copyMultipleUsedWidgetConfig
Copy widget config entities, which are referenced in the given section, if the config is already in use (widget configurations may not be shared).- Parameters:
section- The section entity.
-