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 Details

    • TenantDomainProperties

      public TenantDomainProperties()
  • Method Details

    • isInitializeSearchGroupCatalogForNewTenantsEnabled

      public boolean isInitializeSearchGroupCatalogForNewTenantsEnabled()
      Whether to create a DefaultCatalogType.SEARCH_GROUP type Catalog automatically when a new Tenant 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 a DefaultCatalogType.SEARCH_GROUP type Catalog automatically when a new Tenant is created. It is expected that only one such catalog should exist for the tenant and this will simplify maintenance. True by default.