Class DefaultSmarteditThemeDao
java.lang.Object
de.hybris.platform.smarteditwebservices.theme.dao.impl.DefaultSmarteditThemeDao
- All Implemented Interfaces:
SmarteditThemeDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FlexibleSearchServicegetThemeByCode(String themeCode) Retrieve the theme by codeRetrieve all themes that active for smarteditvoidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultSmarteditThemeDao
public DefaultSmarteditThemeDao()
-
-
Method Details
-
getThemes
Description copied from interface:SmarteditThemeDaoRetrieve all themes that active for smartedit- Specified by:
getThemesin interfaceSmarteditThemeDao- Returns:
- a list of
ThemeModel
-
getThemeByCode
Description copied from interface:SmarteditThemeDaoRetrieve the theme by code- Specified by:
getThemeByCodein interfaceSmarteditThemeDao- Parameters:
themeCode- the unique identifier for Theme- Returns:
- a
ThemeModel
-
getFlexibleSearchService
-
setFlexibleSearchService
-