| Modifier and Type | Method and Description |
|---|---|
protected abstract Tenant |
AbstractProfilingAspect.getOwnTenant() |
protected Tenant |
ProfilingAspect.getOwnTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfilingAspect.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
Cache.getTenant()
get the tenant this cache is created for.
|
| Constructor and Description |
|---|
AbstractCacheUnit(Cache cache,
Tenant tenant) |
InvalidationManager(Tenant tenant,
InvalidationTarget target) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
DefaultCache.getTenant()
get the tenant this cache is created for.
|
Tenant |
RegionCacheAdapter.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheFactory.createCacheInstance(Tenant tenant) |
Cache |
CacheFactory.createCacheInstance(Tenant tenant,
int cacheSize) |
Cache |
CacheFactory.createCacheInstance(Tenant tenant,
int cacheSize,
boolean forceExclusiveComputation) |
Cache |
CacheFactory.createCacheInstance(Tenant slaveTenant,
Tenant masterTenant) |
static CacheMap |
DefaultCache.internalCreateMapInstanceStatic(Tenant tenant,
int max) |
static boolean |
CacheFactory.isLegacyMode(Tenant tenant) |
| Constructor and Description |
|---|
DefaultCache(Tenant tenant,
int maxCacheSize)
Creates a new cache.
|
DefaultCache(Tenant tenant,
int maxCacheSize,
boolean forceExclComp)
Creates a new cache.
|
RegionCacheAdapter(Tenant tenant,
CacheController controller) |
| Modifier and Type | Method and Description |
|---|---|
static int |
CatalogVersionSyncJob.getDefaultMaxThreads(Tenant tenant) |
| Constructor and Description |
|---|
JDBCQuery(Tenant tenant,
java.lang.String query,
java.util.List values) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultBroadcastService.sendAsnychronously(DefaultBroadcastService.MethodWrapper methodWrapper,
RawMessage message,
Tenant currentTenant,
java.util.concurrent.ExecutorService executorService)
Sends a message using a executor service.
|
void |
InvalidationBroadcastHandler.sendMessage(Tenant tenant,
java.lang.Object[] topic,
java.lang.Object[] key,
int invalidationType) |
protected byte[] |
InvalidationBroadcastHandler.toBinaryMessage(Tenant tenant,
java.lang.Object[] topic,
java.lang.Object[] key,
int invalidationType,
long number) |
| Modifier and Type | Method and Description |
|---|---|
BridgeAbstraction |
CommonsManager.ItemMethodInterceptor.createInstance(Tenant tenant,
BridgeInterface impl)
Here we're creating a jalo item instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTenant |
class |
MasterTenant |
class |
SlaveTenant
The slave tenant represents any other tenant exept the master tenant.
|
class |
TestSlaveTenantStub |
class |
TestTenantStub |
| Modifier and Type | Field and Description |
|---|---|
protected Tenant |
BaseSlaveTenantTest.currentTenatBefore |
protected Tenant |
AbstractTenantInitializationTest.junit |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Tenant> |
Registry.getCurrentTenant()
Returns the tenant currently associated with the callers thread.
|
static <T extends Tenant> |
Registry.getCurrentTenantNoFallback()
Returns the tenant currently associated with the callers thread or
NULL if no tenant had been activated. |
static <T extends Tenant> |
Registry.getTenantByID(java.lang.String id)
Return the tenant by its ID or NULL if no tenant was found.
|
| Modifier and Type | Method and Description |
|---|---|
static Tenant |
Registry.activateMasterTenant()
Internal note: currently called via reflection from JUnitTestRunner to assure that "ant yunit" will work
|
static Tenant |
Registry.activateMasterTenant(de.hybris.platform.core.Registry.REPLACE replace)
Deprecated.
since ages - use
Registry.activateMasterTenant(), Registry.setCurrentTenant(Tenant) or
Registry.setCurrentTenantByID(String) instead |
static Tenant |
Registry.activateMasterTenantAndFailIfAlreadySet()
Deprecated.
since ages - use
Registry.activateMasterTenant(), Registry.setCurrentTenant(Tenant) or
Registry.setCurrentTenantByID(String) instead |
static Tenant |
Registry.activateMasterTenantForInit() |
static Tenant |
AbstractTenant.getCurrentTenant() |
protected static Tenant |
Registry.getCurrentTenantInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXBeanLoader.afterSetActivateSession(Tenant tenant) |
void |
TenantListener.afterSetActivateSession(Tenant tenant) |
void |
JMXBeanLoader.afterTenantStartUp(Tenant tenant) |
void |
TenantListener.afterTenantStartUp(Tenant tenant)
Will be called if a tenant has successfully started.
|
void |
JMXBeanLoader.beforeTenantShutDown(Tenant tenant) |
void |
TenantListener.beforeTenantShutDown(Tenant tenant)
Will be called if a tenant is about to shut down.
|
void |
JMXBeanLoader.beforeUnsetActivateSession(Tenant tenant) |
void |
TenantListener.beforeUnsetActivateSession(Tenant tenant) |
Item.ItemImpl |
ItemWrapperCreator.create(Tenant tenant,
ItemRemote itemRemote) |
HybrisDataSource |
SlaveTenantDataSourceFactory.createDataSource(java.lang.String id,
Tenant tenant,
java.util.Map<java.lang.String,java.lang.String> connectionParams,
boolean readOnly) |
HybrisDataSource |
DataSourceImplFactory.createDataSource(java.lang.String id,
Tenant tenant,
java.util.Map<java.lang.String,java.lang.String> connectionParams,
boolean readOnly) |
HybrisDataSource |
DataSourceFactory.createDataSource(java.lang.String id,
Tenant tenant,
java.util.Map<java.lang.String,java.lang.String> connectionParams,
boolean readOnly) |
HybrisDataSource |
DataSourceImplFactory.createJNDIDataSource(java.lang.String id,
Tenant tenant,
java.lang.String fromJNDI,
boolean readOnly) |
HybrisDataSource |
DataSourceFactory.createJNDIDataSource(java.lang.String id,
Tenant tenant,
java.lang.String jndiName,
boolean readOnly) |
static boolean |
Registry.isCurrentTenant(Tenant tenant)
Tells whether the callers thread is associated with the given tenant.
|
static boolean |
Initialization.isTenantInitializing(Tenant tenant) |
static boolean |
Initialization.isTenantInitializingGlobally(Tenant tenant) |
static boolean |
Initialization.isTenantInitializingLocally(Tenant tenant) |
static <T> T |
Registry.runAsTenant(Tenant tenant,
java.util.concurrent.Callable<T> callable)
Runs a given Callable within the given tenant.
|
static void |
Registry.setCurrentTenant(Tenant tenant)
Activates the given tenant as current tenant for the callers thread.
|
protected static void |
Registry.setCurrentTenantInternal(Tenant tenant) |
| Constructor and Description |
|---|
AsyncTenantStartupNotifier(Tenant tenant) |
BlockingTenantStartupNotifier(Tenant tenant) |
TenantAwareThreadFactory(Tenant tenant)
Creates a factory with explicitly provided
Tenant, implicitly current session will be used as for
JaloSession.getCurrentSession(). |
TenantAwareThreadFactory(Tenant tenant,
JaloSession session)
Creates a factory with explicitly provided
Tenant and JaloSession. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InitializationLockHandler.lock(Tenant forTenant,
java.lang.String message)
Tries to acquires global lock.
|
boolean |
InitializationLockDao.lockRow(Tenant forTenant,
java.lang.String processName)
Locks row using cluster node ID from given tenant.
|
boolean |
InitializationLockHandler.performLocked(Tenant forTenant,
java.util.concurrent.Callable<java.lang.Boolean> operation,
java.lang.String message)
Allows to performs some operation while holding the init lock.
|
boolean |
InitializationLockDao.releaseRow(Tenant forTenant)
Releases existing lock.
|
void |
InitializationLockHandler.unlock(Tenant forTenant)
Releases acquired lock previously fetched via
InitializationLockHandler.lock(Tenant, String). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultInitLockDao.lockRow(Tenant forTenant,
java.lang.String processName) |
boolean |
DefaultInitLockDao.releaseRow(Tenant forTenant) |
| Modifier and Type | Method and Description |
|---|---|
static CronJobManager |
CronJobManager.getInstance(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ImpExImportJob.getDefaultMaxThreads(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
OndemandHystrixCommandFactory.OndemandHystrixCommand.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
OndemandHystrixCommandFactory.OndemandHystrixCommand.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Tenant> |
JaloSession.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
Item.getTenant() |
Tenant |
Manager.getTenant() |
Tenant |
JaloConnection.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
static BridgeAbstraction |
JaloImplementationManager.createJaloObject(Tenant tenant,
Item.ItemImpl impl)
Creates a Jalo object as a wrapper to the specified BridgeImplementation.
|
static JaloSession |
JaloSession.getCurrentSession(Tenant tenant) |
static boolean |
JaloSession.hasCurrentSession(Tenant tenant) |
static boolean |
Item.hasRegisteredClassAccessorFor(Tenant tenant,
java.lang.Class clazz,
java.lang.String qualifier) |
protected static void |
Item.internal_registerClassAccessorFor(Tenant tenant,
java.lang.Class clazz,
java.lang.String qualifier,
AttributeAccess access) |
protected static void |
Item.internal_registerNonClassAccessorFor(Tenant tenant,
AttributeDescriptor attributeDescriptor,
AttributeAccess access) |
static <T extends Item> |
JaloSession.lookupItem(Tenant tenant,
PK pk)
Same as
JaloSession.lookupItem(PK) with the ability to pass the (required) tenant manually. |
static java.util.Collection<? extends Item> |
JaloSession.lookupItems(Tenant tenant,
SessionContext ctx,
java.util.Collection<PK> pks,
boolean ignoreMissingItems,
boolean returnMissingAsNull) |
void |
Manager.setTenant(Tenant tenant) |
void |
JaloConnection.setTenant(Tenant tenant)
Deprecated.
since 5.0 , You should not mutate the
JaloConnection's tenant. |
| Constructor and Description |
|---|
JaloConnection(Tenant tenant)
Used by
AbstractTenant.doStartUp()exclusively - do not call directly! |
| Modifier and Type | Method and Description |
|---|---|
Currency |
C2LManager.getDefaultCurrencyForTenant(Tenant t) |
Language |
C2LManager.getDefaultLanguageForTenant(Tenant t) |
| Constructor and Description |
|---|
C2LManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
EnumerationManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
ExtensionManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
FlexibleSearchSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
FlexibleSearchExecutor(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
LimitStatementBuilderFactory.readHanaLiteralParamFromTenantIfAvailable(Tenant tenant) |
| Constructor and Description |
|---|
LimitStatementBuilderFactory(Tenant tenant) |
| Constructor and Description |
|---|
LinkManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
MediaManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
MetaInformationManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
NumberSeriesManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
OrderManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
ProductManagerSerializableDTO(Tenant tenant)
Deprecated.
|
| Constructor and Description |
|---|
AccessManagerSerializableDTO(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeAccess |
ReflectionAttributeAccess.createReflectionAccess(Tenant t,
java.lang.Class itemClass,
AttributeDescriptor ad) |
| Constructor and Description |
|---|
TypeManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
UserManagerSerializableDTO(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
DataSourceImpl.getTenant() |
Tenant |
HybrisDataSource.getTenant() |
| Constructor and Description |
|---|
DataSourceImpl(Tenant tenant,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> params,
boolean readOnly,
DataSourceFactory factory)
Creates a new data source using connection parameters.
|
DataSourceImpl(Tenant tenant,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> params,
java.lang.String jndiName,
boolean readOnly,
DataSourceFactory factory) |
DataSourceImpl(Tenant tenant,
java.lang.String id,
java.lang.String jndiName,
boolean readOnly,
DataSourceFactory factory)
Creates a new data source using a existing JNDI data source.
|
FlexibleSearchDataSourceImpl(Tenant tenant,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> params,
boolean readOnly,
DataSourceFactory factory)
Creates a new data source using connection parameters.
|
FlexibleSearchDataSourceImpl(Tenant tenant,
java.lang.String id,
java.lang.String jndiName,
boolean readOnly,
DataSourceFactory factory)
Creates a new data source using a existing JNDI data source.
|
SlaveTenantDataSource(Tenant tenant,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> connectionParams,
boolean readOnly,
SlaveTenantDataSourceFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static JDBCInterceptor |
JDBCInterceptorFactory.create(Tenant tenant) |
JDBCInterceptor |
JDBCInterceptorFactory.createJDBCInterceptor(Tenant tenant) |
JDBCInterceptor |
DefaultJDBCInterceptorFactory.createJDBCInterceptor(Tenant tenant) |
protected SQLRecoveryStrategy |
DefaultJDBCInterceptorFactory.createSQLRecoveryStrategy(Tenant tenant) |
static JDBCInterceptorFactory |
JDBCInterceptorFactory.getConfiguredFactory(Tenant tenant) |
| Constructor and Description |
|---|
FileLogger(Tenant tenant) |
StdoutLogger(Tenant system) |
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
AbstractJMXMBean.TenantAwareExecutor.getCurrentTenant() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JMXBindableTenantAwareObject.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
static MobileManager |
MobileManager.getInstance(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
static GenericItem |
GenericItemEJBImpl.createGenericItem(Tenant tenant,
PK pk,
ComposedType genericItemType,
JaloPropertyContainer props) |
| Constructor and Description |
|---|
ExtensibleItemEJBImpl(Tenant tenant,
ExtensibleItemRemote remoteObject) |
GenericItemEJBImpl(Tenant tenant,
GenericItemRemote remoteObject) |
ItemEJBImpl(Tenant tenant,
ItemRemote remoteObject)
constructors used to create a Item with a remote or with a primary key.
|
SystemEJB(Tenant tenant) |
| Constructor and Description |
|---|
LocalizableItemEJBImpl(Tenant tenant,
LocalizableItemRemote remoteObject) |
| Constructor and Description |
|---|
EnumerationValueEJBImpl(Tenant tenant,
EnumerationValueRemote remoteObject) |
| Constructor and Description |
|---|
LinkEJBImpl(Tenant tenant,
LinkRemote remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
DefaultCachingSerialNumberGenerator.getTenant() |
| Constructor and Description |
|---|
DefaultCachingSerialNumberGenerator(Tenant t,
SerialNumberDAO dao) |
DefaultSerialNumberDAO(Tenant t,
HybrisDataSource initDataSource) |
| Modifier and Type | Method and Description |
|---|---|
LoadDeploymentInfoResult |
DeploymentInfoProvider.loadAllDeploymentsForTenant(Tenant tenant) |
| Constructor and Description |
|---|
BatchTypeInfoMapLoader(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
static TypePKInfoProvider |
TypePKInfoProvider.buildForTenant(Tenant tenant,
DeploymentTypeDBSearcher deploymentTypeDBSearcher) |
| Constructor and Description |
|---|
BatchTypeInfoRepository(Tenant tenant,
DeploymentTypeDBSearcher deploymentTypeDBSearcher) |
DeploymentTypeDBSearcher(Tenant tenant) |
| Constructor and Description |
|---|
TestItemEJBImpl(Tenant tenant,
TestItemRemote remoteObject) |
| Constructor and Description |
|---|
AtomicTypeEJBImpl(Tenant tenant,
AtomicTypeRemote remoteObject) |
AttributeDescriptorEJBImpl(Tenant tenant,
AttributeDescriptorRemote remoteObject) |
CollectionTypeEJBImpl(Tenant tenant,
CollectionTypeRemote remoteObject) |
ComposedTypeEJBImpl(Tenant tenant,
ComposedTypeRemote remoteObject) |
DescriptorEJBImpl(Tenant tenant,
DescriptorRemote remoteObject) |
MapTypeEJBImpl(Tenant tenant,
MapTypeRemote remoteObject) |
SearchRestrictionEJBImpl(Tenant tenant,
SearchRestrictionRemote res) |
TypeEJBImpl(Tenant tenant,
TypeRemote remoteObject) |
TypeManagerManagedEJBImpl(Tenant tenant,
TypeManagerManagedRemote remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingPromotionsManagerTest.MockCachingPromotionsManager.setTenant(Tenant tenant) |
| Constructor and Description |
|---|
AbstractRegioncacheRegistrableUnit(Cache cache,
Tenant tenant)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TaskContext.getCurrentTenant()
Get the currently active tenant
|
| Modifier and Type | Method and Description |
|---|---|
Tenant |
DefaultTaskContext.getCurrentTenant() |
protected Tenant |
DefaultSuspendResumeTaskManager.getCurrentTenant() |
protected Tenant |
DefaultRuleEngineTaskProcessor.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTaskContext.setCurrentTenant(Tenant currentTenant) |
void |
DefaultSuspendResumeTaskManager.setCurrentTenant(Tenant currentTenant) |
void |
DefaultRuleEngineTaskProcessor.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
DefaultRuleEngineKieModuleSwapper.getCurrentTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRuleEngineKieModuleSwapper.setCurrentTenant(Tenant currentTenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
DefaultRuleCompilationContext.getCurrentTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRuleCompilationContext.setCurrentTenant(Tenant currentTenant) |
| Modifier and Type | Method and Description |
|---|---|
void |
TenantAwareHybrisPropertiesFactory.setCurrentTenant(Tenant currentTenant) |
| Constructor and Description |
|---|
AfterTenantInitializationClusterAwareEvent(Tenant tenant) |
AfterTenantRestartClusterAwareEvent(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformClusterEventSender.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServicelayerManager.notifyClusterAboutTenantInitialization(Tenant tenant) |
void |
ServicelayerManager.notifyTenantRestart(Tenant tenant) |
| Modifier and Type | Field and Description |
|---|---|
protected Tenant |
AbstractService.tenant
Deprecated.
since 5.0
|
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
AbstractService.getCurrentTenant() |
Tenant |
TenantFactory.getObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractService.setCurrentTenant(Tenant currentTenant) |
| Constructor and Description |
|---|
SerializableDTO(Tenant tenant,
java.lang.String beanname) |
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
AbstractPermissionServiceTest.getTenant() |
| Modifier and Type | Class and Description |
|---|---|
class |
MockTenant |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TestTenantFactory.getObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestTenantService.setCurrentTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
void |
LinearDrainingAdaptiveAlgorithm.setTenant(Tenant tenant) |
void |
AsyncSessionPersisterRunnable.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSolrClientPool.SolrClientPoolTenantListener.afterSetActivateSession(Tenant tenant) |
void |
DefaultSolrClientPool.SolrClientPoolTenantListener.afterTenantStartUp(Tenant tenant) |
void |
DefaultSolrClientPool.SolrClientPoolTenantListener.beforeTenantShutDown(Tenant tenant) |
void |
DefaultSolrClientPool.SolrClientPoolTenantListener.beforeUnsetActivateSession(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TenantScope.getCurrentTenant()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TaskEngineParameters.getTenant() |
protected Tenant |
DefaultTaskService.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
TaskEngineParameters.ParametersBuilder |
TaskEngineParameters.ParametersBuilder.withTenant(Tenant tenant) |
| Constructor and Description |
|---|
TaskDAO(Tenant t) |
| Modifier and Type | Method and Description |
|---|---|
static TaskManager |
TaskManager.getInstance(Tenant t)
Deprecated.
since ages
|
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
DefaultTicketEventFactoryImpl.getCurrentTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTicketEventFactoryImpl.setCurrentTenant(Tenant currentTenant) |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionImpl |
Transaction.bindConnection(Tenant tenant,
boolean userTAEnabled) |
protected boolean |
Transaction.calculatedUserTAEnabled(Tenant t) |
| Modifier and Type | Field and Description |
|---|---|
protected Tenant |
BridgeAbstraction.tenant |
| Modifier and Type | Method and Description |
|---|---|
protected static Tenant |
RootRequestFilter.getCurrentTenant()
Deprecated.
|
Tenant |
BridgeAbstraction.getTenant() |
protected Tenant |
AbstractTenantAwareSerializationDTO.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RootRequestFilter.HybrisSessionWrapper.assertTenant(Tenant t,
java.lang.String qualifier,
java.lang.Object value) |
protected void |
RootRequestFilter.HybrisSessionWrapper.assertTenantValue(Tenant t,
java.lang.String qualifier,
java.lang.Object value) |
BridgeAbstraction |
JaloObjectCreator.createInstance(Tenant tenant,
BridgeInterface impl) |
static java.util.List<java.lang.String> |
Utilities.getInstalledExtensionNames(Tenant tenant)
Returns the names of all installed extension.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
RootRequestFilter.HybrisSessionWrapper.getTenantAttributesMap(Tenant t,
boolean create) |
void |
BridgeAbstraction.setTenant(Tenant tenant) |
| Constructor and Description |
|---|
AbstractTenantAwareSerializationDTO(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeConfigUpdateListener.afterSetActivateSession(Tenant tenant) |
void |
RuntimeConfigUpdateListener.afterTenantStartUp(Tenant tenant) |
void |
RuntimeConfigUpdateListener.beforeTenantShutDown(Tenant tenant) |
void |
RuntimeConfigUpdateListener.beforeUnsetActivateSession(Tenant tenant) |
| Constructor and Description |
|---|
RuntimeConfigUpdateListener(Tenant currentTenant) |
| Constructor and Description |
|---|
DropTablesTool(Tenant tenant,
JspContext jspContext) |
| Modifier and Type | Method and Description |
|---|---|
static Tenant |
VJdbcUtil.getTenant(HttpServletRequest httpServletRequest) |
| Modifier and Type | Method and Description |
|---|---|
HybrisDataSource |
ReadWriteVjdbcDataSourceImplFactory.createDataSource(java.lang.String id,
Tenant tenant,
java.util.Map<java.lang.String,java.lang.String> connectionParams,
boolean readOnly) |
HybrisDataSource |
VjdbcDataSourceImplFactory.createDataSource(java.lang.String id,
Tenant tenant,
java.util.Map<java.lang.String,java.lang.String> connectionParams,
boolean readOnly)
returned datasource will be read-only regardless the value of the param 'readOnly'
|
HybrisDataSource |
VjdbcDataSourceImplFactory.createJNDIDataSource(java.lang.String id,
Tenant tenant,
java.lang.String fromJNDI,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Properties |
AbstractVjdbcHttpRequestResolver.prepareProperties(java.util.Properties props,
Tenant tenant)
Creates prepared properties containing current tenant id and user/password credentials
|
Copyright © 2018 SAP SE. All Rights Reserved.