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 java.lang.Object implements org.springframework.beans.factory.config.ScopeDeprecated, for removal: This API element is subject to removal in a future version.since 5.0Spring scope which manages beans per tenant.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description TenantScope()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String name, org.springframework.beans.factory.ObjectFactory objectFactory)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetConversationId()Deprecated, for removal: This API element is subject to removal in a future version.TenantgetCurrentTenant()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(java.lang.String theName, java.lang.Runnable callback)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.Objectremove(java.lang.String theName)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.ObjectresolveContextualObject(java.lang.String key)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
init
@PostConstruct public void init()
Deprecated, for removal: This API element is subject to removal in a future version.
-
get
public java.lang.Object get(java.lang.String name, org.springframework.beans.factory.ObjectFactory objectFactory)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getin interfaceorg.springframework.beans.factory.config.Scope
-
getConversationId
public java.lang.String 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
public void registerDestructionCallback(java.lang.String theName, java.lang.Runnable callback)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
registerDestructionCallbackin interfaceorg.springframework.beans.factory.config.Scope
-
resolveContextualObject
public java.lang.Object resolveContextualObject(java.lang.String key)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
resolveContextualObjectin interfaceorg.springframework.beans.factory.config.Scope
-
remove
public java.lang.Object remove(java.lang.String theName)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removein interfaceorg.springframework.beans.factory.config.Scope
-
getCurrentTenant
public Tenant getCurrentTenant()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-