Class TenantDomainProperties
java.lang.Object
com.broadleafcommerce.tenant.service.autoconfigure.TenantDomainProperties
@ConfigurationProperties("broadleaf.tenant.tenant")
public class TenantDomainProperties
extends Object
Properties for configuration
Tenants
.- Since:
- 2.1.0-GA
- Author:
- Nathan Moore (nathandmoore)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether to create aDefaultCatalogType.SEARCH_GROUP
typeCatalog
automatically when a newTenant
is created.void
setInitializeSearchGroupCatalogForNewTenantsEnabled
(boolean initializeSearchGroupCatalogForNewTenantsEnabled) Whether to create aDefaultCatalogType.SEARCH_GROUP
typeCatalog
automatically when a newTenant
is created.
-
Constructor Details
-
TenantDomainProperties
public TenantDomainProperties()
-
-
Method Details
-
isInitializeSearchGroupCatalogForNewTenantsEnabled
public boolean isInitializeSearchGroupCatalogForNewTenantsEnabled()Whether to create aDefaultCatalogType.SEARCH_GROUP
typeCatalog
automatically when a newTenant
is created. It is expected that only one such catalog should exist for the tenant and this will simplify maintenance. True by default. -
setInitializeSearchGroupCatalogForNewTenantsEnabled
public void setInitializeSearchGroupCatalogForNewTenantsEnabled(boolean initializeSearchGroupCatalogForNewTenantsEnabled) Whether to create aDefaultCatalogType.SEARCH_GROUP
typeCatalog
automatically when a newTenant
is created. It is expected that only one such catalog should exist for the tenant and this will simplify maintenance. True by default.
-