Uses of Interface
com.hybris.cockpitng.core.config.WidgetConfigurationContextDecorator
-
-
Uses of WidgetConfigurationContextDecorator in com.hybris.cockpitng.admin.config.impl
Classes in com.hybris.cockpitng.admin.config.impl that implement WidgetConfigurationContextDecorator Modifier and Type Class Description classAdminmodeConfigurationContextDecorator -
Uses of WidgetConfigurationContextDecorator in com.hybris.cockpitng.core.config.impl
Classes in com.hybris.cockpitng.core.config.impl that implement WidgetConfigurationContextDecorator Modifier and Type Class Description classSessionAuthorityConfigurationContextDecoratorAdds the user id retrieved fromCockpitUserService.getCurrentUser()to the configuration context for keyDefaultConfigContext.CONTEXT_PRINCIPAL, if it doesn't exist already.classSessionUserConfigurationContextDecoratorAdds the user id retrieved fromCockpitUserService.getCurrentUser()to the configuration context for keyDefaultConfigContext.CONTEXT_PRINCIPAL, if it doesn't exist already.classWidgetSettingsConfigurationContextDecoratorProvides additional configuration context from the widget settings.Methods in com.hybris.cockpitng.core.config.impl that return types with arguments of type WidgetConfigurationContextDecorator Modifier and Type Method Description java.util.List<WidgetConfigurationContextDecorator>DefaultCockpitConfigurationService. getWidgetConfigurationContextDecoratorList()Method parameters in com.hybris.cockpitng.core.config.impl with type arguments of type WidgetConfigurationContextDecorator Modifier and Type Method Description voidDefaultCockpitConfigurationService. setWidgetConfigurationContextDecoratorList(java.util.List<WidgetConfigurationContextDecorator> widgetConfigurationContextDecoratorList) -
Uses of WidgetConfigurationContextDecorator in com.hybris.cockpitng.core.config.util
Methods in com.hybris.cockpitng.core.config.util that return types with arguments of type WidgetConfigurationContextDecorator Modifier and Type Method Description java.util.List<WidgetConfigurationContextDecorator>CockpitConfigurationServiceExtender. getContextDecorators()Context decorators to be added.Method parameters in com.hybris.cockpitng.core.config.util with type arguments of type WidgetConfigurationContextDecorator Modifier and Type Method Description voidCockpitConfigurationServiceExtender. setContextDecorators(java.util.List<WidgetConfigurationContextDecorator> contextDecorators)Set context decorators to be added.voidCockpitConfigurationServiceExtender. setWidgetConfigurationContextDecoratorList(java.util.List<WidgetConfigurationContextDecorator> configContextDecoratorList)Sets context decorator list to extend. -
Uses of WidgetConfigurationContextDecorator in com.hybris.cockpitng.engine.impl
Methods in com.hybris.cockpitng.engine.impl that return types with arguments of type WidgetConfigurationContextDecorator Modifier and Type Method Description java.util.List<WidgetConfigurationContextDecorator>DefaultCockpitWidgetEngine. getWidgetConfigurationContextDecoratorList()Method parameters in com.hybris.cockpitng.engine.impl with type arguments of type WidgetConfigurationContextDecorator Modifier and Type Method Description voidDefaultCockpitWidgetEngine. setWidgetConfigurationContextDecoratorList(java.util.List<WidgetConfigurationContextDecorator> contextDecoratorList)Constructor parameters in com.hybris.cockpitng.engine.impl with type arguments of type WidgetConfigurationContextDecorator Constructor Description DefaultWidgetInstanceManager(Widgetslot widgetslot, CockpitWidgetEngine cockpitWidgetEngine, WidgetUtils widgetUtils, CockpitThreadContextCreator ctxCreator, java.util.Map<java.lang.String,java.lang.Object> labels, java.util.List<WidgetConfigurationContextDecorator> contextDecorators, CockpitConfigurationService cockpitConfigurationService, LabelService labelService, NotificationService notificationService) -
Uses of WidgetConfigurationContextDecorator in com.hybris.cockpitng.i18n.impl
Method parameters in com.hybris.cockpitng.i18n.impl with type arguments of type WidgetConfigurationContextDecorator Modifier and Type Method Description voidDefaultCockpitLocaleService. setWidgetConfigurationContextDecoratorList(java.util.List<WidgetConfigurationContextDecorator> configContextDecoratorList) -
Uses of WidgetConfigurationContextDecorator in com.hybris.cockpitng.labels.impl
Method parameters in com.hybris.cockpitng.labels.impl with type arguments of type WidgetConfigurationContextDecorator Modifier and Type Method Description voidDefaultLabelService. setContextDecorators(java.util.List<WidgetConfigurationContextDecorator> contextDecorators)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 this method has no replacement. -
Uses of WidgetConfigurationContextDecorator in com.hybris.cockpitng.modules.config.impl
Classes in com.hybris.cockpitng.modules.config.impl that implement WidgetConfigurationContextDecorator Modifier and Type Class Description classCockpitModuleConfigurationContextDecoratorAdds the "_root_" as the module context if no module context is set.
-