Uses of Class
de.hybris.platform.smarteditwebservices.data.Theme
Packages that use Theme
Package
Description
-
Uses of Theme in de.hybris.platform.smarteditwebservices.controllers
Methods in de.hybris.platform.smarteditwebservices.controllers that return ThemeModifier and TypeMethodDescriptionThemeController.getCurrentUserTheme(String langIsoCode) ThemeController.getThemeByCode(String themeCode, String langIsoCode) -
Uses of Theme in de.hybris.platform.smarteditwebservices.dto
Methods in de.hybris.platform.smarteditwebservices.dto that return types with arguments of type ThemeMethod parameters in de.hybris.platform.smarteditwebservices.dto with type arguments of type Theme -
Uses of Theme in de.hybris.platform.smarteditwebservices.theme.facade
Methods in de.hybris.platform.smarteditwebservices.theme.facade that return ThemeModifier and TypeMethodDescriptionSmarteditThemeFacade.getCurrentUserTheme(String langIsoCode) Retrieve current login user themeSmarteditThemeFacade.getThemeByCode(String themeCode, String langIsoCode) Retrieve a theme by codeMethods in de.hybris.platform.smarteditwebservices.theme.facade that return types with arguments of type Theme -
Uses of Theme in de.hybris.platform.smarteditwebservices.theme.facade.impl
Methods in de.hybris.platform.smarteditwebservices.theme.facade.impl that return ThemeModifier and TypeMethodDescriptionDefaultSmarteditThemeFacade.getCurrentUserTheme(String langIsoCode) DefaultSmarteditThemeFacade.getThemeByCode(String themeCode, String langIsoCode) Methods in de.hybris.platform.smarteditwebservices.theme.facade.impl that return types with arguments of type ThemeModifier and TypeMethodDescriptionprotected AbstractPopulatingConverter<ThemeModel,Theme> DefaultSmarteditThemeFacade.getThemeModelToDataConverter()Method parameters in de.hybris.platform.smarteditwebservices.theme.facade.impl with type arguments of type ThemeModifier and TypeMethodDescriptionvoidDefaultSmarteditThemeFacade.setThemeModelToDataConverter(AbstractPopulatingConverter<ThemeModel, Theme> themeModelToDataConverter) -
Uses of Theme in de.hybris.platform.smarteditwebservices.theme.populator
Methods in de.hybris.platform.smarteditwebservices.theme.populator with parameters of type ThemeModifier and TypeMethodDescriptionvoidSmarteditThemeModelToDataPopulator.populate(ThemeModel source, Theme target)