Uses of Class
com.hybris.backoffice.model.ThemeModel
Packages that use ThemeModel
Package
Description
Contains generated models for each type of com.hybris.backoffice.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
-
Uses of ThemeModel in com.hybris.backoffice.daos
Methods in com.hybris.backoffice.daos that return types with arguments of type ThemeModelModifier and TypeMethodDescriptionBackofficeThemeDao.findAllThemes(boolean typeExclusive) Finds all themesBackofficeThemeDao.findByCode(String code) Finds ThemeModel for given code -
Uses of ThemeModel in com.hybris.backoffice.daos.impl
Methods in com.hybris.backoffice.daos.impl that return types with arguments of type ThemeModelModifier and TypeMethodDescriptionDefaultBackofficeThemeDao.findAllThemes(boolean typeExclusive) DefaultBackofficeThemeDao.findByCode(String code) -
Uses of ThemeModel in com.hybris.backoffice.model
Subclasses of ThemeModel in com.hybris.backoffice.modelModifier and TypeClassDescriptionclassGenerated model class for type CustomTheme first defined at extension backoffice.Methods in com.hybris.backoffice.model that return ThemeModelModifier and TypeMethodDescriptionCustomThemeModel.getBase()Generated method - Getter of theCustomTheme.baseattribute defined at extensionbackoffice.Methods in com.hybris.backoffice.model with parameters of type ThemeModelModifier and TypeMethodDescriptionvoidCustomThemeModel.setBase(ThemeModel value) Generated method - Setter ofCustomTheme.baseattribute defined at extensionbackoffice.Constructors in com.hybris.backoffice.model with parameters of type ThemeModelModifierConstructorDescriptionCustomThemeModel(ThemeModel _base, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomThemeModel(ThemeModel _base, String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ThemeModel in com.hybris.backoffice.theme
Methods in com.hybris.backoffice.theme that return ThemeModelModifier and TypeMethodDescription@NotNull ThemeModelBackofficeThemeService.getCurrentTheme()Get current theme.@NotNull ThemeModelBackofficeThemeService.getCurrentUserTheme()Get the theme in user level.@NotNull ThemeModelBackofficeThemeService.getDefaultTheme()Get default theme.@NotNull ThemeModelBackofficeThemeService.getSystemTheme()Get the theme in system level.@NotNull ThemeModelBackofficeThemeService.getUserLevelDefaultTheme()Get default theme in user level.Methods in com.hybris.backoffice.theme that return types with arguments of type ThemeModelModifier and TypeMethodDescription@NotNull List<ThemeModel>BackofficeThemeService.getAvailableThemes()Get all available themes.@NotNull List<ThemeModel>BackofficeThemeService.getBaseThemes()Get all Backoffice base themes which can be based by customer theme. -
Uses of ThemeModel in com.hybris.backoffice.theme.impl
Methods in com.hybris.backoffice.theme.impl that return ThemeModelModifier and TypeMethodDescriptionDefaultBackofficeThemeService.getCurrentTheme()DefaultBackofficeThemeService.getCurrentUserTheme()DefaultBackofficeThemeService.getDefaultTheme()DefaultBackofficeThemeService.getSystemTheme()DefaultBackofficeThemeService.getUserLevelDefaultTheme()Methods in com.hybris.backoffice.theme.impl that return types with arguments of type ThemeModelModifier and TypeMethodDescriptionDefaultBackofficeThemeService.getAvailableThemes()DefaultBackofficeThemeService.getBaseThemes() -
Uses of ThemeModel in com.hybris.backoffice.widgets.branding.customthemes.themes
Fields in com.hybris.backoffice.widgets.branding.customthemes.themes with type parameters of type ThemeModelModifier and TypeFieldDescriptionprotected org.zkoss.zul.ListModelList<ThemeModel>ThemesController.baseThemesModelMethods in com.hybris.backoffice.widgets.branding.customthemes.themes with parameters of type ThemeModelModifier and TypeMethodDescriptionprotected voidThemesController.deleteTheme(ThemeModel themeModel) voidThemesController.onThemeDelete(ThemeModel themeModel) -
Uses of ThemeModel in com.hybris.backoffice.widgets.branding.themesetting
Fields in com.hybris.backoffice.widgets.branding.themesetting declared as ThemeModelModifier and TypeFieldDescriptionprotected ThemeModelThemeSettingController.currentSystemThemeprotected ThemeModelThemeSettingController.currentUserThemeFields in com.hybris.backoffice.widgets.branding.themesetting with type parameters of type ThemeModelModifier and TypeFieldDescriptionprotected org.zkoss.zul.ListModelList<ThemeModel>ThemeSettingController.availableSystemThemesprotected org.zkoss.zul.ListModelList<ThemeModel>ThemeSettingController.availableUserThemesMethods in com.hybris.backoffice.widgets.branding.themesetting with parameters of type ThemeModel -
Uses of ThemeModel in com.hybris.backoffice.widgets.userprofile.appearancesetting
Fields in com.hybris.backoffice.widgets.userprofile.appearancesetting with type parameters of type ThemeModelModifier and TypeFieldDescriptionprotected org.zkoss.zul.ListModel<ThemeModel>AppearanceSettingController.availableUserThemesMethods in com.hybris.backoffice.widgets.userprofile.appearancesetting that return types with arguments of type ThemeModelModifier and TypeMethodDescriptionorg.zkoss.zul.ListModel<ThemeModel>AppearanceSettingController.getAvailableUserThemes() -
Uses of ThemeModel in com.hybris.platform.uicommon
Methods in com.hybris.platform.uicommon that return types with arguments of type ThemeModelModifier and TypeMethodDescriptionThemeDao.findByCode(String code) Finds ThemeModel for given code -
Uses of ThemeModel in com.hybris.platform.uicommon.implementation
Methods in com.hybris.platform.uicommon.implementation that return types with arguments of type ThemeModel -
Uses of ThemeModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return ThemeModelModifier and TypeMethodDescriptionUserModel.getThemeForBackoffice()Generated method - Getter of theUser.themeForBackofficeattribute defined at extensionbackoffice.UserModel.getThemeForSmartedit()Generated method - Getter of theUser.themeForSmarteditattribute defined at extensionsmarteditwebservices.Methods in de.hybris.platform.core.model.user with parameters of type ThemeModelModifier and TypeMethodDescriptionvoidUserModel.setThemeForBackoffice(ThemeModel value) Generated method - Setter ofUser.themeForBackofficeattribute defined at extensionbackoffice.voidUserModel.setThemeForSmartedit(ThemeModel value) Generated method - Setter ofUser.themeForSmarteditattribute defined at extensionsmarteditwebservices. -
Uses of ThemeModel in de.hybris.platform.platformbackoffice.interceptors.theme
Methods in de.hybris.platform.platformbackoffice.interceptors.theme with parameters of type ThemeModelModifier and TypeMethodDescriptionvoidBackofficeThemeInterceptor.onRemove(ThemeModel themeModel, InterceptorContext ctx) voidBackofficeThemeInterceptor.onValidate(ThemeModel themeModel, InterceptorContext ctx) -
Uses of ThemeModel in de.hybris.platform.smarteditwebservices.theme.dao
Methods in de.hybris.platform.smarteditwebservices.theme.dao that return ThemeModelModifier and TypeMethodDescriptionSmarteditThemeDao.getThemeByCode(String themeCode) Retrieve the theme by codeMethods in de.hybris.platform.smarteditwebservices.theme.dao that return types with arguments of type ThemeModelModifier and TypeMethodDescriptionSmarteditThemeDao.getThemes()Retrieve all themes that active for smartedit -
Uses of ThemeModel in de.hybris.platform.smarteditwebservices.theme.dao.impl
Methods in de.hybris.platform.smarteditwebservices.theme.dao.impl that return ThemeModelMethods in de.hybris.platform.smarteditwebservices.theme.dao.impl that return types with arguments of type ThemeModel -
Uses of ThemeModel in de.hybris.platform.smarteditwebservices.theme.facade.impl
Methods in de.hybris.platform.smarteditwebservices.theme.facade.impl that return types with arguments of type ThemeModelModifier and TypeMethodDescriptionprotected AbstractPopulatingConverter<ThemeModel,Theme> DefaultSmarteditThemeFacade.getThemeModelToDataConverter()Method parameters in de.hybris.platform.smarteditwebservices.theme.facade.impl with type arguments of type ThemeModelModifier and TypeMethodDescriptionvoidDefaultSmarteditThemeFacade.setThemeModelToDataConverter(AbstractPopulatingConverter<ThemeModel, Theme> themeModelToDataConverter) -
Uses of ThemeModel in de.hybris.platform.smarteditwebservices.theme.populator
Methods in de.hybris.platform.smarteditwebservices.theme.populator with parameters of type ThemeModelModifier and TypeMethodDescriptionvoidSmarteditThemeModelToDataPopulator.populate(ThemeModel source, Theme target) -
Uses of ThemeModel in de.hybris.platform.smarteditwebservices.theme.service
Methods in de.hybris.platform.smarteditwebservices.theme.service that return ThemeModelModifier and TypeMethodDescriptionSmarteditThemeService.getThemeByCode(String themeCode) Retrieve the theme by codeMethods in de.hybris.platform.smarteditwebservices.theme.service that return types with arguments of type ThemeModelModifier and TypeMethodDescriptionSmarteditThemeService.getThemes()Retrieve all Themes active for smartedit. -
Uses of ThemeModel in de.hybris.platform.smarteditwebservices.theme.service.impl
Methods in de.hybris.platform.smarteditwebservices.theme.service.impl that return ThemeModelMethods in de.hybris.platform.smarteditwebservices.theme.service.impl that return types with arguments of type ThemeModel