Interface SmarteditThemeDao

All Known Implementing Classes:
DefaultSmarteditThemeDao

public interface SmarteditThemeDao
Interface for SmartEdit Theme DAO
  • Method Details

    • getThemes

      List<ThemeModel> getThemes()
      Retrieve all themes that 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