Uses of Interface
com.hybris.cockpitng.util.CockpitThreadContextCreator
-
Packages that use CockpitThreadContextCreator Package Description com.hybris.cockpitng.engine.impl com.hybris.cockpitng.engine.operations com.hybris.cockpitng.lazyloading -
-
Uses of CockpitThreadContextCreator in com.hybris.cockpitng.engine.impl
Methods in com.hybris.cockpitng.engine.impl that return CockpitThreadContextCreator Modifier and Type Method Description protected CockpitThreadContextCreatorDefaultCockpitWidgetEngine. getCockpitThreadContextCreator()Methods in com.hybris.cockpitng.engine.impl with parameters of type CockpitThreadContextCreator Modifier and Type Method Description voidDefaultCockpitWidgetEngine. setCockpitThreadContextCreator(CockpitThreadContextCreator cockpitThreadContextCreator)Constructors in com.hybris.cockpitng.engine.impl with parameters of type CockpitThreadContextCreator 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 CockpitThreadContextCreator in com.hybris.cockpitng.engine.operations
Constructors in com.hybris.cockpitng.engine.operations with parameters of type CockpitThreadContextCreator Constructor Description LongOperation(CockpitThreadContextCreator cockpitThreadContextCreator)ResultLongOperation(CockpitThreadContextCreator cockpitThreadContextCreator) -
Uses of CockpitThreadContextCreator in com.hybris.cockpitng.lazyloading
Methods in com.hybris.cockpitng.lazyloading with parameters of type CockpitThreadContextCreator Modifier and Type Method Description voidDefaultLazyTasksExecutor. setCockpitThreadContextCreator(CockpitThreadContextCreator cockpitThreadContextCreator)
-