Class BackofficeThemeStyleService

java.lang.Object
com.hybris.backoffice.theme.impl.BackofficeThemeStyleService
All Implemented Interfaces:
com.hybris.cockpitng.core.theme.ThemeStyleService

public class BackofficeThemeStyleService extends Object implements com.hybris.cockpitng.core.theme.ThemeStyleService
Service used to set the theme used by backoffice or get the theme currently used by backoffice
  • Constructor Details

    • BackofficeThemeStyleService

      public BackofficeThemeStyleService()
  • Method Details

    • getCurrentThemeStyle

      public String getCurrentThemeStyle()
      Specified by:
      getCurrentThemeStyle in interface com.hybris.cockpitng.core.theme.ThemeStyleService
    • getCurrentThemeId

      public String getCurrentThemeId()
      Specified by:
      getCurrentThemeId in interface com.hybris.cockpitng.core.theme.ThemeStyleService
    • getBaseThemeId

      public String getBaseThemeId()
      Specified by:
      getBaseThemeId in interface com.hybris.cockpitng.core.theme.ThemeStyleService
    • getCurrentThemeStyleMap

      public Map<String,String> getCurrentThemeStyleMap()
      Specified by:
      getCurrentThemeStyleMap in interface com.hybris.cockpitng.core.theme.ThemeStyleService
    • setBackofficeThemeService

      public void setBackofficeThemeService(BackofficeThemeService backofficeThemeService)
    • setCustomThemeUtil

      @Deprecated(since="2211", forRemoval=true) public void setCustomThemeUtil(Util customThemeUtil)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2211
      Parameters:
      customThemeUtil -
    • setThemeStyleUtil

      public void setThemeStyleUtil(ThemeStyleUtil themeStyleUtil)