Interface CopyWidgetConfigService

All Known Implementing Classes:
CopyWidgetConfigServiceImpl

public interface CopyWidgetConfigService
Copies widget config entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void copyMultipleUsedWidgetConfig(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).
      Parameters:
      section - The section entity.