Class TenantApplicationProperties
java.lang.Object
com.broadleafcommerce.tenant.service.autoconfigure.TenantApplicationProperties
@ConfigurationProperties("broadleaf.tenant.application")
public class TenantApplicationProperties
extends Object
Defines properties for configuring
Application
.- Author:
- Dima Myroniuk (dmyroniuk)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDefines properties related to customer.Defines properties related to application validation.boolean
Whether to create aDefaultCatalogType.SEARCH_GROUP
typeCatalog
automatically when a newApplication
is created.void
Defines properties related to customer.void
setInitializeSearchGroupCatalogForNewApplicationsEnabled
(boolean initializeSearchGroupCatalogForNewApplicationsEnabled) Whether to create aDefaultCatalogType.SEARCH_GROUP
typeCatalog
automatically when a newApplication
is created.void
setValidation
(TenantApplicationProperties.Validation validation) Defines properties related to application validation.toString()
-
Constructor Details
-
TenantApplicationProperties
public TenantApplicationProperties()
-
-
Method Details
-
getCustomer
Defines properties related to customer. -
getValidation
Defines properties related to application validation. -
isInitializeSearchGroupCatalogForNewApplicationsEnabled
public boolean isInitializeSearchGroupCatalogForNewApplicationsEnabled()Whether to create aDefaultCatalogType.SEARCH_GROUP
typeCatalog
automatically when a newApplication
is created. It is expected that only one such catalog should exist for the application and this will simplify maintenance. True by default. -
setCustomer
Defines properties related to customer. -
setValidation
Defines properties related to application validation. -
setInitializeSearchGroupCatalogForNewApplicationsEnabled
public void setInitializeSearchGroupCatalogForNewApplicationsEnabled(boolean initializeSearchGroupCatalogForNewApplicationsEnabled) Whether to create aDefaultCatalogType.SEARCH_GROUP
typeCatalog
automatically when a newApplication
is created. It is expected that only one such catalog should exist for the application and this will simplify maintenance. True by default. -
toString
-