Package com.hybris.backoffice.daos.impl
Class DefaultBackofficeThemeDao
java.lang.Object
com.hybris.backoffice.daos.impl.DefaultBackofficeThemeDao
- All Implemented Interfaces:
BackofficeThemeDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds all themesfindAllThemes(boolean typeExclusive) Finds all themesfindByCode(String code) Finds ThemeModel for given codevoidsetGenericSearchService(GenericSearchService genericSearchService)
-
Constructor Details
-
DefaultBackofficeThemeDao
public DefaultBackofficeThemeDao()
-
-
Method Details
-
findByCode
Description copied from interface:BackofficeThemeDaoFinds ThemeModel for given code- Specified by:
findByCodein interfaceBackofficeThemeDao- Returns:
ThemeModelfor given code
-
findAllThemes
Description copied from interface:BackofficeThemeDaoFinds all themes- Specified by:
findAllThemesin interfaceBackofficeThemeDao- Parameters:
typeExclusive- include subtype or not- Returns:
ThemeModel
-
findAllCustomThemes
Description copied from interface:BackofficeThemeDaoFinds all themes- Specified by:
findAllCustomThemesin interfaceBackofficeThemeDao- Returns:
CustomThemeModel
-
setGenericSearchService
-