Interface SmarteditThemeService
- All Known Implementing Classes:
DefaultSmarteditThemeService
public interface SmarteditThemeService
Provide methods for managing SmartEdit theme information.
-
Method Summary
Modifier and TypeMethodDescriptiongetThemeByCode(String themeCode) Retrieve the theme by codeRetrieve all Themes active for smartedit.
-
Method Details
-
getThemes
List<ThemeModel> getThemes()Retrieve all Themes active for smartedit.- Returns:
- a list of
ThemeModel
-
getThemeByCode
Retrieve the theme by code- Parameters:
themeCode- the unique identifier for Theme- Returns:
- a
ThemeModel
-