| 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 |
RegionCacheAdapter.getTenant() |
Tenant |
DefaultCache.getTenant()
get the tenant this cache is created for.
|
| 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,
String query,
List values) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultBroadcastService.sendAsnychronously(DefaultBroadcastService.MethodWrapper methodWrapper,
RawMessage message,
Tenant currentTenant,
ExecutorService executorService)
Sends a message using a executor service.
|
void |
InvalidationBroadcastHandler.sendMessage(Tenant tenant,
Object[] topic,
Object[] key,
int invalidationType) |
protected byte[] |
InvalidationBroadcastHandler.toBinaryMessage(Tenant tenant,
Object[] topic,
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(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.
|
static Tenant |
Registry.activateMasterTenantAndFailIfAlreadySet()
Deprecated.
|
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) |
HybrisDataSource |
DataSourceFactory.createDataSource(String id,
Tenant tenant,
Map<String,String> connectionParams,
boolean readOnly) |
HybrisDataSource |
DataSourceImplFactory.createDataSource(String id,
Tenant tenant,
Map<String,String> connectionParams,
boolean readOnly) |
HybrisDataSource |
SlaveTenantDataSourceFactory.createDataSource(String id,
Tenant tenant,
Map<String,String> connectionParams,
boolean readOnly) |
HybrisDataSource |
DataSourceFactory.createJNDIDataSource(String id,
Tenant tenant,
String jndiName,
boolean readOnly) |
HybrisDataSource |
DataSourceImplFactory.createJNDIDataSource(String id,
Tenant tenant,
String fromJNDI,
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,
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 |
|---|
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,
String message)
Tries to acquires global lock.
|
boolean |
InitializationLockDao.lockRow(Tenant forTenant,
String processName)
Locks row using cluster node ID from given tenant.
|
boolean |
InitializationLockHandler.performLocked(Tenant forTenant,
Callable<Boolean> operation,
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,
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 |
Manager.getTenant() |
Tenant |
Item.getTenant() |
Tenant |
JaloConnection.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
static BridgeAbstraction |
JaloImplementationManager.createJaloObject(Tenant tenant,
BridgeInterface 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,
Class clazz,
String qualifier) |
protected static void |
Item.internal_registerClassAccessorFor(Tenant tenant,
Class clazz,
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 Collection<? extends Item> |
JaloSession.lookupItems(Tenant tenant,
SessionContext ctx,
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,
Class itemClass,
AttributeDescriptor ad) |
| Constructor and Description |
|---|
TypeManagerSerializableDTO(Tenant tenant) |
| Constructor and Description |
|---|
UserManagerSerializableDTO(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
HybrisDataSource.getTenant() |
Tenant |
DataSourceImpl.getTenant() |
| Constructor and Description |
|---|
DataSourceImpl(Tenant tenant,
String id,
Map<String,String> params,
boolean readOnly,
DataSourceFactory factory)
Creates a new data source using connection parameters.
|
DataSourceImpl(Tenant tenant,
String id,
Map<String,String> params,
String jndiName,
boolean readOnly,
DataSourceFactory factory) |
DataSourceImpl(Tenant tenant,
String id,
String jndiName,
boolean readOnly,
DataSourceFactory factory)
Creates a new data source using a existing JNDI data source.
|
FlexibleSearchDataSourceImpl(Tenant tenant,
String id,
Map<String,String> params,
boolean readOnly,
DataSourceFactory factory)
Creates a new data source using connection parameters.
|
FlexibleSearchDataSourceImpl(Tenant tenant,
String id,
String jndiName,
boolean readOnly,
DataSourceFactory factory)
Creates a new data source using a existing JNDI data source.
|
SlaveTenantDataSource(Tenant tenant,
String id,
Map<String,String> connectionParams,
boolean readOnly,
SlaveTenantDataSourceFactory factory) |
| 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) |
static void |
GenericItemEJBImpl.createGenericItemNoRead(Tenant tenant,
PK pk,
ComposedType genericItemType,
JaloPropertyContainer props) |
| Constructor and Description |
|---|
SystemEJB(Tenant tenant) |
| 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 |
|---|---|
protected Tenant |
CxApplicationPropertyResolver.getTenant()
Deprecated.
|
| 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 |
|---|---|
protected Tenant |
DefaultRuleEngineKieModuleSwapper.getCurrentTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRuleEngineKieModuleSwapper.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,
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 |
AsyncSessionPersisterRunnable.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TenantScope.getCurrentTenant()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
DefaultTaskService.getTenant() |
| Constructor and Description |
|---|
TaskDAO(Tenant t) |
| Modifier and Type | Method and Description |
|---|---|
static TaskManager |
TaskManager.getInstance(Tenant t)
Deprecated.
|
| 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,
String qualifier,
Object value) |
protected void |
RootRequestFilter.HybrisSessionWrapper.assertTenantValue(Tenant t,
String qualifier,
Object value) |
BridgeAbstraction |
JaloObjectCreator.createInstance(Tenant tenant,
BridgeInterface impl) |
static List<String> |
Utilities.getInstalledExtensionNames(Tenant tenant)
Returns the names of all installed extension.
|
protected Map<String,Object> |
RootRequestFilter.HybrisSessionWrapper.getTenantAttributesMap(Tenant t,
boolean create) |
void |
BridgeAbstraction.setTenant(Tenant tenant) |
| Constructor and Description |
|---|
AbstractTenantAwareSerializationDTO(Tenant tenant) |
| 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(String id,
Tenant tenant,
Map<String,String> connectionParams,
boolean readOnly) |
HybrisDataSource |
VjdbcDataSourceImplFactory.createDataSource(String id,
Tenant tenant,
Map<String,String> connectionParams,
boolean readOnly)
returned datasource will be read-only regardless the value of the param 'readOnly'
|
HybrisDataSource |
VjdbcDataSourceImplFactory.createJNDIDataSource(String id,
Tenant tenant,
String fromJNDI,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
AbstractVjdbcHttpRequestResolver.prepareProperties(Properties props,
Tenant tenant)
Creates prepared properties containing current tenant id and user/password credentials
|
Copyright © 2017 SAP SE. All Rights Reserved.