Uses of Class
de.hybris.platform.core.AbstractTenant
-
-
Uses of AbstractTenant in de.hybris.platform.core
Subclasses of AbstractTenant in de.hybris.platform.core Modifier and Type Class Description classMasterTenantclassSlaveTenantThe slave tenant represents any other tenant exept the master tenant.classTestSlaveTenantStubclassTestTenantStubMethods in de.hybris.platform.core with parameters of type AbstractTenant Modifier and Type Method Description protected static booleanRegistry. assureTenantStarted(AbstractTenant sys)static TenantStartupNotifierTenantStartupNotifier. createTenantStartupNotifier(AbstractTenant tenant)static java.lang.Class<? extends TenantStartupNotifier>TenantStartupNotifier. getImplementationClass(AbstractTenant tenant)static TenantStartupNotifierTenantStartupNotifier. instantiateImplementtion(java.lang.Class<? extends TenantStartupNotifier> implementationClass, AbstractTenant tenant)Constructors in de.hybris.platform.core with parameters of type AbstractTenant Constructor Description TestTenantStub(java.lang.String tenanId, AbstractTenant testTenant) -
Uses of AbstractTenant in de.hybris.platform.core.system
Methods in de.hybris.platform.core.system that return AbstractTenant Modifier and Type Method Description protected AbstractTenantAbstractLockHandlerIntegrationTest. createOtherClusterIdTenant() -
Uses of AbstractTenant in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo with parameters of type AbstractTenant Modifier and Type Method Description static booleanJaloSession. isTenantNotAccessible(AbstractTenant tenant) -
Uses of AbstractTenant in de.hybris.platform.persistence.framework
Methods in de.hybris.platform.persistence.framework that return AbstractTenant Modifier and Type Method Description AbstractTenantPersistencePool. getTenant()Constructors in de.hybris.platform.persistence.framework with parameters of type AbstractTenant Constructor Description PersistencePool(AbstractTenant system) -
Uses of AbstractTenant in de.hybris.platform.persistence.property
Constructors in de.hybris.platform.persistence.property with parameters of type AbstractTenant Constructor Description DBPersistenceManager(AbstractTenant tenant, InvalidationManager invManager) -
Uses of AbstractTenant in de.hybris.platform.util.typesystem
Constructors in de.hybris.platform.util.typesystem with parameters of type AbstractTenant Constructor Description YPersistenceManager(AbstractTenant tenant, InvalidationManager invManager)
-