Uses of Class
com.hybris.backoffice.model.CustomThemeModel
Packages that use CustomThemeModel
Package
Description
-
Uses of CustomThemeModel in com.hybris.backoffice.daos
Methods in com.hybris.backoffice.daos that return types with arguments of type CustomThemeModel -
Uses of CustomThemeModel in com.hybris.backoffice.daos.impl
Methods in com.hybris.backoffice.daos.impl that return types with arguments of type CustomThemeModel -
Uses of CustomThemeModel in com.hybris.backoffice.theme
Methods in com.hybris.backoffice.theme that return types with arguments of type CustomThemeModelModifier and TypeMethodDescription@NotNull List<CustomThemeModel>BackofficeThemeService.getCustomThemes()Get all custom themes.Methods in com.hybris.backoffice.theme with parameters of type CustomThemeModelModifier and TypeMethodDescriptionvoidBackofficeCustomThemeService.generateCustomThemeStyle(CustomThemeModel theme) Generate custom theme style. -
Uses of CustomThemeModel in com.hybris.backoffice.theme.impl
Methods in com.hybris.backoffice.theme.impl that return types with arguments of type CustomThemeModelMethods in com.hybris.backoffice.theme.impl with parameters of type CustomThemeModelModifier and TypeMethodDescriptionvoidDefaultBackofficeCustomThemeService.generateCustomThemeStyle(CustomThemeModel theme) -
Uses of CustomThemeModel in com.hybris.backoffice.widgets.branding.customthemes.themes
Methods in com.hybris.backoffice.widgets.branding.customthemes.themes with parameters of type CustomThemeModelModifier and TypeMethodDescriptionvoidThemesController.onThemeEdit(CustomThemeModel themeModel) ThemeSaveHelper.setTheme(CustomThemeModel theme) Method parameters in com.hybris.backoffice.widgets.branding.customthemes.themes with type arguments of type CustomThemeModelModifier and TypeMethodDescriptionThemeSaveHelper.ThemeSaver.init(Consumer<CustomThemeModel> initializer)