Package com.hybris.backoffice.daos
Interface BackofficeThemeDao
- All Known Implementing Classes:
DefaultBackofficeThemeDao
public interface BackofficeThemeDao
DAO to perform
ThemeModel. service operations.- Spring Bean ID:
- backofficeThemeDao
-
Method Summary
Modifier and TypeMethodDescriptionFinds all themesfindAllThemes(boolean typeExclusive) Finds all themesfindByCode(String code) Finds ThemeModel for given code
-
Method Details
-
findByCode
Finds ThemeModel for given code- Parameters:
code-- Returns:
ThemeModelfor given code
-
findAllThemes
Finds all themes- Parameters:
typeExclusive- include subtype or not- Returns:
ThemeModel
-
findAllCustomThemes
List<CustomThemeModel> findAllCustomThemes()Finds all themes- Returns:
CustomThemeModel
-