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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanWhether to create aDefaultCatalogType.SEARCH_GROUPtypeCatalogautomatically when a newTenantis created.voidsetInitializeSearchGroupCatalogForNewTenantsEnabled(boolean initializeSearchGroupCatalogForNewTenantsEnabled) Whether to create aDefaultCatalogType.SEARCH_GROUPtypeCatalogautomatically when a newTenantis created.
- 
Constructor Details- 
TenantDomainPropertiespublic TenantDomainProperties()
 
- 
- 
Method Details- 
isInitializeSearchGroupCatalogForNewTenantsEnabledpublic boolean isInitializeSearchGroupCatalogForNewTenantsEnabled()Whether to create aDefaultCatalogType.SEARCH_GROUPtypeCatalogautomatically when a newTenantis created. It is expected that only one such catalog should exist for the tenant and this will simplify maintenance. True by default.
- 
setInitializeSearchGroupCatalogForNewTenantsEnabledpublic void setInitializeSearchGroupCatalogForNewTenantsEnabled(boolean initializeSearchGroupCatalogForNewTenantsEnabled) Whether to create aDefaultCatalogType.SEARCH_GROUPtypeCatalogautomatically when a newTenantis created. It is expected that only one such catalog should exist for the tenant and this will simplify maintenance. True by default.
 
-