Interface SmarteditThemeDao
- All Known Implementing Classes:
DefaultSmarteditThemeDao
public interface SmarteditThemeDao
Interface for SmartEdit Theme DAO
-
Method Summary
Modifier and TypeMethodDescriptiongetThemeByCode(String themeCode) Retrieve the theme by codeRetrieve all themes that active for smartedit
-
Method Details
-
getThemes
List<ThemeModel> getThemes()Retrieve all themes that active for smartedit- Returns:
- a list of
ThemeModel
-
getThemeByCode
Retrieve the theme by code- Parameters:
themeCode- the unique identifier for Theme- Returns:
- a
ThemeModel
-