Class CustomBackofficeThreadCreator
- java.lang.Object
-
- com.hybris.backoffice.cockpitng.util.BackofficeThreadContextCreator
-
- de.hybris.platform.marketplacebackoffice.customization.CustomBackofficeThreadCreator
-
- All Implemented Interfaces:
com.hybris.cockpitng.engine.operations.LongOperationThreadExecutor,com.hybris.cockpitng.util.CockpitThreadContextCreator
public class CustomBackofficeThreadCreator extends BackofficeThreadContextCreator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.hybris.backoffice.cockpitng.util.BackofficeThreadContextCreator
BackofficeThreadContextCreator.BackofficeThreadHttpServletRequestWrapper
-
-
Field Summary
-
Fields inherited from class com.hybris.backoffice.cockpitng.util.BackofficeThreadContextCreator
CURRENT_LOCALE, HYBRIS_SESSION_CATALOG_VERSIONS, HYBRIS_TENANT, MEDIA_SSL_MODE_ENABLED, PUBLIC_MEDIA_URL_RENDERER, SECURE_MEDIA_URL_RENDERER, SESSION_USER, SPRING_REQUEST_CONTEXT, SPRING_SECURITY_CONTEXT, ZK_SESSION
-
-
Constructor Summary
Constructors Constructor Description CustomBackofficeThreadCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>createThreadContext()protected SessionServicegetSessionService()voidinitThreadContext(java.util.Map<java.lang.String,java.lang.Object> ctx)voidsetSessionService(SessionService sessionService)-
Methods inherited from class com.hybris.backoffice.cockpitng.util.BackofficeThreadContextCreator
cleanUp, createRequestAttributesCopy, execute, getFromContext, setCatalogVersionService, setComponentDefinitionService, setCurrentLocale, setI18nService, setSessionCatalogVersions, setUserService
-
-
-
-
Method Detail
-
createThreadContext
public java.util.Map<java.lang.String,java.lang.Object> createThreadContext()
- Specified by:
createThreadContextin interfacecom.hybris.cockpitng.util.CockpitThreadContextCreator- Overrides:
createThreadContextin classBackofficeThreadContextCreator
-
initThreadContext
public void initThreadContext(java.util.Map<java.lang.String,java.lang.Object> ctx)
- Specified by:
initThreadContextin interfacecom.hybris.cockpitng.util.CockpitThreadContextCreator- Overrides:
initThreadContextin classBackofficeThreadContextCreator
-
setSessionService
public void setSessionService(SessionService sessionService)
-
getSessionService
protected SessionService getSessionService()
-
-