Uses of Interface
de.hybris.platform.core.Tenant
Packages that use Tenant
Package
Description
-
Uses of Tenant in de.hybris.platform.aop
Methods in de.hybris.platform.aop that return TenantModifier and TypeMethodDescriptionprotected abstract TenantAbstractProfilingAspect.getOwnTenant()protected TenantProfilingAspect.getOwnTenant()Methods in de.hybris.platform.aop with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.cache
Methods in de.hybris.platform.cache that return TenantConstructors in de.hybris.platform.cache with parameters of type TenantModifierConstructorDescriptionAbstractCacheUnit(Cache cache, Tenant tenant) InvalidationManager(Tenant tenant, InvalidationTarget target) -
Uses of Tenant in de.hybris.platform.cache.impl
Methods in de.hybris.platform.cache.impl that return TenantModifier and TypeMethodDescriptionDefaultCache.getTenant()get the tenant this cache is created for.RegionCacheAdapter.getTenant()Methods in de.hybris.platform.cache.impl with parameters of type TenantModifier and TypeMethodDescriptionCacheFactory.createCacheInstance(Tenant tenant) CacheFactory.createCacheInstance(Tenant tenant, int cacheSize) CacheFactory.createCacheInstance(Tenant tenant, int cacheSize, boolean forceExclusiveComputation) CacheFactory.createCacheInstance(Tenant slaveTenant, Tenant masterTenant) static CacheMapDefaultCache.internalCreateMapInstanceStatic(Tenant tenant, int max) static booleanCacheFactory.isLegacyMode(Tenant tenant) Constructors in de.hybris.platform.cache.impl with parameters of type TenantModifierConstructorDescriptionDefaultCache(Tenant tenant, int maxCacheSize) Creates a new cache.DefaultCache(Tenant tenant, int maxCacheSize, boolean forceExclComp) Creates a new cache.RegionCacheAdapter(Tenant tenant, CacheController controller) -
Uses of Tenant in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type TenantModifier and TypeMethodDescriptionstatic intCatalogVersionSyncJob.getDefaultMaxThreads(Tenant tenant) Constructors in de.hybris.platform.catalog.jalo.synchronization with parameters of type TenantModifierConstructorDescriptionConstructor for JDBCQuery.Constructor for JDBCQuery.JDBCQuery(Tenant tenant, String query, List values, boolean useReadOnlyDatasource, ReadOnlyConditionsHelper readOnlyConditionsHelper) Constructor for JDBCQuery. -
Uses of Tenant in de.hybris.platform.cluster
Methods in de.hybris.platform.cluster with parameters of type TenantModifier and TypeMethodDescriptionprotected voidDefaultBroadcastService.sendAsnychronously(DefaultBroadcastService.MethodWrapper methodWrapper, RawMessage message, Tenant currentTenant, ExecutorService executorService) Sends a message using a executor service.voidInvalidationBroadcastHandler.sendMessage(Tenant tenant, Object[] topic, Object[] key, int invalidationType) protected byte[]InvalidationBroadcastHandler.toBinaryMessage(Tenant tenant, Object[] topic, Object[] key, int invalidationType, long number) -
Uses of Tenant in de.hybris.platform.commons.jalo
Methods in de.hybris.platform.commons.jalo with parameters of type TenantModifier and TypeMethodDescriptionCommonsManager.ProxyJaloObjectCreator.createInstance(Tenant tenant, BridgeInterface impl) -
Uses of Tenant in de.hybris.platform.core
Classes in de.hybris.platform.core that implement TenantModifier and TypeClassDescriptionclassclassclassThe slave tenant represents any other tenant exept the master tenant.classclassFields in de.hybris.platform.core declared as TenantMethods in de.hybris.platform.core with type parameters of type TenantModifier and TypeMethodDescriptionstatic <T extends Tenant>
TRegistry.getCurrentTenant()Returns the tenant currently associated with the callers thread.static <T extends Tenant>
TRegistry.getCurrentTenantNoFallback()Returns the tenant currently associated with the callers thread orNULLif no tenant had been activated.static <T extends Tenant>
TRegistry.getTenantByID(String id) Return the tenant by its ID or NULL if no tenant was found.Methods in de.hybris.platform.core that return TenantModifier and TypeMethodDescriptionstatic TenantRegistry.activateMasterTenant()Internal note: currently called via reflection from JUnitTestRunner to assure that "ant yunit" will workstatic TenantRegistry.activateMasterTenant(de.hybris.platform.core.Registry.REPLACE replace) Deprecated, for removal: This API element is subject to removal in a future version.static TenantRegistry.activateMasterTenantAndFailIfAlreadySet()Deprecated, for removal: This API element is subject to removal in a future version.since ages - useRegistry.activateMasterTenant(),Registry.setCurrentTenant(Tenant)orRegistry.setCurrentTenantByID(String)insteadstatic TenantRegistry.activateMasterTenantForInit()static TenantAbstractTenant.getCurrentTenant()protected static TenantRegistry.getCurrentTenantInternal()Methods in de.hybris.platform.core with parameters of type TenantModifier and TypeMethodDescriptionvoidJMXBeanLoader.afterSetActivateSession(Tenant tenant) voidTenantListener.afterSetActivateSession(Tenant tenant) voidJMXBeanLoader.afterTenantStartUp(Tenant tenant) voidTenantListener.afterTenantStartUp(Tenant tenant) Will be called if a tenant has successfully started.voidJMXBeanLoader.beforeTenantShutDown(Tenant tenant) voidTenantListener.beforeTenantShutDown(Tenant tenant) Will be called if a tenant is about to shut down.voidJMXBeanLoader.beforeUnsetActivateSession(Tenant tenant) voidTenantListener.beforeUnsetActivateSession(Tenant tenant) default ItemImplCreationResultItemWrapperCreator.create(Tenant tenant, ItemRemote itemRemote) DataSourceFactory.createDataSource(String id, Tenant tenant, Map<String, String> connectionParams, boolean readOnly) DataSourceImplFactory.createDataSource(String id, Tenant tenant, Map<String, String> connectionParams, boolean readOnly) SlaveTenantDataSourceFactory.createDataSource(String id, Tenant tenant, Map<String, String> connectionParams, boolean readOnly) DataSourceFactory.createJNDIDataSource(String id, Tenant tenant, String jndiName, boolean readOnly) DataSourceImplFactory.createJNDIDataSource(String id, Tenant tenant, String fromJNDI, boolean readOnly) static booleanRegistry.isCurrentTenant(Tenant tenant) Tells whether the callers thread is associated with the given tenant.static booleanInitialization.isTenantInitializing(Tenant tenant) static booleanInitialization.isTenantInitializingGlobally(Tenant tenant) static booleanInitialization.isTenantInitializingLocally(Tenant tenant) static <T> TRegistry.runAsTenant(Tenant tenant, Callable<T> callable) Runs a given Callable within the given tenant.static voidRegistry.setCurrentTenant(Tenant tenant) Activates the given tenant as current tenant for the callers thread.protected static voidRegistry.setCurrentTenantInternal(Tenant tenant) Constructors in de.hybris.platform.core with parameters of type TenantModifierConstructorDescriptionAsyncTenantStartupNotifier(Tenant tenant) BlockingTenantStartupNotifier(Tenant tenant) TenantAwareThreadFactory(Tenant tenant) Creates a factory with explicitly providedTenant, implicitly current session will be used as forJaloSession.getCurrentSession().TenantAwareThreadFactory(Tenant tenant, JaloSession session) Creates a factory with explicitly providedTenantandJaloSession.TenantPropertiesLoader(Tenant tenant) -
Uses of Tenant in de.hybris.platform.core.system
Methods in de.hybris.platform.core.system with parameters of type TenantModifier and TypeMethodDescriptionbooleanTries to acquires global lock.booleanLocks row using cluster node ID from given tenant.booleanInitializationLockHandler.performLocked(Tenant forTenant, Callable<Boolean> operation, String message) Allows to performs some operation while holding the init lock.booleanInitializationLockDao.releaseRow(Tenant forTenant) Releases existing lock.voidReleases acquired lock previously fetched viaInitializationLockHandler.lock(Tenant, String). -
Uses of Tenant in de.hybris.platform.core.system.impl
Methods in de.hybris.platform.core.system.impl with parameters of type TenantModifier and TypeMethodDescriptionbooleanbooleanDefaultInitLockDao.releaseRow(Tenant forTenant) -
Uses of Tenant in de.hybris.platform.cronjob
Methods in de.hybris.platform.cronjob with parameters of type TenantModifier and TypeMethodDescriptionStaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withTenant(Tenant tenant) Constructors in de.hybris.platform.cronjob with parameters of type TenantModifierConstructorDescriptionStaleCronJobUnlocker(Tenant tenant) StaleCronJobUnlocker(String threadName, Tenant tenant) -
Uses of Tenant in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo with parameters of type TenantModifier and TypeMethodDescriptionstatic CronJobManagerCronJobManager.getInstance(Tenant tenant) -
Uses of Tenant in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.integrationservices.util
Constructors in de.hybris.platform.integrationservices.util with parameters of type TenantModifierConstructorDescriptionInstantiates a TenantAdminUserAwareThreadFactoryTenantAdminUserAwareThreadFactory(Tenant tenant, JaloSession session) Instantiates a TenantAdminUserAwareThreadFactory -
Uses of Tenant in de.hybris.platform.integrationservices.util.lifecycle
Methods in de.hybris.platform.integrationservices.util.lifecycle with parameters of type TenantModifier and TypeMethodDescriptionReturns an instance of theTenantLifecyclefor the specified tenant.Constructors in de.hybris.platform.integrationservices.util.lifecycle with parameters of type TenantModifierConstructorDescriptionDefaultTenantLifecycle(@NotNull Tenant tenant) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates the TenantLifecycle object for the given tenant -
Uses of Tenant in de.hybris.platform.integrationservices.util.lifecycle.impl
Methods in de.hybris.platform.integrationservices.util.lifecycle.impl with parameters of type TenantModifier and TypeMethodDescriptionvoidDefaultIntegrationTenantLifecycle.afterSetActivateSession(Tenant tenant) voidDefaultIntegrationTenantLifecycle.afterTenantStartUp(Tenant tenant) voidDefaultIntegrationTenantLifecycle.beforeTenantShutDown(Tenant tenant) voidDefaultIntegrationTenantLifecycle.beforeUnsetActivateSession(Tenant tenant) booleanConstructors in de.hybris.platform.integrationservices.util.lifecycle.impl with parameters of type TenantModifierConstructorDescriptionDefaultIntegrationTenantLifecycle(@NotNull Tenant tenant) Instantiates the TenantLifecycle object for the given tenant -
Uses of Tenant in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo with type parameters of type TenantMethods in de.hybris.platform.jalo that return TenantModifier and TypeMethodDescriptionItem.getTenant()JaloConnection.getTenant()Manager.getTenant()Methods in de.hybris.platform.jalo with parameters of type TenantModifier and TypeMethodDescriptionstatic final BridgeAbstractionJaloImplementationManager.createJaloObject(Tenant tenant, Item.ItemImpl impl) Creates a Jalo object as a wrapper to the specified BridgeImplementation.static JaloSessionJaloSession.getCurrentSession(Tenant tenant) static booleanJaloSession.hasCurrentSession(Tenant tenant) static booleanItem.hasRegisteredClassAccessorFor(Tenant tenant, Class clazz, String qualifier) protected static final voidItem.internal_registerClassAccessorFor(Tenant tenant, Class clazz, String qualifier, AttributeAccess access) protected static final voidItem.internal_registerNonClassAccessorFor(Tenant tenant, AttributeDescriptor attributeDescriptor, AttributeAccess access) static <T extends Item>
TJaloSession.lookupItem(Tenant tenant, PK pk) Same asJaloSession.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) voidDeprecated.since 5.0 , You should not mutate theJaloConnection's tenant.voidConstructors in de.hybris.platform.jalo with parameters of type TenantModifierConstructorDescriptionJaloConnection(Tenant tenant) Used byAbstractTenant.doStartUp()exclusively - do not call directly! -
Uses of Tenant in de.hybris.platform.jalo.c2l
Methods in de.hybris.platform.jalo.c2l with parameters of type TenantModifier and TypeMethodDescriptionC2LManager.getDefaultCurrencyForTenant(Tenant t) C2LManager.getDefaultLanguageForTenant(Tenant t) Constructors in de.hybris.platform.jalo.c2l with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.enumeration
Constructors in de.hybris.platform.jalo.enumeration with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.extension
Constructors in de.hybris.platform.jalo.extension with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.flexiblesearch
Constructors in de.hybris.platform.jalo.flexiblesearch with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.flexiblesearch.hints.impl
Methods in de.hybris.platform.jalo.flexiblesearch.hints.impl with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.flexiblesearch.internal
Methods in de.hybris.platform.jalo.flexiblesearch.internal with parameters of type TenantModifier and TypeMethodDescriptionReadOnlyConditionsHelper.checkHints(Tenant tenant, List<Hint> hints) booleanReadOnlyConditionsHelper.couldUseReadOnlyDataSource(Tenant tenant, List<Hint> hints) this method checks whether all below conditions are fulfilled:
there is noTransactioncurrently active - implemented inReadOnlyConditionsHelper.isTxActive(); currently activeHybrisDataSourceis not an alternative (activated withDataSourceProvider.activateAlternativeMasterDataSource(String)or slave dataSource (activated withDataSourceProvider.activateSlaveDataSource(String)- implemented inReadOnlyConditionsHelper.isMasterDataSourceActive(Tenant)SessionContextfor currentJaloSessiondoes not contain a attributeReadOnlyConditionsHelper.CTX_ENABLE_FS_ON_READ_REPLICAwith valuefalsenone of the categories set for the query (through aFlexibleSearchHints.CategorizedQueryHint) is configured to not use read-only dataSource - implemented inReadOnlyConditionsHelper.checkHints(Tenant, List)any of the below is true:SessionContextfor currentJaloSessioncontains a attributeReadOnlyConditionsHelper.CTX_ENABLE_FS_ON_READ_REPLICAwith valuetrue- implemented inReadOnlyConditionsHelper.readOnlyDataSourceEnabledInSessionContext(Tenant)at least one category set for the query (through aFlexibleSearchHints.CategorizedQueryHint) is configured to use read-only dataSource - implemented inReadOnlyConditionsHelper.checkHints(Tenant, List)ReadOnlyConditionsHelper.getReadOnlyDataSource(Tenant tenant) returns the read-only datasource only if:
read-only datasource is properly configured with property defined inReadOnlyConditionsHelper.PARAM_FS_READ_ONLY_DATASOURCE; the configured read-only datasource is using the same DB provider as main datasourceprotected booleanReadOnlyConditionsHelper.isMasterDataSourceActive(Tenant tenant) ReadOnlyConditionsHelper.readOnlyDataSourceEnabledInSessionContext(Tenant tenant) Method checks whether a current session context has an attributeReadOnlyConditionsHelper.CTX_ENABLE_FS_ON_READ_REPLICAdeclared and if so, whether its value istrueConstructors in de.hybris.platform.jalo.flexiblesearch.internal with parameters of type TenantModifierConstructorDescriptionFlexibleSearchExecutor(Tenant tenant) FlexibleSearchExecutor(Tenant tenant, ReadOnlyConditionsHelper readOnlyConditionsHelper) -
Uses of Tenant in de.hybris.platform.jalo.flexiblesearch.limit
Methods in de.hybris.platform.jalo.flexiblesearch.limit with parameters of type TenantModifier and TypeMethodDescriptionprotected booleanLimitStatementBuilderFactory.readHanaLiteralParamFromTenantIfAvailable(Tenant tenant) Constructors in de.hybris.platform.jalo.flexiblesearch.limit with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.link
Constructors in de.hybris.platform.jalo.link with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.media
Constructors in de.hybris.platform.jalo.media with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.meta
Constructors in de.hybris.platform.jalo.meta with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.numberseries
Constructors in de.hybris.platform.jalo.numberseries with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.order
Constructors in de.hybris.platform.jalo.order with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.product
Constructors in de.hybris.platform.jalo.product with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.security
Constructors in de.hybris.platform.jalo.security with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type with parameters of type TenantModifier and TypeMethodDescriptionstatic final AttributeAccessReflectionAttributeAccess.createReflectionAccess(Tenant t, Class itemClass, AttributeDescriptor ad) Constructors in de.hybris.platform.jalo.type with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jalo.user
Constructors in de.hybris.platform.jalo.user with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.jdbcwrapper
Methods in de.hybris.platform.jdbcwrapper that return TenantConstructors in de.hybris.platform.jdbcwrapper with parameters of type TenantModifierConstructorDescriptionDataSourceImpl(Tenant tenant, String id, String jndiName, boolean readOnly, DataSourceFactory factory) Creates a new data source using a existing JNDI data source.DataSourceImpl(Tenant tenant, String id, Map<String, String> params, boolean readOnly, DataSourceFactory factory) Creates a new data source using connection parameters.protectedDataSourceImpl(Tenant tenant, String id, Map<String, String> params, String jndiName, boolean readOnly, DataSourceFactory factory) SlaveTenantDataSource(Tenant tenant, String id, Map<String, String> connectionParams, boolean readOnly, SlaveTenantDataSourceFactory factory) -
Uses of Tenant in de.hybris.platform.jdbcwrapper.interceptor.factory
Methods in de.hybris.platform.jdbcwrapper.interceptor.factory with parameters of type TenantModifier and TypeMethodDescriptionstatic JDBCInterceptorDefaultJDBCInterceptorFactory.createJDBCInterceptor(Tenant tenant) JDBCInterceptorFactory.createJDBCInterceptor(Tenant tenant) protected SQLRecoveryStrategyDefaultJDBCInterceptorFactory.createSQLRecoveryStrategy(Tenant tenant) static JDBCInterceptorFactoryJDBCInterceptorFactory.getConfiguredFactory(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jdbcwrapper.logger
Constructors in de.hybris.platform.jdbcwrapper.logger with parameters of type TenantModifierConstructorDescriptionFileLogger(Tenant tenant) JDBCSLF4JAwareLogger(Tenant system) StdoutLogger(Tenant system) -
Uses of Tenant in de.hybris.platform.jmx.mbeans.impl
Methods in de.hybris.platform.jmx.mbeans.impl that return TenantModifier and TypeMethodDescriptionprotected final TenantAbstractJMXMBean.TenantAwareExecutor.getCurrentTenant()Methods in de.hybris.platform.jmx.mbeans.impl with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type TenantModifier and TypeMethodDescriptionstatic GenericItemGenericItemEJBImpl.createGenericItem(Tenant tenant, PK pk, ComposedType genericItemType, JaloPropertyContainer props) static booleanPolyglotPersistenceGenericItemSupport.isFullyBackedByTheEJBPersistence(Tenant tenant, TypeInfo typeInfo) static booleanPolyglotPersistenceGenericItemSupport.isFullyBackedByThePolyglotPersistence(Tenant tenant, TypeInfo typeInfo) static GenericItemPolyglotPersistenceGenericItemSupport.tryToCreateGenericItemUsingPolyglotPersistence(Tenant tenant, SessionContext ctx, Item.ItemAttributeMap allAttributes) static ItemImplCreationResultPolyglotPersistenceGenericItemSupport.tryToObtainGenericItemImplUsingPolyglotPersistence(Tenant tenant, PK pk) Constructors in de.hybris.platform.persistence with parameters of type TenantModifierConstructorDescriptionprotectedExtensibleItemEJBImpl(Tenant tenant, ExtensibleItemRemote remoteObject) protectedGenericItemEJBImpl(Tenant tenant, GenericItemRemote remoteObject) protectedItemEJBImpl(Tenant tenant, ItemRemote remoteObject) constructors used to create a Item with a remote or with a primary key. -
Uses of Tenant in de.hybris.platform.persistence.c2l
Constructors in de.hybris.platform.persistence.c2l with parameters of type TenantModifierConstructorDescriptionprotectedLocalizableItemEJBImpl(Tenant tenant, LocalizableItemRemote remoteObject) -
Uses of Tenant in de.hybris.platform.persistence.enumeration
Constructors in de.hybris.platform.persistence.enumeration with parameters of type TenantModifierConstructorDescriptionprotectedEnumerationValueEJBImpl(Tenant tenant, EnumerationValueRemote remoteObject) -
Uses of Tenant in de.hybris.platform.persistence.flexiblesearch.polyglot
Methods in de.hybris.platform.persistence.flexiblesearch.polyglot with parameters of type TenantModifier and TypeMethodDescriptionstatic PolyglotFsResultPolyglotPersistenceFlexibleSearchSupport.search(Tenant tenant, FlexibleSearch flexibleSearch, QueryOptions options) -
Uses of Tenant in de.hybris.platform.persistence.link
Constructors in de.hybris.platform.persistence.link with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.persistence.numberseries
Methods in de.hybris.platform.persistence.numberseries that return TenantModifier and TypeMethodDescriptionprotected TenantDefaultCachingSerialNumberGenerator.getTenant()Constructors in de.hybris.platform.persistence.numberseries with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.persistence.property.internal
Methods in de.hybris.platform.persistence.property.internal with parameters of type TenantModifier and TypeMethodDescriptionDeploymentInfoProvider.loadAllDeploymentsForTenant(Tenant tenant) -
Uses of Tenant in de.hybris.platform.persistence.property.loader
Constructors in de.hybris.platform.persistence.property.loader with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.persistence.property.loader.internal
Methods in de.hybris.platform.persistence.property.loader.internal with parameters of type TenantModifier and TypeMethodDescriptionstatic TypePKInfoProviderTypePKInfoProvider.buildForTenant(Tenant tenant, String atomicTypesTable, String composedTypesTable) Constructors in de.hybris.platform.persistence.property.loader.internal with parameters of type TenantModifierConstructorDescriptionBatchTypeInfoRepository(Tenant tenant, String attributeDescriptorsTable, String composedTypesTable) -
Uses of Tenant in de.hybris.platform.persistence.test
Constructors in de.hybris.platform.persistence.test with parameters of type TenantModifierConstructorDescriptionprotectedTestItemEJBImpl(Tenant tenant, TestItemRemote remoteObject) -
Uses of Tenant in de.hybris.platform.persistence.type
Constructors in de.hybris.platform.persistence.type with parameters of type TenantModifierConstructorDescriptionAtomicTypeEJBImpl(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) protectedSearchRestrictionEJBImpl(Tenant tenant, SearchRestrictionRemote res) TypeEJBImpl(Tenant tenant, TypeRemote remoteObject) TypeManagerManagedEJBImpl(Tenant tenant, TypeManagerManagedRemote remoteObject) -
Uses of Tenant in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.regioncache.key.legacy
Constructors in de.hybris.platform.regioncache.key.legacy with parameters of type TenantModifierConstructorDescriptionAbstractRegioncacheRegistrableUnit(Cache cache, Tenant tenant) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Tenant in de.hybris.platform.ruleengine.concurrency
Methods in de.hybris.platform.ruleengine.concurrency that return Tenant -
Uses of Tenant in de.hybris.platform.ruleengine.concurrency.impl
Methods in de.hybris.platform.ruleengine.concurrency.impl that return TenantModifier and TypeMethodDescriptionprotected TenantDefaultSuspendResumeTaskManager.getCurrentTenant()DefaultTaskContext.getCurrentTenant()protected TenantDefaultRuleEngineTaskProcessor.getTenant()Methods in de.hybris.platform.ruleengine.concurrency.impl with parameters of type TenantModifier and TypeMethodDescriptionvoidDefaultSuspendResumeTaskManager.setCurrentTenant(Tenant currentTenant) voidDefaultTaskContext.setCurrentTenant(Tenant currentTenant) void -
Uses of Tenant in de.hybris.platform.ruleengine.init.impl
Methods in de.hybris.platform.ruleengine.init.impl that return TenantModifier and TypeMethodDescriptionprotected TenantDefaultRuleEngineKieModuleSwapper.getCurrentTenant()Methods in de.hybris.platform.ruleengine.init.impl with parameters of type TenantModifier and TypeMethodDescriptionvoidDefaultRuleEngineKieModuleSwapper.setCurrentTenant(Tenant currentTenant) -
Uses of Tenant in de.hybris.platform.ruleengineservices.maintenance.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.impl that return TenantMethods in de.hybris.platform.ruleengineservices.maintenance.impl with parameters of type TenantModifier and TypeMethodDescriptionvoidDefaultRuleCompilationContext.setCurrentTenant(Tenant currentTenant) -
Uses of Tenant in de.hybris.platform.servicelayer.config.impl
Methods in de.hybris.platform.servicelayer.config.impl with parameters of type TenantModifier and TypeMethodDescriptionvoidTenantAwareHybrisPropertiesFactory.setCurrentTenant(Tenant currentTenant) -
Uses of Tenant in de.hybris.platform.servicelayer.event.events
Constructors in de.hybris.platform.servicelayer.event.events with parameters of type TenantModifierConstructorDescription -
Uses of Tenant in de.hybris.platform.servicelayer.event.impl
Methods in de.hybris.platform.servicelayer.event.impl with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type TenantModifier and TypeMethodDescriptionvoidServicelayerManager.notifyClusterAboutTenantInitialization(Tenant tenant) voidServicelayerManager.notifyTenantRestart(Tenant tenant) -
Uses of Tenant in de.hybris.platform.servicelayer.internal.service
Fields in de.hybris.platform.servicelayer.internal.service declared as TenantModifier and TypeFieldDescriptionprotected TenantAbstractService.tenantDeprecated, for removal: This API element is subject to removal in a future version.since 5.0Methods in de.hybris.platform.servicelayer.internal.service that return TenantModifier and TypeMethodDescriptionprotected TenantAbstractService.getCurrentTenant()TenantFactory.getObject()Methods in de.hybris.platform.servicelayer.internal.service with parameters of type TenantConstructors in de.hybris.platform.servicelayer.internal.service with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.servicelayer.security.permissions
Methods in de.hybris.platform.servicelayer.security.permissions that return Tenant -
Uses of Tenant in de.hybris.platform.servicelayer.tenant
Classes in de.hybris.platform.servicelayer.tenant that implement TenantMethods in de.hybris.platform.servicelayer.tenant that return Tenant -
Uses of Tenant in de.hybris.platform.servicelayer.tenant.impl
Methods in de.hybris.platform.servicelayer.tenant.impl with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.servicelayer.web.session.persister
Methods in de.hybris.platform.servicelayer.web.session.persister with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.smarteditwebservices.i18n.facade.impl
Methods in de.hybris.platform.smarteditwebservices.i18n.facade.impl that return Tenant -
Uses of Tenant in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type TenantModifier and TypeMethodDescriptionvoidDefaultSolrClientPool.SolrClientPoolTenantListener.afterSetActivateSession(Tenant tenant) voidDefaultSolrClientPool.SolrClientPoolTenantListener.afterTenantStartUp(Tenant tenant) voidDefaultSolrClientPool.SolrClientPoolTenantListener.beforeTenantShutDown(Tenant tenant) voidDefaultSolrClientPool.SolrClientPoolTenantListener.beforeUnsetActivateSession(Tenant tenant) -
Uses of Tenant in de.hybris.platform.spring
Methods in de.hybris.platform.spring that return TenantModifier and TypeMethodDescriptionTenantScope.getCurrentTenant()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Tenant in de.hybris.platform.task.impl
Methods in de.hybris.platform.task.impl that return TenantModifier and TypeMethodDescriptionprotected TenantDefaultTaskService.getTenant()TaskEngineParameters.getTenant()Methods in de.hybris.platform.task.impl with parameters of type TenantModifier and TypeMethodDescriptionTaskEngineParameters.ParametersBuilder.withTenant(Tenant tenant) Constructors in de.hybris.platform.task.impl with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.task.jalo
Methods in de.hybris.platform.task.jalo with parameters of type TenantModifier and TypeMethodDescriptionstatic TaskManagerTaskManager.getInstance(Tenant t) Deprecated.since ages -
Uses of Tenant in de.hybris.platform.ticket.factory.impl
Methods in de.hybris.platform.ticket.factory.impl that return TenantModifier and TypeMethodDescriptionprotected TenantDefaultTicketEventFactoryImpl.getCurrentTenant()Methods in de.hybris.platform.ticket.factory.impl with parameters of type TenantModifier and TypeMethodDescriptionvoidDefaultTicketEventFactoryImpl.setCurrentTenant(Tenant currentTenant) -
Uses of Tenant in de.hybris.platform.tx
Methods in de.hybris.platform.tx with parameters of type TenantModifier and TypeMethodDescriptionprotected ConnectionImplTransaction.bindConnection(Tenant tenant, boolean userTAEnabled) protected booleanTransaction.calculatedUserTAEnabled(Tenant t) -
Uses of Tenant in de.hybris.platform.util
Fields in de.hybris.platform.util declared as TenantMethods in de.hybris.platform.util that return TenantModifier and TypeMethodDescriptionprotected static TenantRootRequestFilter.getCurrentTenant()Deprecated, for removal: This API element is subject to removal in a future version.protected TenantAbstractTenantAwareSerializationDTO.getTenant()BridgeAbstraction.getTenant()Methods in de.hybris.platform.util with parameters of type TenantModifier and TypeMethodDescriptionprotected voidRootRequestFilter.HybrisSessionWrapper.assertTenant(Tenant t, String qualifier, Object value) protected voidRootRequestFilter.HybrisSessionWrapper.assertTenantValue(Tenant t, String qualifier, Object value) JaloObjectCreator.createInstance(Tenant tenant, BridgeInterface impl) Utilities.getInstalledExtensionNames(Tenant tenant) Returns the names of all installed extension.RootRequestFilter.HybrisSessionWrapper.getTenantAttributesMap(Tenant t, boolean create) voidConstructors in de.hybris.platform.util with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.util.config
Methods in de.hybris.platform.util.config with parameters of type TenantModifier and TypeMethodDescriptionvoidRuntimeConfigUpdateListener.afterSetActivateSession(Tenant tenant) voidRuntimeConfigUpdateListener.afterTenantStartUp(Tenant tenant) voidRuntimeConfigUpdateListener.beforeTenantShutDown(Tenant tenant) voidRuntimeConfigUpdateListener.beforeUnsetActivateSession(Tenant tenant) Constructors in de.hybris.platform.util.config with parameters of type Tenant -
Uses of Tenant in de.hybris.platform.util.database
Constructors in de.hybris.platform.util.database with parameters of type Tenant
Registry.activateMasterTenant(),Registry.setCurrentTenant(Tenant)orRegistry.setCurrentTenantByID(String)instead