Class NarrowingSupportFallbackProperties

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isSupportsCatalog()
      In the event that data routing is disabled or the configured route is not 'CatalogDataRouteSupporting', this property serves as a fallback for informing the system that the requisite configuration for catalog narrowing is present.
      boolean isSupportsMarketplace()
      In the event that data routing is disabled or the configured route is not 'MarketplaceDataRouteSupporting', this property serves as a fallback for informing the system that the requisite configuration for marketplace narrowing is present.
      void setSupportsCatalog​(boolean supportsCatalog)
      In the event that data routing is disabled or the configured route is not 'CatalogDataRouteSupporting', this property serves as a fallback for informing the system that the requisite configuration for catalog narrowing is present.
      void setSupportsMarketplace​(boolean supportsMarketplace)
      In the event that data routing is disabled or the configured route is not 'MarketplaceDataRouteSupporting', this property serves as a fallback for informing the system that the requisite configuration for marketplace narrowing is present.
    • Constructor Detail

      • NarrowingSupportFallbackProperties

        public NarrowingSupportFallbackProperties()
    • Method Detail

      • isSupportsCatalog

        public boolean isSupportsCatalog()
        In the event that data routing is disabled or the configured route is not 'CatalogDataRouteSupporting', this property serves as a fallback for informing the system that the requisite configuration for catalog narrowing is present.
      • isSupportsMarketplace

        public boolean isSupportsMarketplace()
        In the event that data routing is disabled or the configured route is not 'MarketplaceDataRouteSupporting', this property serves as a fallback for informing the system that the requisite configuration for marketplace narrowing is present.
      • setSupportsCatalog

        public void setSupportsCatalog​(boolean supportsCatalog)
        In the event that data routing is disabled or the configured route is not 'CatalogDataRouteSupporting', this property serves as a fallback for informing the system that the requisite configuration for catalog narrowing is present.
      • setSupportsMarketplace

        public void setSupportsMarketplace​(boolean supportsMarketplace)
        In the event that data routing is disabled or the configured route is not 'MarketplaceDataRouteSupporting', this property serves as a fallback for informing the system that the requisite configuration for marketplace narrowing is present.