Class ApplicationConfigurationProperties
- Since:
- 1.7.26
- Author:
- Sunny Yu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
Determines whether vendor catalogs can be assigned toApplication.getIsolatedCatalogs()
.boolean
Defines whether populate audit update details on entity creationvoid
setAllowVendorCatalogInApplicationIsolatedCatalogs
(boolean allowVendorCatalogInApplicationIsolatedCatalogs) Determines whether vendor catalogs can be assigned toApplication.getIsolatedCatalogs()
.void
setPopulateAuditUpdateOnCreate
(boolean populateAuditUpdateOnCreate) Defines whether populate audit update details on entity creationtoString()
-
Constructor Details
-
ApplicationConfigurationProperties
public ApplicationConfigurationProperties()
-
-
Method Details
-
isAllowVendorCatalogInApplicationIsolatedCatalogs
public boolean isAllowVendorCatalogInApplicationIsolatedCatalogs()Determines whether vendor catalogs can be assigned toApplication.getIsolatedCatalogs()
.This is to allow a non-marketplace application to have vendor catalogs assigned as
Application.getIsolatedCatalogs()
. Generally, this property should be set to false and all relationships to vendor catalogs should be defined exclusively withMarketplaceApplicationCatalog
, and any additional relationships to non-vendor catalogs should be inApplication.getIsolatedCatalogs()
. -
isPopulateAuditUpdateOnCreate
public boolean isPopulateAuditUpdateOnCreate()Defines whether populate audit update details on entity creation- Since:
- Data Tracking 2.0.5
-
setAllowVendorCatalogInApplicationIsolatedCatalogs
public void setAllowVendorCatalogInApplicationIsolatedCatalogs(boolean allowVendorCatalogInApplicationIsolatedCatalogs) Determines whether vendor catalogs can be assigned toApplication.getIsolatedCatalogs()
.This is to allow a non-marketplace application to have vendor catalogs assigned as
Application.getIsolatedCatalogs()
. Generally, this property should be set to false and all relationships to vendor catalogs should be defined exclusively withMarketplaceApplicationCatalog
, and any additional relationships to non-vendor catalogs should be inApplication.getIsolatedCatalogs()
. -
setPopulateAuditUpdateOnCreate
public void setPopulateAuditUpdateOnCreate(boolean populateAuditUpdateOnCreate) Defines whether populate audit update details on entity creation- Since:
- Data Tracking 2.0.5
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-