Interface SmarteditThemeService

All Known Implementing Classes:
DefaultSmarteditThemeService

public interface SmarteditThemeService
Provide methods for managing SmartEdit theme information.
  • Method Details

    • getThemes

      List<ThemeModel> getThemes()
      Retrieve all Themes active for smartedit.
      Returns:
      a list of ThemeModel
    • getThemeByCode

      ThemeModel getThemeByCode(String themeCode)
      Retrieve the theme by code
      Parameters:
      themeCode - the unique identifier for Theme
      Returns:
      a ThemeModel