Uses of Interface
de.hybris.platform.core.Tenant
-
-
Uses of Tenant in de.hybris.platform.aop
Methods in de.hybris.platform.aop that return Tenant Modifier and Type Method Description protected abstract TenantAbstractProfilingAspect. getOwnTenant()protected TenantProfilingAspect. getOwnTenant()Methods in de.hybris.platform.aop with parameters of type Tenant Modifier and Type Method Description voidProfilingAspect. setTenant(Tenant tenant) -
Uses of Tenant in de.hybris.platform.cache
Methods in de.hybris.platform.cache that return Tenant Modifier and Type Method Description TenantCache. getTenant()get the tenant this cache is created for.Constructors in de.hybris.platform.cache with parameters of type Tenant Constructor Description AbstractCacheUnit(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 Tenant Modifier and Type Method Description TenantDefaultCache. getTenant()get the tenant this cache is created for.TenantRegionCacheAdapter. getTenant()Methods in de.hybris.platform.cache.impl with parameters of type Tenant Modifier and Type Method Description CacheCacheFactory. createCacheInstance(Tenant tenant)CacheCacheFactory. createCacheInstance(Tenant tenant, int cacheSize)CacheCacheFactory. createCacheInstance(Tenant tenant, int cacheSize, boolean forceExclusiveComputation)CacheCacheFactory. 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 Tenant Constructor 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) -
Uses of Tenant in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type Tenant Modifier and Type Method Description static intCatalogVersionSyncJob. getDefaultMaxThreads(Tenant tenant)Constructors in de.hybris.platform.catalog.jalo.synchronization with parameters of type Tenant Constructor Description JDBCQuery(Tenant tenant, java.lang.String query, java.util.List values) -
Uses of Tenant in de.hybris.platform.cluster
Methods in de.hybris.platform.cluster with parameters of type Tenant Modifier and Type Method Description protected voidDefaultBroadcastService. sendAsnychronously(DefaultBroadcastService.MethodWrapper methodWrapper, RawMessage message, Tenant currentTenant, java.util.concurrent.ExecutorService executorService)Sends a message using a executor service.voidInvalidationBroadcastHandler. 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) -
Uses of Tenant in de.hybris.platform.commons.jalo
Methods in de.hybris.platform.commons.jalo with parameters of type Tenant Modifier and Type Method Description BridgeAbstractionCommonsManager.ItemMethodInterceptor. createInstance(Tenant tenant, BridgeInterface impl)Here we're creating a jalo item instance. -
Uses of Tenant in de.hybris.platform.core
Classes in de.hybris.platform.core that implement Tenant Modifier and Type Class Description classAbstractTenantclassMasterTenantclassSlaveTenantThe slave tenant represents any other tenant exept the master tenant.classTestSlaveTenantStubclassTestTenantStubFields in de.hybris.platform.core declared as Tenant Modifier and Type Field Description protected TenantBaseSlaveTenantTest. currentTenatBeforeprotected TenantAbstractTenantInitializationTest. junitMethods in de.hybris.platform.core with type parameters of type Tenant Modifier and Type Method Description static <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(java.lang.String id)Return the tenant by its ID or NULL if no tenant was found.Methods in de.hybris.platform.core that return Tenant Modifier and Type Method Description static 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.since ages - useRegistry.activateMasterTenant(),Registry.setCurrentTenant(Tenant)orRegistry.setCurrentTenantByID(String)insteadstatic 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 Tenant Modifier and Type Method Description voidJMXBeanLoader. 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, PK pk)Item.ItemImplItemWrapperCreator. create(Tenant tenant, ItemRemote itemRemote)HybrisDataSourceDataSourceFactory. createDataSource(java.lang.String id, Tenant tenant, java.util.Map<java.lang.String,java.lang.String> connectionParams, boolean readOnly)HybrisDataSourceDataSourceImplFactory. createDataSource(java.lang.String id, Tenant tenant, java.util.Map<java.lang.String,java.lang.String> connectionParams, boolean readOnly)HybrisDataSourceSlaveTenantDataSourceFactory. createDataSource(java.lang.String id, Tenant tenant, java.util.Map<java.lang.String,java.lang.String> connectionParams, boolean readOnly)HybrisDataSourceDataSourceFactory. createJNDIDataSource(java.lang.String id, Tenant tenant, java.lang.String jndiName, boolean readOnly)HybrisDataSourceDataSourceImplFactory. createJNDIDataSource(java.lang.String id, Tenant tenant, java.lang.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, java.util.concurrent.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 Tenant Constructor Description AsyncTenantStartupNotifier(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 Tenant Modifier and Type Method Description booleanInitializationLockHandler. lock(Tenant forTenant, java.lang.String message)Tries to acquires global lock.booleanInitializationLockDao. lockRow(Tenant forTenant, java.lang.String processName)Locks row using cluster node ID from given tenant.booleanInitializationLockHandler. 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.booleanInitializationLockDao. releaseRow(Tenant forTenant)Releases existing lock.voidInitializationLockHandler. unlock(Tenant forTenant)Releases 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 Tenant Modifier and Type Method Description booleanDefaultInitLockDao. lockRow(Tenant forTenant, java.lang.String processName)booleanDefaultInitLockDao. releaseRow(Tenant forTenant) -
Uses of Tenant in de.hybris.platform.cronjob
Methods in de.hybris.platform.cronjob with parameters of type Tenant Modifier and Type Method Description static StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.BuilderStaleCronJobUnlockerTest.TestStaleCronJobUnlocker. forTenant(Tenant tenant)StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.BuilderStaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder. withTenant(Tenant tenant)Constructors in de.hybris.platform.cronjob with parameters of type Tenant Constructor Description StaleCronJobUnlocker(Tenant tenant)StaleCronJobUnlocker(java.lang.String threadName, Tenant tenant) -
Uses of Tenant in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo with parameters of type Tenant Modifier and Type Method Description static 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 Modifier and Type Method Description static intImpExImportJob. getDefaultMaxThreads(Tenant tenant) -
Uses of Tenant in de.hybris.platform.integration.commons.hystrix
Methods in de.hybris.platform.integration.commons.hystrix that return Tenant Modifier and Type Method Description protected TenantOndemandHystrixCommandFactory.OndemandHystrixCommand. getTenant()Methods in de.hybris.platform.integration.commons.hystrix with parameters of type Tenant Modifier and Type Method Description voidOndemandHystrixCommandFactory.OndemandHystrixCommand. setTenant(Tenant tenant) -
Uses of Tenant in de.hybris.platform.integrationservices.util
Constructors in de.hybris.platform.integrationservices.util with parameters of type Tenant Constructor Description TenantAdminUserAwareThreadFactory(Tenant tenant)Instantiates a TenantAdminUserAwareThreadFactoryTenantAdminUserAwareThreadFactory(Tenant tenant, JaloSession session)Instantiates a TenantAdminUserAwareThreadFactory -
Uses of Tenant in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo with type parameters of type Tenant Modifier and Type Method Description <T extends Tenant>
TJaloSession. getTenant()Methods in de.hybris.platform.jalo that return Tenant Modifier and Type Method Description TenantItem. getTenant()TenantJaloConnection. getTenant()TenantManager. getTenant()Methods in de.hybris.platform.jalo with parameters of type Tenant Modifier and Type Method Description static 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, java.lang.Class clazz, java.lang.String qualifier)protected static voidItem. internal_registerClassAccessorFor(Tenant tenant, java.lang.Class clazz, java.lang.String qualifier, AttributeAccess access)protected static 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 java.util.Collection<? extends Item>JaloSession. lookupItems(Tenant tenant, SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull)voidJaloConnection. setTenant(Tenant tenant)Deprecated.since 5.0 , You should not mutate theJaloConnection's tenant.voidManager. setTenant(Tenant tenant)Constructors in de.hybris.platform.jalo with parameters of type Tenant Constructor Description JaloConnection(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 Tenant Modifier and Type Method Description CurrencyC2LManager. getDefaultCurrencyForTenant(Tenant t)LanguageC2LManager. getDefaultLanguageForTenant(Tenant t)Constructors in de.hybris.platform.jalo.c2l with parameters of type Tenant Constructor Description C2LManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.enumeration
Constructors in de.hybris.platform.jalo.enumeration with parameters of type Tenant Constructor Description EnumerationManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.extension
Constructors in de.hybris.platform.jalo.extension with parameters of type Tenant Constructor Description ExtensionManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.flexiblesearch
Constructors in de.hybris.platform.jalo.flexiblesearch with parameters of type Tenant Constructor Description FlexibleSearchSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.flexiblesearch.internal
Constructors in de.hybris.platform.jalo.flexiblesearch.internal with parameters of type Tenant Constructor Description FlexibleSearchExecutor(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.flexiblesearch.limit
Methods in de.hybris.platform.jalo.flexiblesearch.limit with parameters of type Tenant Modifier and Type Method Description protected booleanLimitStatementBuilderFactory. readHanaLiteralParamFromTenantIfAvailable(Tenant tenant)Constructors in de.hybris.platform.jalo.flexiblesearch.limit with parameters of type Tenant Constructor Description LimitStatementBuilderFactory(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.link
Constructors in de.hybris.platform.jalo.link with parameters of type Tenant Constructor Description LinkManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.media
Constructors in de.hybris.platform.jalo.media with parameters of type Tenant Constructor Description MediaManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.meta
Constructors in de.hybris.platform.jalo.meta with parameters of type Tenant Constructor Description MetaInformationManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.numberseries
Constructors in de.hybris.platform.jalo.numberseries with parameters of type Tenant Constructor Description NumberSeriesManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.order
Constructors in de.hybris.platform.jalo.order with parameters of type Tenant Constructor Description OrderManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.product
Constructors in de.hybris.platform.jalo.product with parameters of type Tenant Constructor Description ProductManagerSerializableDTO(Tenant tenant)Deprecated. -
Uses of Tenant in de.hybris.platform.jalo.security
Constructors in de.hybris.platform.jalo.security with parameters of type Tenant Constructor Description AccessManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type with parameters of type Tenant Modifier and Type Method Description static AttributeAccessReflectionAttributeAccess. createReflectionAccess(Tenant t, java.lang.Class itemClass, AttributeDescriptor ad)Constructors in de.hybris.platform.jalo.type with parameters of type Tenant Constructor Description TypeManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jalo.user
Constructors in de.hybris.platform.jalo.user with parameters of type Tenant Constructor Description UserManagerSerializableDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.jdbcwrapper
Methods in de.hybris.platform.jdbcwrapper that return Tenant Modifier and Type Method Description TenantDataSourceImpl. getTenant()TenantHybrisDataSource. getTenant()Constructors in de.hybris.platform.jdbcwrapper with parameters of type Tenant Constructor Description 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.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)SlaveTenantDataSource(Tenant tenant, java.lang.String id, java.util.Map<java.lang.String,java.lang.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 Tenant Modifier and Type Method Description static JDBCInterceptorJDBCInterceptorFactory. create(Tenant tenant)JDBCInterceptorDefaultJDBCInterceptorFactory. createJDBCInterceptor(Tenant tenant)JDBCInterceptorJDBCInterceptorFactory. 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 Tenant Constructor Description FileLogger(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 Tenant Modifier and Type Method Description protected TenantAbstractJMXMBean.TenantAwareExecutor. getCurrentTenant()Methods in de.hybris.platform.jmx.mbeans.impl with parameters of type Tenant Modifier and Type Method Description protected voidJMXBindableTenantAwareObject. setTenant(Tenant tenant) -
Uses of Tenant in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type Tenant Modifier and Type Method Description static 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 Tenant Constructor 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) -
Uses of Tenant in de.hybris.platform.persistence.c2l
Constructors in de.hybris.platform.persistence.c2l with parameters of type Tenant Constructor Description LocalizableItemEJBImpl(Tenant tenant, LocalizableItemRemote remoteObject) -
Uses of Tenant in de.hybris.platform.persistence.enumeration
Constructors in de.hybris.platform.persistence.enumeration with parameters of type Tenant Constructor Description EnumerationValueEJBImpl(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 Tenant Modifier and Type Method Description static 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 Constructor Description LinkEJBImpl(Tenant tenant, LinkRemote remoteObject) -
Uses of Tenant in de.hybris.platform.persistence.numberseries
Methods in de.hybris.platform.persistence.numberseries that return Tenant Modifier and Type Method Description protected TenantDefaultCachingSerialNumberGenerator. getTenant()Constructors in de.hybris.platform.persistence.numberseries with parameters of type Tenant Constructor Description DefaultCachingSerialNumberGenerator(Tenant t, SerialNumberDAO dao)DefaultSerialNumberDAO(Tenant t, HybrisDataSource initDataSource) -
Uses of Tenant in de.hybris.platform.persistence.property.internal
Methods in de.hybris.platform.persistence.property.internal with parameters of type Tenant Modifier and Type Method Description LoadDeploymentInfoResultDeploymentInfoProvider. 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 Constructor Description BatchTypeInfoMapLoader(Tenant 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 Tenant Modifier and Type Method Description static TypePKInfoProviderTypePKInfoProvider. buildForTenant(Tenant tenant, java.lang.String atomicTypesTable, java.lang.String composedTypesTable)Constructors in de.hybris.platform.persistence.property.loader.internal with parameters of type Tenant Constructor Description BatchTypeInfoRepository(Tenant tenant, java.lang.String attributeDescriptorsTable, java.lang.String composedTypesTable) -
Uses of Tenant in de.hybris.platform.persistence.test
Constructors in de.hybris.platform.persistence.test with parameters of type Tenant Constructor Description TestItemEJBImpl(Tenant tenant, TestItemRemote remoteObject) -
Uses of Tenant in de.hybris.platform.persistence.type
Constructors in de.hybris.platform.persistence.type with parameters of type Tenant Constructor 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) -
Uses of Tenant in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo with parameters of type Tenant Modifier and Type Method Description voidCachingPromotionsManagerTest.MockCachingPromotionsManager. setTenant(Tenant tenant) -
Uses of Tenant in de.hybris.platform.regioncache.key.legacy
Constructors in de.hybris.platform.regioncache.key.legacy with parameters of type Tenant Constructor Description AbstractRegioncacheRegistrableUnit(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 Modifier and Type Method Description TenantTaskContext. getCurrentTenant()Get the currently active tenant -
Uses of Tenant in de.hybris.platform.ruleengine.concurrency.impl
Methods in de.hybris.platform.ruleengine.concurrency.impl that return Tenant Modifier and Type Method Description protected TenantDefaultSuspendResumeTaskManager. getCurrentTenant()TenantDefaultTaskContext. getCurrentTenant()protected TenantDefaultRuleEngineTaskProcessor. getTenant()Methods in de.hybris.platform.ruleengine.concurrency.impl with parameters of type Tenant Modifier and Type Method Description voidDefaultSuspendResumeTaskManager. setCurrentTenant(Tenant currentTenant)voidDefaultTaskContext. setCurrentTenant(Tenant currentTenant)voidDefaultRuleEngineTaskProcessor. setTenant(Tenant tenant) -
Uses of Tenant in de.hybris.platform.ruleengine.init.impl
Methods in de.hybris.platform.ruleengine.init.impl that return Tenant Modifier and Type Method Description protected TenantDefaultRuleEngineKieModuleSwapper. getCurrentTenant()Methods in de.hybris.platform.ruleengine.init.impl with parameters of type Tenant Modifier and Type Method Description voidDefaultRuleEngineKieModuleSwapper. setCurrentTenant(Tenant currentTenant) -
Uses of Tenant in de.hybris.platform.ruleengineservices.maintenance.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.impl that return Tenant Modifier and Type Method Description TenantDefaultRuleCompilationContext. getCurrentTenant()Methods in de.hybris.platform.ruleengineservices.maintenance.impl with parameters of type Tenant Modifier and Type Method Description voidDefaultRuleCompilationContext. 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 Tenant Modifier and Type Method Description voidTenantAwareHybrisPropertiesFactory. 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 Tenant Constructor Description AfterTenantInitializationClusterAwareEvent(Tenant tenant)AfterTenantRestartClusterAwareEvent(Tenant tenant) -
Uses of Tenant in de.hybris.platform.servicelayer.event.impl
Methods in de.hybris.platform.servicelayer.event.impl with parameters of type Tenant Modifier and Type Method Description voidPlatformClusterEventSender. setTenant(Tenant tenant) -
Uses of Tenant in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type Tenant Modifier and Type Method Description voidServicelayerManager. 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 Tenant Modifier and Type Field Description protected 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 Tenant Modifier and Type Method Description protected TenantAbstractService. getCurrentTenant()TenantTenantFactory. getObject()Methods in de.hybris.platform.servicelayer.internal.service with parameters of type Tenant Modifier and Type Method Description voidAbstractService. setCurrentTenant(Tenant currentTenant)Constructors in de.hybris.platform.servicelayer.internal.service with parameters of type Tenant Constructor Description SerializableDTO(Tenant tenant, java.lang.String beanname) -
Uses of Tenant in de.hybris.platform.servicelayer.security.permissions
Methods in de.hybris.platform.servicelayer.security.permissions that return Tenant Modifier and Type Method Description protected TenantAbstractPermissionServiceTest. getTenant() -
Uses of Tenant in de.hybris.platform.servicelayer.tenant
Classes in de.hybris.platform.servicelayer.tenant that implement Tenant Modifier and Type Class Description classMockTenantMethods in de.hybris.platform.servicelayer.tenant that return Tenant Modifier and Type Method Description TenantTestTenantFactory. getObject() -
Uses of Tenant in de.hybris.platform.servicelayer.tenant.impl
Methods in de.hybris.platform.servicelayer.tenant.impl with parameters of type Tenant Modifier and Type Method Description voidTestTenantService. setCurrentTenant(Tenant 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 Modifier and Type Method Description voidAsyncSessionPersisterRunnable. setTenant(Tenant tenant)voidLinearDrainingAdaptiveAlgorithm. setTenant(Tenant tenant) -
Uses of Tenant in de.hybris.platform.smarteditwebservices.i18n.facade.impl
Methods in de.hybris.platform.smarteditwebservices.i18n.facade.impl that return Tenant Modifier and Type Method Description protected TenantDefaultSmarteditI18nFacade. getCurrentTenant() -
Uses of Tenant in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type Tenant Modifier and Type Method Description voidDefaultSolrClientPool.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 Tenant Modifier and Type Method Description TenantTenantScope. 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 Tenant Modifier and Type Method Description protected TenantDefaultTaskService. getTenant()TenantTaskEngineParameters. getTenant()Methods in de.hybris.platform.task.impl with parameters of type Tenant Modifier and Type Method Description TaskEngineParameters.ParametersBuilderTaskEngineParameters.ParametersBuilder. withTenant(Tenant tenant)Constructors in de.hybris.platform.task.impl with parameters of type Tenant Constructor Description MockTaskDAO(Tenant t)TaskDAO(Tenant t) -
Uses of Tenant in de.hybris.platform.task.jalo
Methods in de.hybris.platform.task.jalo with parameters of type Tenant Modifier and Type Method Description static 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 Tenant Modifier and Type Method Description protected TenantDefaultTicketEventFactoryImpl. getCurrentTenant()Methods in de.hybris.platform.ticket.factory.impl with parameters of type Tenant Modifier and Type Method Description voidDefaultTicketEventFactoryImpl. setCurrentTenant(Tenant currentTenant) -
Uses of Tenant in de.hybris.platform.tx
Methods in de.hybris.platform.tx with parameters of type Tenant Modifier and Type Method Description protected 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 Tenant Modifier and Type Field Description protected TenantBridgeAbstraction. tenantMethods in de.hybris.platform.util that return Tenant Modifier and Type Method Description protected static TenantRootRequestFilter. getCurrentTenant()Deprecated, for removal: This API element is subject to removal in a future version.protected TenantAbstractTenantAwareSerializationDTO. getTenant()TenantBridgeAbstraction. getTenant()Methods in de.hybris.platform.util with parameters of type Tenant Modifier and Type Method Description protected voidRootRequestFilter.HybrisSessionWrapper. assertTenant(Tenant t, java.lang.String qualifier, java.lang.Object value)protected voidRootRequestFilter.HybrisSessionWrapper. assertTenantValue(Tenant t, java.lang.String qualifier, java.lang.Object value)BridgeAbstractionJaloObjectCreator. 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)voidBridgeAbstraction. setTenant(Tenant tenant)Constructors in de.hybris.platform.util with parameters of type Tenant Constructor Description AbstractTenantAwareSerializationDTO(Tenant tenant) -
Uses of Tenant in de.hybris.platform.util.config
Methods in de.hybris.platform.util.config with parameters of type Tenant Modifier and Type Method Description voidRuntimeConfigUpdateListener. 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 Constructor Description RuntimeConfigUpdateListener(Tenant currentTenant) -
Uses of Tenant in de.hybris.platform.util.database
Constructors in de.hybris.platform.util.database with parameters of type Tenant Constructor Description DropTablesTool(Tenant tenant, JspContext jspContext)
-