Uses of Class
de.hybris.bootstrap.config.tenants.Tenant
-
Packages that use Tenant Package Description de.hybris.bootstrap.config.tenants -
-
Uses of Tenant in de.hybris.bootstrap.config.tenants
Fields in de.hybris.bootstrap.config.tenants with type parameters of type Tenant Modifier and Type Field Description protected java.util.List<Tenant>Tenants. tenantMethods in de.hybris.bootstrap.config.tenants that return Tenant Modifier and Type Method Description TenantObjectFactory. createTenant(java.util.List<Param> params)Create an instance ofTenantMethods in de.hybris.bootstrap.config.tenants that return types with arguments of type Tenant Modifier and Type Method Description java.util.List<Tenant>Tenants. getTenants()Gets the value of the tenant property.Method parameters in de.hybris.bootstrap.config.tenants with type arguments of type Tenant Modifier and Type Method Description TenantsObjectFactory. createTenants(java.util.List<Tenant> tenantList)Create an instance ofTenants
-