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 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object