Class TenantVendorNotificationHandlerProperties
java.lang.Object
com.broadleafcommerce.tenant.service.messaging.autoconfigure.TenantVendorNotificationHandlerProperties
@ConfigurationProperties("broadleaf.tenant.vendor-notification-handler")
public class TenantVendorNotificationHandlerProperties
extends Object
Properties relating to
TenantVendorNotificationHandler
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
When TenantServices is notified about the creation of a vendor, it automatically creates a vendor catalog for that vendor.void
setEnableAutoCatalogMarketplaceAssignment
(boolean enableAutoCatalogMarketplaceAssignment) When TenantServices is notified about the creation of a vendor, it automatically creates a vendor catalog for that vendor.toString()
-
Constructor Details
-
TenantVendorNotificationHandlerProperties
public TenantVendorNotificationHandlerProperties()
-
-
Method Details
-
isEnableAutoCatalogMarketplaceAssignment
public boolean isEnableAutoCatalogMarketplaceAssignment()When TenantServices is notified about the creation of a vendor, it automatically creates a vendor catalog for that vendor. This property determines whether that catalog should also automatically be assigned to any marketplace(s) as determined by the MarketplaceDiscoverer component. -
setEnableAutoCatalogMarketplaceAssignment
public void setEnableAutoCatalogMarketplaceAssignment(boolean enableAutoCatalogMarketplaceAssignment) When TenantServices is notified about the creation of a vendor, it automatically creates a vendor catalog for that vendor. This property determines whether that catalog should also automatically be assigned to any marketplace(s) as determined by the MarketplaceDiscoverer component. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-