Uses of Class
de.hybris.platform.core.AbstractTenant
Packages that use AbstractTenant
Package
Description
-
Uses of AbstractTenant in de.hybris.platform.core
Subclasses of AbstractTenant in de.hybris.platform.coreModifier and TypeClassDescriptionclassclassThe slave tenant represents any other tenant exept the master tenant.classclassMethods in de.hybris.platform.core with parameters of type AbstractTenantModifier and TypeMethodDescriptionprotected static booleanRegistry.assureTenantStarted(AbstractTenant sys) static TenantStartupNotifierTenantStartupNotifier.createTenantStartupNotifier(AbstractTenant tenant) static Class<? extends TenantStartupNotifier>TenantStartupNotifier.getImplementationClass(AbstractTenant tenant) static TenantStartupNotifierTenantStartupNotifier.instantiateImplementtion(Class<? extends TenantStartupNotifier> implementationClass, AbstractTenant tenant) Constructors in de.hybris.platform.core with parameters of type AbstractTenant -
Uses of AbstractTenant in de.hybris.platform.core.system
Methods in de.hybris.platform.core.system that return AbstractTenantModifier and TypeMethodDescriptionprotected AbstractTenantAbstractLockHandlerIntegrationTest.createOtherClusterIdTenant() -
Uses of AbstractTenant in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo with parameters of type AbstractTenantModifier and TypeMethodDescriptionstatic booleanJaloSession.isTenantNotAccessible(AbstractTenant tenant) -
Uses of AbstractTenant in de.hybris.platform.jalo.flexiblesearch
Fields in de.hybris.platform.jalo.flexiblesearch declared as AbstractTenant -
Uses of AbstractTenant in de.hybris.platform.persistence.framework
Methods in de.hybris.platform.persistence.framework that return AbstractTenantConstructors in de.hybris.platform.persistence.framework with parameters of type AbstractTenant -
Uses of AbstractTenant in de.hybris.platform.persistence.property
Constructors in de.hybris.platform.persistence.property with parameters of type AbstractTenantModifierConstructorDescriptionDBPersistenceManager(AbstractTenant tenant, InvalidationManager invManager) -
Uses of AbstractTenant in de.hybris.platform.task.impl
Fields in de.hybris.platform.task.impl declared as AbstractTenant -
Uses of AbstractTenant in de.hybris.platform.util.typesystem
Constructors in de.hybris.platform.util.typesystem with parameters of type AbstractTenantModifierConstructorDescriptionYPersistenceManager(AbstractTenant tenant, InvalidationManager invManager)