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.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 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.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.