| Package | Description |
|---|---|
| de.hybris.platform.hac.facade | |
| de.hybris.platform.hac.facade.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConfiguredExtensionData> |
TenantsFacade.getExtensionsForMasterTenant()
Gets the Map of all extension names for master tenant, where key is the name of extension and value is data object
which determines whether particular extension is configured for master tenant or not , whether
extension has a web module and what is the given context name for current tenant (if applicable).
|
java.util.Map<java.lang.String,ConfiguredExtensionData> |
TenantsFacade.getExtensionsForSlaveTenant(java.lang.String slaveTenantId)
Gets the Map of all extension names for slave tenant, where key is the name of extension and value is data object
which determines whether particular extension is configured for
slaveTenantId or not , whether
extension has a web module and what is the given context name for current tenant (if applicable). |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConfiguredExtensionData> |
DefaultTenantsFacade.getExtensionsForMasterTenant() |
java.util.Map<java.lang.String,ConfiguredExtensionData> |
DefaultTenantsFacade.getExtensionsForSlaveTenant(java.lang.String slaveTenantId) |
Copyright © 2018 SAP SE. All Rights Reserved.