Class DefaultSmarteditThemeService
java.lang.Object
de.hybris.platform.smarteditwebservices.theme.service.impl.DefaultSmarteditThemeService
- All Implemented Interfaces:
SmarteditThemeService
Default implementation of the Smartedit Theme Service.
It has dependencies on the
SmarteditThemeDao-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SmarteditThemeDaogetThemeByCode(String code) Retrieve the theme by codeRetrieve all Themes active for smartedit.voidsetSmarteditThemeDao(SmarteditThemeDao smarteditThemeDao)
-
Constructor Details
-
DefaultSmarteditThemeService
public DefaultSmarteditThemeService()
-
-
Method Details
-
getThemes
Description copied from interface:SmarteditThemeServiceRetrieve all Themes active for smartedit.- Specified by:
getThemesin interfaceSmarteditThemeService- Returns:
- a list of
ThemeModel
-
getThemeByCode
Description copied from interface:SmarteditThemeServiceRetrieve the theme by code- Specified by:
getThemeByCodein interfaceSmarteditThemeService- Parameters:
code- the unique identifier for Theme- Returns:
- a
ThemeModel
-
getSmarteditThemeDao
-
setSmarteditThemeDao
-