Package de.hybris.platform.spring
Class TenantScope
java.lang.Object
de.hybris.platform.spring.TenantScope
- All Implemented Interfaces:
org.springframework.beans.factory.config.Scope
@Deprecated(since="5.0",
forRemoval=true)
public class TenantScope
extends Object
implements org.springframework.beans.factory.config.Scope
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0
Spring scope which manages beans per tenant.
- Since:
- 3.1
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidinit()Deprecated, for removal: This API element is subject to removal in a future version.voidregisterDestructionCallback(String theName, Runnable callback) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
TenantScope
public TenantScope()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
init
@PostConstruct public void init()Deprecated, for removal: This API element is subject to removal in a future version. -
get
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getin interfaceorg.springframework.beans.factory.config.Scope
-
getConversationId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConversationIdin interfaceorg.springframework.beans.factory.config.Scope
-
registerDestructionCallback
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
registerDestructionCallbackin interfaceorg.springframework.beans.factory.config.Scope
-
resolveContextualObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
resolveContextualObjectin interfaceorg.springframework.beans.factory.config.Scope
-
remove
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removein interfaceorg.springframework.beans.factory.config.Scope
-
getCurrentTenant
Deprecated, for removal: This API element is subject to removal in a future version.
-